aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/theme.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-12-16 05:44:29 +0000
committerrvelices <rv-github@modusoptimus.com>2010-12-16 05:44:29 +0000
commit7364bc1606063e03972f35bedb65b1528840ce96 (patch)
treeed32a620c3a9152787dfb998ef0f266086748239 /themes/default/theme.css
parente97974a42e64ee43d95cef258d65d9b022929dbe (diff)
css sprites for all themes
git-svn-id: http://piwigo.org/svn/trunk@8161 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--themes/default/theme.css14
1 files changed, 4 insertions, 10 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css
index 9b0519c46..336217308 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -403,11 +403,11 @@ TABLE.infoTable TD.value UL {
}
.rateButtonStarFull {
- background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px;
+ background: url('icon/rating-stars.gif') no-repeat -16px center; width:16px;
}
.rateButtonStarEmpty {
- background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;
+ background: url('icon/rating-stars.gif') no-repeat 0 center; width:16px;
}
@@ -754,23 +754,17 @@ INPUT.radio, INPUT.checkbox {
.errors { /* Errors display */
color: red;
- background-color: #ffe1e1;
font-weight: bold;
margin: 5px;
border: 1px solid red;
- background-image: url(icon/errors.png);
- background-repeat: no-repeat;
- background-position: top right;
+ background: #ffe1e1 url(icon/errors.png) no-repeat top right;
padding: 10px 50px 10px 10px;
}
/* Informations box */
.infos {
color: #002000;
- background-color: #98fb98; /* palegreen */
- background-image: url(icon/infos.png);
- background-repeat: no-repeat;
- background-position: top right;
+ background: #98fb98 url(icon/infos.png) no-repeat top right;
margin: 5px;
padding: 10px 50px 10px 10px;
}