diff --git a/web_config/index.html b/web_config/index.html index 82966c649..f355078b8 100644 --- a/web_config/index.html +++ b/web_config/index.html @@ -19,12 +19,13 @@ body { width: 100%; background-color: black; min-height: 480px; - margin-top: 30px; + margin-top: 12px; } #tab_parent { width: 100%; + height: 100px; } .tab { @@ -55,23 +56,36 @@ body { height: 30px; } +#master_detail_box { + overflow: hidden; +} + #master { float: left; text-align: right; min-width: 200px; font-size: 16pt; - padding-top: 24px; - padding-right: 32px; padding-left: 12px; + margin-top: -7px; } .master_element { - padding-top: 5px; - padding-bottom: 5px; + padding-top: 7px; + padding-bottom: 12px; padding-left: 5px; + padding-right: 32px; font-size: 12pt; } +.selected_master_elem { + border: 1px solid #555; + border-right: none; + /* Make our border overlap the box */ + position: relative; + left: 1px; + background-color: black; +} + .master_element_text { text-decoration: none; padding-bottom: 1px; @@ -79,7 +93,8 @@ body { } #colorpicker_term256 { - padding-top: 30px; + padding: 30px; + border: 1px solid #555; } #data_table { @@ -117,13 +132,39 @@ body { border: solid white 3px; } +.error_msg { + color: red; + font-size: 12pt; + margin-left: 24pt; + margin-top: 5pt; + margin-bottom: 5pt; +} +