Index: development/themes/components/labels.css =================================================================== diff -u -r101 -r185 --- development/themes/components/labels.css (.../labels.css) (revision 101) +++ development/themes/components/labels.css (.../labels.css) (revision 185) @@ -5,5 +5,6 @@ } .vh-invalid-label { - color: #ce1719; + height:20px; + width: 20px; } \ No newline at end of file Index: development/themes/components/device-buttons.css =================================================================== diff -u -r101 -r185 --- development/themes/components/device-buttons.css (.../device-buttons.css) (revision 101) +++ development/themes/components/device-buttons.css (.../device-buttons.css) (revision 185) @@ -7,6 +7,7 @@ .eConSwitchStyle label.ui-button.ui-state-hover, .eConSwitchStyle label.ui-button.ui-state-active { border: 1px solid #232020; } +/* #mobileButtons { - display: none !important; -} \ No newline at end of file + display: none !important; +}*/ \ No newline at end of file Index: development/themes/components/imagelist.css =================================================================== diff -u -r101 -r185 --- development/themes/components/imagelist.css (.../imagelist.css) (revision 101) +++ development/themes/components/imagelist.css (.../imagelist.css) (revision 185) @@ -9,9 +9,9 @@ .eConRadioButtonsCell .eConImageRadioLabel .optiontext { font-size: 12px; right: 3px; - border: 1px solid #dbdbdb; + /*border: 1px solid #dbdbdb;*/ padding: 0 5px 5px 5px; - border-top: none; + /*border-top: none;*/ background-color: #fcfcfc; bottom: auto; display: block; @@ -23,7 +23,7 @@ .eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption, .eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption .optiontext, .eConRadioButtonsCell .eConRADIODisabled ~ .eConImageRadioLabel .optiontext { - border: 1px solid #dbdbdb; + /*border: 1px solid #dbdbdb;*/ background-color: #eee; color: #999 !important; } @@ -61,9 +61,9 @@ content: ""; position: absolute; height: 3px; - bottom: 0; - left: -1px; - right: -1px; + bottom: 33px; + left: 0; + right: 3px; background-color: #ce1719; } .eConRadioButtonsCell .eConImageRadioLabel:checked + .eConInvalidOption span:after { Index: development/themes/custom.css =================================================================== diff -u -r123 -r185 --- development/themes/custom.css (.../custom.css) (revision 123) +++ development/themes/custom.css (.../custom.css) (revision 185) @@ -37,18 +37,39 @@ .vh-pane-right { /*border:1px dashed fuchsia;*/ background-color: gold; + width:500px; + /*height: 9010 px;*/ } + +.vh-pane-main2 { + background-color: yellow; +} + +.vh-pane-right2 { + background-color:chartreuse; + overflow:hidden; +} + +.vh-pane-right2.url { + margin-top: 3px; +} + +.vh-pane-right.title-bar.hidden { + background-color: red; +} +/* .vh-pane-right > .title-bar.hidden { display:none; } .vh-pane-right > iframe { background-color: green; - border:1px dashed gold; + border:1px dashed gold;*/ /*padding:20px;*/ -} +/*} .configViewbox.uipane-Url .vh-pane-right iframe { background-color:chartreuse; -} +}*/ + Index: development/themes/components/general.css =================================================================== diff -u -r117 -r185 --- development/themes/components/general.css (.../general.css) (revision 117) +++ development/themes/components/general.css (.../general.css) (revision 185) @@ -25,8 +25,9 @@ .eConInvalidOption { text-decoration: none; } - +/* #oInfoContainer .eConSwitchStyle { display: none; float: right; } +*/