Changeset 8732


Ignore:
Timestamp:
Jan 18, 2011, 2:25:04 PM (13 years ago)
Author:
plg
Message:

feature 2113: new logo on administration screen

Location:
trunk/admin/themes
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/clear/theme.css

    r8383 r8732  
    7373#headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
    7474position:absolute; left:0px; top:0px; z-index: 0;
    75 background:transparent }
    76 #theHeader { display:none; height:40px; margin: 0; padding: 0;
    7775background:transparent }
    7876h3, #imageToolBar a:hover, .content, .throw, .row1 { background-color: #ddd; }
     
    256254#pwgHead A, #footer A {color:#444;}
    257255#pwgHead A:hover, #footer A:hover {color:black; border-color:black;}
     256#footer { background-image: url(images/piwigo_logo_small.png);}
    258257
    259258.pluginBox {background-color:#ddd;color:#333}
  • trunk/admin/themes/default/default-layout.css

    r8725 r8732  
    594594  width:100%;
    595595  height:46px;
    596   background: url(images/logo.png) no-repeat bottom left;
     596  background: url(images/logo.png) no-repeat 2px 1px;
    597597  background-color:#464646;
    598598  color:#aaa;
     
    615615#adminHome A {border:none;}
    616616
    617 #piwigoInfos {float:left; margin-left:100px;}
     617#piwigoInfos {float:left; margin-left:200px;}
    618618#pageInfos {float:right; margin-right:10px;}
    619619
  • trunk/admin/themes/default/template/header.tpl

    r8162 r8732  
    7171{/if}
    7272
    73 <div id="theHeader">{*$PAGE_BANNER*}</div>
    74 
    7573{if not empty($header_notes)}
    7674<div class="header_notes">
  • trunk/admin/themes/roma/theme.css

    r8383 r8732  
    4343position:absolute; left:0px; top:0px; z-index: 0;
    4444}
    45 #theHeader { display:none;min-height:105px; margin: 0; padding: 0;
    46 background:transparent url(images/piwigo_logo_sombre_214x100.png) no-repeat scroll 245px top; }
    4745h3, #imageToolBar a:hover, .row2, .content { background-color: #222; }
    4846.throw, .row1 { background-color:#111; }
     
    235233
    236234#pwgHead, #footer {background-color:#222;}
     235#footer {background-image: url(images/piwigo_logo_small.png);}
    237236
    238237.pluginBox {background-color:#333;color:#999}
Note: See TracChangeset for help on using the changeset viewer.