Changeset 21 for trunk/css


Ignore:
Timestamp:
Nov 17, 2005 7:37:40 AM (18 years ago)
Author:
scdev
Message:

More random updates. Improved self-instantiation pattern in SessionCache? to match that of App. More little tweaks.

Location:
trunk/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/admin.inc.css

    r20 r21  
    115115    float: left;
    116116    width: 9em;
    117     margin: 0;
     117    margin: 0 0 10px 0;
    118118    border-right: 1px solid gray;
    119119    padding: 0;
     
    142142    text-decoration: none;
    143143    padding: 1px;
     144}
     145
     146#leftnav #navlist li.label
     147{
     148    color: #999;
     149    padding-top: 10px;
     150    font-size: 75%;
     151    font-weight: bold;
    144152}
    145153
  • trunk/css/utilities.inc.css

    r20 r21  
    4141input.tiny, textarea.tiny
    4242{
    43     width: 5em;
     43    width: 4.75em;
    4444}
    4545
Note: See TracChangeset for help on using the changeset viewer.