Changeset 41 for trunk/templates/dns.css


Ignore:
Timestamp:
12/03/09 17:59:06 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Look-n-feel cleanup, checkpoint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/dns.css

    r39 r41  
    115115        background-color: #e0e0e0;
    116116}
     117td.leftthird {
     118        width: 36%;
     119        text-align: left;
     120}
     121td.rightthird {
     122        width: 36%;
     123        text-align: right;
     124}
    117125
    118126.meat {
     
    126134        margin-left: 10px;
    127135        padding: 0px;
    128         list-style-type:none;
    129 }
    130 
     136}
     137/* F*** ME BUT THIS LOOKS LIKE CRAP! */
     138/* Need to find a way to vertically centre the plus image on the text.  >:(  */
     139li.hassub {
     140        list-style: none outside url('../images/plus.gif');
     141}
     142li.leaf {
     143        list-style: none outside none;
     144}
     145#grptree {
     146        margin-left: 15px;
     147}
    131148/* general classes */
    132149.errmsg {
     
    190207}
    191208/* somewhat generic/reusable */
    192 #borderme {
    193         border: thin solid #666666;
     209#datatablewrapper {
     210        border: none;
    194211        width: 98%;
    195         float:left;
    196         clear:left;
    197 }
     212        margin-left: 1%;
     213        margin:right: 1%;
     214}
Note: See TracChangeset for help on using the changeset viewer.