Ignore:
Timestamp:
Mar 10, 2010, 12:19:11 AM (14 years ago)
Author:
plg
Message:

feature 1491: administration panel header/footer. Graphicaly outside the
administration theme. The header includes the gallery title with a link to
gallery, a theme changer, an explicit "visit gallery" link, a logout link.
The footer includes links to piwigo.org (homepage, documentation, forum) and
the contact webmaster link.

Due to new header/footer, I've removed the "Links" section in the menubar.

The new footer sticks to the bottom of the browser window.

I've slightly "rounded" grum tabs to look like the menubar borders.

Graphical illustration (top left and bottom left leaves) were removed to
improve readability. They make things beautiful on gallery side, they
decrease usability on admin side.

Piwigo logo was removed to save space on administration footer. It would be
nice to have a small logo to place bottom left in the footer next to
"Powered by Piwigo".

Links>Administration link was replaced by a big link box just above the
menubar.

The H2 was outside the #content box, nearly invisible on top right corner.
Now it is 1) easy to read 2) inside #content.

feature 1490: ability to switch from goto/roma to goto/clear with a single
click in administration header.

The global organisation of the page is quite heavily changed. The global
layout is:

body#theAdminPage
body#theAdminPage > #the_page
body#theAdminPage > #the_page > #pwgHead
body#theAdminPage > #the_page > #pwgMain
body#theAdminPage > #the_page > #pwgMain > #menubar
body#theAdminPage > #the_page > #pwgMain > #content
body#theAdminPage > #the_page > #footer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/theme/clear/theme.css

    r5090 r5098  
    2323html, body { min-height: 100%; }
    2424body { margin: 0; padding: 0; background:#eeeeee }
    25 #the_page { margin: 0; padding: 0; z-index: 1; top:0px;
    26 padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; }
     25/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
     26/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
    2727#headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
    2828position:absolute; left:0px; top:0px; z-index: 0;
     
    4141/*.content h2:before, .content h2:after, */
    4242.content h2 {
    43 letter-spacing:2px; margin-right:30px; text-align:right; color: #999;
     43letter-spacing:2px; margin-right:30px; text-align:left; color: #999;
    4444text-transform:none; font-weight:bold; padding-left:20px; width:54%; }
    4545.content h2:lang(en) { text-transform:capitalize; }
     
    9797.content .navigationBar {color:#999;}
    9898ul.actions, .content form#waiting  {text-align:center;}
    99 h2 { display:block; font-size:28px; letter-spacing:-1px;
    100 margin:0 20px; height:40px; overflow:hidden; padding:0; position:absolute;
    101 right:0; text-align:right; top:0; width:770px; }
     99h2 { font-size:28px; letter-spacing:-1px;padding:0; text-align:left;}
    102100.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
    103101border:0; color:#ccc; font-size:24px; height:30px; left:0; margin:0; padding:10px 0 0; position:absolute;
Note: See TracChangeset for help on using the changeset viewer.