summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/burgundy/templates/default.css11
-rw-r--r--themes/classic/templates/default.css10
-rw-r--r--themes/greyblock/templates/default.css11
3 files changed, 30 insertions, 2 deletions
diff --git a/themes/burgundy/templates/default.css b/themes/burgundy/templates/default.css
index c9d337ed..348651a4 100644
--- a/themes/burgundy/templates/default.css
+++ b/themes/burgundy/templates/default.css
@@ -293,6 +293,7 @@ div#Header{
position: relative;
width: 12em;
width: /**/10.5em; /* Only IE5.5 can't see this */
+ height: 12px; /*fixed by the_foster*/
margin: 0;
padding: .5em 0 .5em 1em;
border-bottom: 1px solid #8B8B8B;
@@ -483,7 +484,7 @@ margin-right:5em;
padding-top: 3px;
padding-bottom: 3px;
}
-.np_cell {
+.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
margin: 10px;
}
#tablist {
@@ -612,3 +613,11 @@ li.current-rating{
z-index: 1;
}
+.lp_box_ctrl {
+ text-align: center; /*for compatibility, may be controlled by themers now*/
+/* padding-top: 5px; */
+}
+.lp_box_vol {
+ text-align: center; /*for compatibility, may be controlled by themers now*/
+/* padding-left: 7px; */
+} \ No newline at end of file
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index 6d4d2992..05a7329c 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -311,7 +311,7 @@ h3#content_title span {
.np_row {
padding: 3px 0;
}
-.np_cell {
+.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
margin: 10px;
}
@@ -648,3 +648,11 @@ table.tabledata {}
.display {}
+.lp_box_ctrl {
+ text-align: center; /*for compatibility, may be controlled by themers now*/
+/* padding-top: 5px; */
+}
+.lp_box_vol {
+ text-align: center; /*for compatibility, may be controlled by themers now*/
+/* padding-left: 7px; */
+} \ No newline at end of file
diff --git a/themes/greyblock/templates/default.css b/themes/greyblock/templates/default.css
index 8e1bb4f2..6869f7a6 100644
--- a/themes/greyblock/templates/default.css
+++ b/themes/greyblock/templates/default.css
@@ -418,3 +418,14 @@ li.current-rating{
z-index: 1;
}
+
+.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
+}
+.lp_box_ctrl {
+ text-align: center; /*for compatibility, may be controlled by themers now*/
+/* padding-top: 5px; */
+}
+.lp_box_vol {
+ text-align: center; /*for compatibility, may be controlled by themers now*/
+/* padding-left: 7px; */
+} \ No newline at end of file