Ignore:
Timestamp:
Jan 12, 2012, 9:50:46 PM (12 years ago)
Author:
rvelices
Message:

bug 2553 hide menubar/register on indentification page if gallery is locked or guest_access is false

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/theme.css

    r12873 r12878  
    8484 * Content
    8585 */
    86 .content {
     86.contentWithMenu {
    8787        margin-left: 20em;  /* = #menubar width + 2em */
    8888}
     
    418418}
    419419
    420 /* only if menubar is shown */
    421 .pictureContent {
    422         margin-left:20em;
    423 }
    424 .pictureContent #imageToolBar,
    425 .pictureContent #theImage {
     420.contentWithMenu #imageToolBar,
     421.contentWithMenu #theImage {
    426422        clear: none;
    427423}
Note: See TracChangeset for help on using the changeset viewer.