From d174b39d5b8a7a5d07c7e6356ec8e90b3d21aea8 Mon Sep 17 00:00:00 2001 From: lukabazuka Date: Thu, 10 Nov 2011 02:03:02 +0100 Subject: [PATCH] CC-2836 Signed-off-by: lukabazuka --- airtime_mvc/public/css/styles.css | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index 20d9bc78e..a1945933e 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -1212,7 +1212,8 @@ button, input { .button-bar-top .input_text { height:25px; - margin-right:6px + margin-right:6px; + padding: 0 3px; } .button-bar-top .input_text.hasDatepicker, .input_text.hasDatepicker { background-image:url(images/input_with_calendar_bg.png); @@ -1948,7 +1949,16 @@ dd .info-text-small { /*width:98.5%;*/ min-width:152px; } - +.stream-config .display_field dd input[type="text"], .stream-config .display_field dd textarea { + min-width:99%; + padding: 4px 3px; +} +.stream-config .display_field dd textarea { + min-height:60px; +} +.simple-formblock .display_field dd { + min-width:68%; +} .stream-config dd input[id$=port] { width:152px; } @@ -2306,6 +2316,17 @@ tfoot tr th { #stream_url {font-size:12px; line-height: 170%;} .stream-setting-content fieldset {border-width:0 1px 1px 1px;} +.stream-setting-content fieldset { + border-width: 0 1px 1px; +} +.stream-setting-content fieldset.display_field { + border: 1px solid #8F8F8F; + padding: 10px; +} +.stream-setting-content fieldset.display_field.closed { + border-width: 1px 0 0; +} + /*---//////////////////// STREAM SETTINGS STATUS ////////////////////---*/ .stream-status { border: 1px solid;