mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
- bug 158 fixed: display error on "double selects" screens (with MSIE,
strange behavior). VDigital modification optimizes width usage :-) git-svn-id: http://piwigo.org/svn/trunk@878 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2005-09-26 Pierrick LE GALL
|
||||
|
||||
* bug 158 fixed: display error on "double selects" screens (with
|
||||
MSIE, strange behavior). VDigital modification optimizes width
|
||||
usage :-)
|
||||
|
||||
2005-09-25 Pierrick LE GALL
|
||||
|
||||
* bug 163 fixed: link error when cookies disabled in admin/stats
|
||||
|
||||
@@ -122,7 +122,7 @@ textarea.description {
|
||||
overflow: auto;
|
||||
}
|
||||
select.categoryList {
|
||||
width: 400px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/** go to an admin.css ? **/
|
||||
@@ -233,10 +233,12 @@ FIELDSET.elementEdit A {
|
||||
TABLE.doubleSelect {
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
TABLE.doubleSelect TD {
|
||||
padding: 0 5px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
FORM#categoryPermissions LI {
|
||||
@@ -264,4 +266,3 @@ BODY#thePopuphelpPage #copyright {
|
||||
color: green;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user