mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-18 15:43:22 +02:00
menuInfoCat and menuInfoCatByChild Minor changes:
- Hidden in subcatify area with dark - Small and normal font with p0w0 - Hidden with wipi - Clear wasn't changed. Bugs in header: href in link rel="start" was empty. Which meant a wrong tag (e.g. for google) git-svn-id: http://piwigo.org/svn/trunk@1856 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -52,7 +52,8 @@ $template->assign_vars(
|
||||
'DIR'=>$lang_info['direction'],
|
||||
|
||||
'TAG_INPUT_ENABLED' =>
|
||||
((is_adviser()) ? 'disabled onclick="return false;"' : '')
|
||||
((is_adviser()) ? 'disabled onclick="return false;"' : ''),
|
||||
'U_HOME' => get_absolute_root_url(),
|
||||
));
|
||||
|
||||
// picture header infos
|
||||
|
||||
@@ -136,3 +136,9 @@ TD.calDayCellEmpty { color: silver; }
|
||||
.calBackDate { color: #000; }
|
||||
.calForeDate { color: #fff; }
|
||||
.virtual_cat { background: #3f3f3f !important; }
|
||||
#content ul.thumbnailCategories li div.thumbnailCategory .description p {
|
||||
display: none;
|
||||
}
|
||||
#content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
@@ -276,4 +276,8 @@ input.submit:active {
|
||||
padding-left: 4em;
|
||||
padding-right: 4em;
|
||||
}
|
||||
#menubar .menuInfoCat, #menubar .menuInfoCatByChild {
|
||||
font-size: 80%;
|
||||
font-style: normal;
|
||||
}
|
||||
* { outline: none; }
|
||||
|
||||
@@ -325,5 +325,8 @@ a.PWG:hover .G { color : #f92; }
|
||||
.statBar { background-color: #e60; }
|
||||
#imageToolBar .randomButtons a:hover,
|
||||
#imageToolBar .navButtons a:hover { background-color: #111; }
|
||||
#menubar .menuInfoCat,
|
||||
#menubar .menuInfoCatByChild,
|
||||
h2.showtitle, #theImage p.showlegend { display: none }
|
||||
|
||||
* { outline-width: 0px; }
|
||||
|
||||
Reference in New Issue
Block a user