- remove/comment unused css
git-svn-id: http://piwigo.org/svn/trunk@14084 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
74a8eb6b41
commit
5a57e04e94
4 changed files with 8 additions and 15 deletions
|
@ -1,12 +1,12 @@
|
||||||
|
|
||||||
/* text color */
|
/* text color */
|
||||||
BODY, H1, H2, H3, DT,
|
BODY, H1, H2, DT,
|
||||||
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
|
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
|
||||||
color:#696969; /* dimgray */
|
color:#696969; /* dimgray */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* backgrounds */
|
/* backgrounds */
|
||||||
BODY, H3 {
|
BODY {
|
||||||
background-color: #ffffff; /* white */
|
background-color: #ffffff; /* white */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
/* text color */
|
/* text color */
|
||||||
BODY, H1, H3,
|
BODY, H1,
|
||||||
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
|
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
|
||||||
color:#d0d0d0;
|
color:#d0d0d0;
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ H2, #menubar DT {
|
||||||
|
|
||||||
/* backgrounds */
|
/* backgrounds */
|
||||||
|
|
||||||
BODY, H3, #imageToolBar A:hover {
|
BODY, #imageToolBar A:hover {
|
||||||
background-color: #2f2f2f;
|
background-color: #2f2f2f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -28,11 +28,11 @@
|
||||||
|
|
||||||
.pwg-icon-arrow-n {background-position: 0 -26px}
|
.pwg-icon-arrow-n {background-position: 0 -26px}
|
||||||
.pwg-icon-arrow-e {background-position: -26px -26px}
|
.pwg-icon-arrow-e {background-position: -26px -26px}
|
||||||
.pwg-icon-arrow-s {background-position: -52px -26px}
|
/*.pwg-icon-arrow-s {background-position: -52px -26px}*/
|
||||||
.pwg-icon-arrow-w {background-position: -78px -26px}
|
.pwg-icon-arrow-w {background-position: -78px -26px}
|
||||||
.pwg-icon-arrowstop-n {background-position: -104px -26px}
|
/*.pwg-icon-arrowstop-n {background-position: -104px -26px}*/
|
||||||
.pwg-icon-arrowstop-e {background-position: -130px -26px}
|
.pwg-icon-arrowstop-e {background-position: -130px -26px}
|
||||||
.pwg-icon-arrowstop-s {background-position: -156px -26px}
|
/*.pwg-icon-arrowstop-s {background-position: -156px -26px}*/
|
||||||
.pwg-icon-arrowstop-w {background-position: -182px -26px}
|
.pwg-icon-arrowstop-w {background-position: -182px -26px}
|
||||||
|
|
||||||
.pwg-icon-close {background-position: 0 -52px}
|
.pwg-icon-close {background-position: 0 -52px}
|
||||||
|
|
|
@ -232,7 +232,6 @@ TD.calDayCellFull, TD.calDayCellEmpty {
|
||||||
|
|
||||||
.thumbnailCategory .description H3 {
|
.thumbnailCategory .description H3 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background: transparent;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.1em;
|
padding: 0.1em;
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
|
@ -499,11 +498,6 @@ FORM P {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
FORM FIELDSET P {
|
|
||||||
margin-top: 1em;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
SELECT.categoryList {
|
SELECT.categoryList {
|
||||||
height: 20em;
|
height: 20em;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
|
@ -546,8 +540,7 @@ FIELDSET {
|
||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filter FIELDSET * LABEL>INPUT,
|
.filter FIELDSET * LABEL>INPUT {
|
||||||
.filter FIELDSET * LABEL>SELECT {
|
|
||||||
display: inline;
|
display: inline;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin: 0 0.5em 0 0;
|
margin: 0 0.5em 0 0;
|
||||||
|
|
Loading…
Reference in a new issue