diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-11 18:04:01 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-11 18:04:01 +0200 |
| commit | dbc177886d29dcf7a39916189ce712d1bca16ef4 (patch) | |
| tree | e10a9fc9ee7462e9300002de9ef97919f94dd791 /ishtar_common/static/media | |
| parent | 4acdaf33c266950ec59a98c22963f45f17e0c8da (diff) | |
| download | Ishtar-dbc177886d29dcf7a39916189ce712d1bca16ef4.tar.bz2 Ishtar-dbc177886d29dcf7a39916189ce712d1bca16ef4.zip | |
Shortcut menu: can now choose between simple and advanced menu
Diffstat (limited to 'ishtar_common/static/media')
| -rw-r--r-- | ishtar_common/static/media/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index fff2fad78..8aac9e2a2 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -243,6 +243,7 @@ button, input[type=submit], button.submit{ -webkit-border-radius:4px; } +button.btn-selected, button:hover, input[type=submit]:hover{ cursor:pointer; color:#922; @@ -423,6 +424,16 @@ div#language_form_div label{ display:inline; }*/ +.btn-group .btn{ + padding: 0; + margin: 0; +} + +.short-menu-buttons{ + position: absolute; + margin-top: -20px; +} + div#context_menu{ height:110px; margin-right:10px; @@ -432,6 +443,7 @@ div#context_menu{ } div#context_menu fieldset{ + margin-top: 8px; background-color:#f1f2f6; border:0 solid #CCC; -moz-border-radius: 0; |
