Ignore:
Timestamp:
07/06/11 16:23:38 (13 years ago)
Author:
Kris Deugau
Message:

/trunk/templates

Templates

UI tweaks - make sure all main-body content is valign=top

dns.css

tweak comment style so IE ignores a line properly
fix typo, set valign=top on #datatablewrapper
add a couple more classes

grouptree-ie.css

tweak padding to indent group tree properly, comment a few more (apparently)
irrelevant bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/dns.css

    r84 r100  
    2525        margin-left: 0;
    2626        padding-left: 40px;
    27 //border: thin solid #FF0000;
     27/*      border: thin solid #FF0000;*/
    2828}
    2929fieldset {
     
    181181        text-align: center;
    182182}
     183.maintitle {
     184        font-size: 1.3em;
     185}
     186
    183187
    184188#header {
     
    228232        width: 98%;
    229233        margin-left: 1%;
    230         margin:right: 1%;
    231 }
     234        margin-right: 1%;
     235        vertical-align: top;
     236}
     237table.csubtable {
     238        margin-left: auto;
     239        margin-right: auto;
     240}
     241td.main {
     242        vertical-align: top;
     243}
Note: See TracChangeset for help on using the changeset viewer.