Changeset 531 for trunk/admin

Show
Ignore:
Timestamp:
07/29/07 14:31:23 (16 months ago)
Author:
michiel
Message:

make 'create new' items a bit better visible.
index.css in admin style needed some whitespace fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/style/MvBlog/index.css

    r279 r531  
    1010        font-size: 11px; 
    1111        font-family: Verdana, Arial, Helvetica, Sans-Serif; 
    12         color: #000;    
     12        color: #000; 
    1313        background-color: #FFFFFF; 
    1414        line-height: 19px; 
     
    3939        border: 0px; 
    4040} 
    41          
     41 
    4242a:visited { 
    4343        color: #8bb7b5; 
     
    7878        background: white url(page_top.png) no-repeat; 
    7979        margin: auto; 
    80         height: 8px;  
     80        height: 8px; 
    8181        width: 850px; 
    8282        overflow: hidden; 
     
    100100} 
    101101 
    102 a.if_menu_item {  
     102a.if_menu_item { 
    103103       text-decoration: none; 
    104104       color: #505050; 
     
    125125#if_page_footer { 
    126126        background: white url(page_bottom.png) no-repeat; 
    127         position: relative;  
     127        position: relative; 
    128128        margin:auto; 
    129         left: -50px;  
    130         top: 20px;  
    131         padding-top: 20px;  
    132         padding-left: 15px;  
    133         padding-bottom: 20px;  
    134         height: 60px;  
     129        left: -50px; 
     130        top: 20px; 
     131        padding-top: 20px; 
     132        padding-left: 15px; 
     133        padding-bottom: 20px; 
     134        height: 60px; 
    135135        width: 870px; 
    136136        font-family: Verdana, Arial, Helvetica, Sans-Serif; 
     
    166166        background: white url(page_bg.png) repeat-y; 
    167167        overflow: hidden; 
    168         margin: auto;  
    169         width: 850px;  
     168        margin: auto; 
     169        width: 850px; 
    170170        margin-top: 20px; 
    171171        text-align: left; 
     
    209209div.log_post_head { 
    210210        /* container for title and category */ 
     211} 
     212 
     213h1.log_post_new { 
     214        /* creat new link */ 
     215        font-size: 1.1em; 
    211216} 
    212217