diff options
Diffstat (limited to 'ishtar_common/static/media/style.css')
-rw-r--r-- | ishtar_common/static/media/style.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 011db3652..056046e95 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -101,6 +101,12 @@ div.form { border:1px solid #D14; } +.select2-container .select2-results__option { + font-family: monospace; + padding: 0 6px; + font-size: 1.1em; +} + hr.spacer{ clear:both; border:0; @@ -207,14 +213,24 @@ select{ max-width:550px; } +.form select{ + width:370px; +} + /*label{display:block}*/ label:first-letter { text-transform: uppercase; } + +.form input[type="text"]{ + width: 370px; +} + textarea{ - height:80px; + height: 80px; + width: 370px; } textarea.xlarge{ |