mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-19 08:02:59 +02:00
- fix display of menubar related tags in IE7
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2355 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -16,11 +16,6 @@ H1, #theHeader {
|
||||
width: 99%; /* buggy IE box model */
|
||||
}
|
||||
|
||||
/* fix tag clouds : IE doesn't like anything but inline */
|
||||
#menubar #menuTagCloud LI
|
||||
{
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* fix quickconnect layout */
|
||||
FORM#quickconnect FIELDSET {
|
||||
|
||||
@@ -10,5 +10,11 @@
|
||||
top: -1px; /* move the container up by the same amount */
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#menubar #menuTagCloud LI
|
||||
{
|
||||
display: inline-block;/* required for Safari 3.1 - otherwise overflows on the right */
|
||||
}
|
||||
|
||||
/* end Safari/Konqueror */
|
||||
|
||||
|
||||
@@ -143,8 +143,6 @@ input#qsearchInput {
|
||||
|
||||
#menubar #menuTagCloud LI
|
||||
{
|
||||
display: inline; /* FF doesn't see the inline-block below */
|
||||
display: inline;
|
||||
white-space: nowrap; /* No line break in the LI but Opera set nowrap to */
|
||||
display: inline-block;/* the whole UL, inline-block fix it. */
|
||||
/* IE wants inline in fix-ie5-ie6.css */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user