- 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:
rvelices 2012-02-14 21:38:41 +00:00
commit 45fbfcf504
3 changed files with 20 additions and 6 deletions

View file

@ -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*/
}