Changeset 703 for trunk/ipdb.css


Ignore:
Timestamp:
02/25/15 18:00:45 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

CSS tweak rollup related to previous changes and a few coming commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ipdb.css

    r697 r703  
    142142
    143143/* Need to normalize down to onw of these someday */
    144 .warning {
     144.delwarning {
    145145        background-color: #000000;
    146146        font-family: Verdana, Arial, Helvetica, sans-serif;
     
    149149        padding: 2px;
    150150}
     151.warning {
     152        border: solid 2px #FFFF00;
     153        color: #333300;
     154        background-color: #e0e0e0;
     155        text-align: center;
     156        padding: 5px;
     157}
     158
    151159.warnmsg {
    152160        border: solid 2px #FFFF00;
     
    158166}
    159167
    160 hr.w60 {
    161         width: 60%;
    162 }
    163 hr.w30 {
    164         width: 30%;
    165 }
     168/* some standard width widgets */
     169.w70 {  width: 70%; }
     170.w60 {  width: 60%; }
     171.w30 {  width: 30%; }
    166172
    167173/* Reverse DNS odds and ends.  Commented bits are either info-reminders or
     
    210216.revdata {
    211217        background-color: #C8D3DE;
     218        position: relative;
    212219}
    213220.host {
    214221        width: 450px;
    215222//      width: 35em;
     223}
     224/* and tack on some positioning magic for an action button or two */
     225.button_l {
     226        position: absolute;
     227        bottom: 0;
     228        left: 4px;
     229}
     230.button_r {
     231        position: absolute;
     232        bottom: 0;
     233        right: 4px;
    216234}
    217235
Note: See TracChangeset for help on using the changeset viewer.