CC-2836
Signed-off-by: lukabazuka <vladimir.stefanovic@sourcefabric.org>
This commit is contained in:
parent
1a585e3680
commit
d174b39d5b
|
@ -1212,7 +1212,8 @@ button, input {
|
||||||
|
|
||||||
.button-bar-top .input_text {
|
.button-bar-top .input_text {
|
||||||
height:25px;
|
height:25px;
|
||||||
margin-right:6px
|
margin-right:6px;
|
||||||
|
padding: 0 3px;
|
||||||
}
|
}
|
||||||
.button-bar-top .input_text.hasDatepicker, .input_text.hasDatepicker {
|
.button-bar-top .input_text.hasDatepicker, .input_text.hasDatepicker {
|
||||||
background-image:url(images/input_with_calendar_bg.png);
|
background-image:url(images/input_with_calendar_bg.png);
|
||||||
|
@ -1948,7 +1949,16 @@ dd .info-text-small {
|
||||||
/*width:98.5%;*/
|
/*width:98.5%;*/
|
||||||
min-width:152px;
|
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] {
|
.stream-config dd input[id$=port] {
|
||||||
width:152px;
|
width:152px;
|
||||||
}
|
}
|
||||||
|
@ -2306,6 +2316,17 @@ tfoot tr th {
|
||||||
#stream_url {font-size:12px; line-height: 170%;}
|
#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 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 SETTINGS STATUS ////////////////////---*/
|
||||||
.stream-status {
|
.stream-status {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
|
|
Loading…
Reference in New Issue