diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-08 12:10:26 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-08 12:10:26 +0200 |
commit | b15ca19df32888c2ab22489e4d6965537dc0d389 (patch) | |
tree | d32e6c17c078a0f3f13ff33d6daff24d92bd2cdb /ishtar_common | |
parent | 13a0eed56e71fccb91b72b9005a7ffd27ca39c1b (diff) | |
download | Ishtar-b15ca19df32888c2ab22489e4d6965537dc0d389.tar.bz2 Ishtar-b15ca19df32888c2ab22489e4d6965537dc0d389.zip |
Operation: manage deadline for finds and documentation receipt (refs #3191)
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/static/media/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 4de3cd315..21c2510ed 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -244,6 +244,10 @@ button.ui-widget-header:hover { background: #f8b950; } +#ui-datepicker-div{ + z-index: 100 !important; +} + textarea, input[type=text], input[type=password], @@ -595,6 +599,7 @@ ul.form-flex { ul.form-flex li{ width: 395px; + padding-top: 0.3em; } @media screen and (min-width: 1051px) { |