mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
- added 2 missing embellish_url
- fix css (admin bakground not existing; public IE image border) git-svn-id: http://piwigo.org/svn/trunk@13167 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -54,6 +54,10 @@
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#mbCategories IMG {
|
||||
vertical-align: bottom; /*otherwise line height changes*/
|
||||
}
|
||||
|
||||
#menubar INPUT {
|
||||
text-indent: 2px;
|
||||
}
|
||||
@@ -429,6 +433,10 @@ BODY {
|
||||
min-width: 60em; /* ~ 3* #menubar width; width of the page before getting a scrollbar; IE6 doesn't get that*/
|
||||
}
|
||||
|
||||
IMG {
|
||||
border: 0; /*IE<=9 adds border for linked images*/
|
||||
}
|
||||
|
||||
#thePopuphelpPage {
|
||||
min-width: 0; /*reset the min width*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user