Changeset 1901 for trunk

Show
Ignore:
Timestamp:
06/06/10 04:27:00 (2 years ago)
Author:
nick_ramsay
Message:

[TRUNK] Leftover (minor) admin style changes.

Location:
trunk/content/admin_themes/admin_default
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/content/admin_themes/admin_default/admin_header.php

    r1896 r1901  
    5959                    <img class="adm-header-logo" src="<?php echo BASEURL; ?>content/admin_themes/admin_default/images/hotaru-80px.png"/> 
    6060                        <div class="adm-header-verion"><?php echo $h->lang["admin_theme_header_hotarucms"]; ?><?php echo $h->version; ?></div> 
    61                         <div class="adm-header-admin"><?php echo $h->lang["admin_theme_header_admin"]; ?></div> 
     61                        <div class="adm-header-admin"><a href="<?php echo $h->url(array(), 'admin'); ?>"><?php echo $h->lang["admin_theme_header_admin"]; ?></a></div> 
    6262                </div> 
    6363                <div class="adm-top-menu">                   
  • trunk/content/admin_themes/admin_default/css/style.css

    r1896 r1901  
    430430 
    431431div.adm-frame {margin: 0 auto; width:75em;} 
     432 
     433div.adm-header-admin a {color:#000;} 
     434div.adm-header-admin a:hover {color:#333; text-decoration: none;}