feature 2916 (admin icons):

* all level 2 admin menus have an icon
* bigger right-margin (0.5em instead of 0.2em) on #menubar dd icons
* many tabs get an icon (list plugins/themes/languages, update, add; add photos, history)

Specific changes on "roma" (dark admin theme)

* menu icons in grey #666
* no text-decoration on icons


git-svn-id: http://piwigo.org/svn/trunk@23382 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2013-06-19 23:10:00 +00:00
parent 1d05038e96
commit 9843eb362d
16 changed files with 238 additions and 71 deletions
+4
View File
@@ -749,6 +749,10 @@ html, body {height:100%; margin:0; padding:0;}
font-size:120%;
}
#menubar dd [class^="icon-"]:before {
margin-right: 0.5em;
}
.content {
padding:0 5px 0 0;
margin: 0 5px 0 227px;