diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-24 17:36:46 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-24 17:36:46 +0100 |
| commit | 3bbc2d0022d3ce8e0d99a35168394337ea0683bf (patch) | |
| tree | 7db7905ce772c79ffd3c91a8a3d9f26af2d34d6d /ishtar_common/static | |
| parent | 4eea9297976ca16c006deb83ca220aae7a163d1c (diff) | |
| download | Ishtar-3bbc2d0022d3ce8e0d99a35168394337ea0683bf.tar.bz2 Ishtar-3bbc2d0022d3ce8e0d99a35168394337ea0683bf.zip | |
UI: short menu don't hide the main content
Diffstat (limited to 'ishtar_common/static')
| -rw-r--r-- | ishtar_common/static/media/style.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index b1939eaf0..e64dd1441 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -358,7 +358,7 @@ div#header{ position: fixed; top: 0; z-index: 10; - width:100%; + width: 400px; text-align:left; font-size: 0.9em; background-color: #EAEAEA; @@ -488,10 +488,16 @@ div#context_menu fieldset{ -webkit-border-radius: 0; border-radius: 0; position: fixed; - top: 40px; + top: 8px; right: 10px; } +@media screen and (max-width: 680px) { + div#context_menu fieldset{ + display: none; + } +} + div#action_current_items{ display: inline-block; vertical-align: top; @@ -605,7 +611,7 @@ div#welcome{ div#content{ clear:both; - margin-top:205px ; + margin-top:225px ; margin-bottom: 70px; margin-left: 200px; margin-right: 150px; |
