diff options
Diffstat (limited to 'ishtar_common/static/media/style.css')
| -rw-r--r-- | ishtar_common/static/media/style.css | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 4de3cd315..bff3ef473 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -21,6 +21,8 @@ div.form, ul.form { } /* color */ + +.pin-action, #window hr, #context_menu .red, a, a.remove { @@ -46,6 +48,7 @@ a.add-button, color:#000; } +.chosen-container, #context_menu .green, #context_menu .red, #context_menu .orange, @@ -244,6 +247,17 @@ button.ui-widget-header:hover { background: #f8b950; } +#ui-datepicker-div{ + z-index: 100 !important; +} + +.chosen-container-active.chosen-with-drop .chosen-single, +.chosen-container-single .chosen-single{ + background: none; + background-color: #fff; + border-radius:4px; +} + textarea, input[type=text], input[type=password], @@ -289,6 +303,26 @@ div.nav-button{ border: 0 solid transparent; } +#message, +#message div{ + display: none; +} + +#message { + z-index: 42200; + position: absolute; + top: 5px; + right: 5px; + background: #fff; + padding: 0.5em 1em; + border: 1px solid; + border-radius: 3px; +} + +#message span{ + padding: 0 1em; +} + #to_bottom_arrow{ bottom:80px; } @@ -391,6 +425,15 @@ div#context_menu fieldset{ border-radius: 0; } +div#context_menu table{ + display: inline; + vertical-align: top; +} + +div#context_menu .icon{ + padding: 0.6em 0.5em; +} + div#context_menu ul{ margin:0; padding:2px; @@ -595,6 +638,7 @@ ul.form-flex { ul.form-flex li{ width: 395px; + padding-top: 0.3em; } @media screen and (min-width: 1051px) { @@ -717,6 +761,10 @@ ul.form .help_text{ font-style: normal; } +.pin-action:hover{ + cursor:pointer; +} + .autocomplete{ width:350px; } |
