summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/default.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/default.css b/templates/default.css
index 9594a02d..86e27c8b 100644
--- a/templates/default.css
+++ b/templates/default.css
@@ -596,6 +596,9 @@ li.current-rating{
.np_cell {
margin: 10px;
}
+
+/* 'Tab' Preferences, used by preferences.php */
+
#tablist {
padding: 3px 0;
margin: 12px 0 0 0;
@@ -633,3 +636,16 @@ li.current-rating{
border-bottom: 1px solid #000000;
}
+
+/* TV Page Related Styles */
+#tv_control {
+ float:left;
+}
+
+#tv_np {
+ float:right;
+}
+
+#tv_playlist {
+ clear: both;
+}