From 4f34db5afc0156174b5fd6e04b0fa0dfb26e930a Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 14 Jan 2007 20:14:58 +0000 Subject: - Extended tooltip infrastructure. - Made recordings use tooltip infrastructure to display detailed info. - Updated style for this. --- css/styles.css | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'css/styles.css') diff --git a/css/styles.css b/css/styles.css index a47f8a4..f96b52d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -393,18 +393,32 @@ div.recordings_data { width: 66%; } -.recordings_data div.re_shortdescr { - width: 50%; - height: 25%; +/* ############################## + # Recording style for tooltips + ############################## +*/ + +div.domTTrecordings { + border: none; + width: 75%; } -.recordings_data div.re_longdescr { +.domTTrecordings div.re_shortdescr { width: 66%; - height: 50%; } -.recordings_data div.re_content { +.domTTrecordings div.re_longdescr { + width: 75%; +} + +.domTTrecordings div.re_content { border: 1px solid black; + background: white; +} + +.domTTrecordings div.boxheader div div a { + float: right; + margin-left: auto; } /* -- cgit v1.2.3