From: Thierry Pasqualier Date: Tue, 28 Aug 2007 11:43:20 +0000 (+0000) Subject: Edit or delete this room screen : CSS for horizontal tabbed options X-Git-Tag: v7.86~3104 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=60f6975f9df4e1bece0140ccfc082f6d250ca106 Edit or delete this room screen : CSS for horizontal tabbed options --- diff --git a/webcit/static/trailing.html b/webcit/static/trailing.html index a367cec12..818f23410 100644 --- a/webcit/static/trailing.html +++ b/webcit/static/trailing.html @@ -2,6 +2,8 @@ diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 8428eec3d..549f68396 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -898,19 +898,6 @@ div.auto_complete ul strong.highlight { width: 100%; } -.tab_cell_label { - font-size: 10pt; - font-weight: bold; - color: #000000; - background-color: #FFFFFF; -} - -.tab_cell, .tab_cell_edit { - font-size: 10pt; - font-weight: bold; - color: #000000; - background-color: #CCCCCC; -} .auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background { border: 0; @@ -1128,6 +1115,43 @@ table.altern .odd { } -.adminlist { +.adminlist, .tabbed_dialog { list-style: none; } + +ul.tabbed_dialog { +margin: 3% 0 0 2%; +padding:0; +float: left; +width: 20%; +} + +.tabbed_dialog .tablabel { +margin: 0 0 3% 0; +padding: 0.4em; +} + +.tabcontent { +margin-left: 22%; +background-color: #ffffff; +width: 74%; +padding: 10px; +height:60%; +min-height:40%; +max-height:90%; +} + +.tab_cell_label { + font-size: 10pt; + font-weight: bold; + color: #000000; + background-color: #FFFFFF; +} + +.tab_cell, .tab_cell_edit { + font-size: 10pt; + font-weight: bold; + color: #000000; + background-color: #CCCCCC; +} +