summaryrefslogtreecommitdiff
path: root/css/styles.css
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-05-05 23:57:05 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-05-05 23:57:05 +0000
commitaba821e79cdcf657f84fd1be7c574e29f7835d12 (patch)
tree073688a2c98896e8b2a3499d4aa51306848b68b3 /css/styles.css
parent36a0bb39d832bef433ee81c4f156411df521b358 (diff)
downloadvdr-plugin-live-aba821e79cdcf657f84fd1be7c574e29f7835d12.tar.gz
vdr-plugin-live-aba821e79cdcf657f84fd1be7c574e29f7835d12.tar.bz2
- General cleanup of recordings. Made design more like other pages
- Bugfix for #289, #291 - Adapted styles and helper classes. - recordings should be now strict XHTML.
Diffstat (limited to 'css/styles.css')
-rw-r--r--css/styles.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index 2cfce95..734788b 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -34,6 +34,15 @@ img {
}
/* ######################
+ # global style properties
+ ######################
+*/
+
+.bold {
+ font-weight: bold;
+}
+
+/* ######################
# Tooltip style for hints
######################
*/
@@ -591,6 +600,7 @@ div.boxheader div div {
*/
div.recordings {
+ border: 1px solid black;
}
.recordings ul {