Zine

open source content publishing system


Changeset 1309:5ba36d9f2f3d


Ignore:
Timestamp:
01/12/10 20:03:23 (2 years ago)
Author:
mitsuhiko
Branch:
default
Message:

Restyled footer in admin. Less noticable now.

Location:
zine/shared/admin
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • zine/shared/admin/style.css

    r1308 r1309  
    44    font-family: 'Trebuchet MS', sans-serif; 
    55    font-size: 15px; 
    6     background-color: #456981; 
     6    background-color: #316081; 
    77} 
    88 
     
    6767 
    6868div.footer { 
    69     background: transparent url(img/footerbg.png) repeat-x bottom left; 
    70     border-top: 1px solid #0d334e; 
    71     padding: 10px 20px; 
     69    border-top: 1px solid #2a5471; 
     70    padding: 5px 20px; 
    7271    color: white; 
    7372    margin: 0; 
     
    8180    margin: 0; 
    8281    padding: 0; 
    83     font-size: 12px; 
     82    font-size: 11px; 
    8483    text-align: center; 
    8584} 
     
    142141    margin: 0; 
    143142    padding: 0 0 0 16px; 
    144     height: 23px; 
     143    height: 22px; 
    145144    background-color: #316081; 
     145    border-bottom: 1px solid #325d7b; 
    146146    list-style: none; 
    147147} 
     
    191191    margin: 0; 
    192192    padding: 10px 30px 30px 30px; 
     193    border-bottom: 1px solid #ddd; 
    193194} 
    194195 
Note: See TracChangeset for help on using the changeset viewer.