]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/baculum/themes/Baculum-v1/bacula-config.css
baculum: Add listbox control and use it for base and device directives
[bacula/bacula] / gui / baculum / themes / Baculum-v1 / bacula-config.css
index daad1260822b2b411d5c2b36e175caa42894f32f..3a2e76ceb315462c034ffc1fdc377620735b98f4 100644 (file)
@@ -93,7 +93,7 @@ div.directive_setting fieldset {
        margin-left: 64px;
 }
 
-input.ftype_textbox, input.ftype_timeperiod, input.ftype_integer, select.ftype_combobox {
+input.ftype_textbox, input.ftype_timeperiod, input.ftype_integer, select.ftype_combobox, select.ftype_listbox {
        font-size: 12px;
 }
 
@@ -105,15 +105,22 @@ input.ftype_timeperiod {
        width: 161px;
 }
 
+select.ftype_combobox, select.ftype_listbox {
+       min-width: 265px;
+}
+
 select.ftype_combobox {
        height: 29px;
-       min-width: 265px;
 }
 
 input.ftype_integer {
        width: 161px;
 }
 
+select.ftype_listbox {
+       height: 100px;
+}
+
 table.host td:nth-of-type(1) {
        width: 205px;
 }
@@ -146,6 +153,7 @@ div.config_new_resource, div.config_new_fileset, div.config_new_messages, div.co
 img.reset_btn, img.remove_btn {
        display: none;
        cursor: pointer;
+       vertical-align: middle;
 }
 
 div.directive_value {
@@ -164,3 +172,8 @@ div.directive_value:hover img.reset_btn, div.directive_value:hover img.remove_bt
 #new_host {
        padding: 26px;
 }
+
+p.smalldesc {
+       margin: 0;
+       font-style: italic;
+}