mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
new CSS classes : menuCategorySelected and menuCategoryNotSelected
git-svn-id: http://piwigo.org/svn/trunk@479 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -71,12 +71,20 @@ a.adminMenu{ color : #FFF48E; }*/
|
||||
|
||||
ul.menu {
|
||||
text-align:left;
|
||||
list-style-image : url(theme/collapsed.gif);
|
||||
/* list-style-image : url(theme/collapsed.gif); */
|
||||
list-style-type: square ;
|
||||
padding-left:15px;
|
||||
margin:5px;
|
||||
}
|
||||
|
||||
.menuCategorySelected {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.menuCategoryNotSelected {
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.navigationBar {
|
||||
text-align:center;
|
||||
margin-top:10px;
|
||||
|
||||
Reference in New Issue
Block a user