Changeset 1811


Ignore:
Timestamp:
Feb 13, 2007, 7:33:01 PM (17 years ago)
Author:
vdigital
Message:

Minor changes to w0p0
Minor changes to dark mail style

Location:
trunk/template/yoga/theme
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/dark/mail-css.tpl

    r1807 r1811  
    1111img { margin: 16px; border: 16px solid #111; -moz-border-radius: 4px; border-radius: 4px 4px; }
    1212img:hover { padding: 15px; border: 1px solid yellow;background-color:#444;-moz-border-radius: 4px; border-radius: 4px 4px; }
    13 a:hover { color: #fff48e; background: transparent; }
     13a { color: #fff48e; background: transparent;border-bottom:1px dotted #005e89; }
     14a:hover {color: #fff48e;}
  • trunk/template/yoga/theme/p0w0/theme.css

    r1791 r1811  
    242242  background-image: url(images/button-bg.png);
    243243  height:28px;
    244   width: 8em;
    245244  border: 0px;
    246245  font-weight: bold;
     
    250249  border-style: outset;
    251250  border-color: #369;
    252         padding: auto 0.25em;
     251        padding: auto 2em auto 2em;
    253252}
    254253input.submit[type="reset"]:active,
     
    260259}
    261260#addComment input.submit  {
    262   width: 12em;
    263   padding: auto 40px;
    264 }
     261  padding: auto 14em auto 14em;
     262}
Note: See TracChangeset for help on using the changeset viewer.