summaryrefslogtreecommitdiffstats
path: root/templates/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.css')
-rw-r--r--templates/default.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/default.css b/templates/default.css
index c6ea0848..54acfb37 100644
--- a/templates/default.css
+++ b/templates/default.css
@@ -500,6 +500,10 @@ li.current-rating{
z-index: 1;
}
/* Box Related Styles */
+.box {
+ padding:0px;
+ background: #fff;
+}
.box-left-top {
background: url(../themes/classic/images/topleft.gif) no-repeat;
height:16px;
@@ -518,6 +522,15 @@ li.current-rating{
.box-right-bottom {
background: url(../themes/classic/images/bottomright.gif) no-repeat;
}
+.box-right-top {
+ background: url(../themes/classic/images/topright.gif) no-repeat;
+}
+.box-right {
+ background: url(../themes/classic/images/right.gif);
+}
+.box-top {
+ background: url(../themes/classic/images/top.gif);
+}
.confirmation-box {
padding-left:5px;
padding-top:5px;