diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-21 17:03:21 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-21 17:13:47 +0200 |
commit | cd37c622b2830325366a5432636941d3cc75c1fc (patch) | |
tree | 9e28ad5e9bd2db1cab82e59e5427da26de5489e4 | |
parent | 375a9f6eba14cbd99ffe27a1eb8d406f32b7d0d7 (diff) | |
download | Ishtar-cd37c622b2830325366a5432636941d3cc75c1fc.tar.bz2 Ishtar-cd37c622b2830325366a5432636941d3cc75c1fc.zip |
Small CSS fix
-rw-r--r-- | ishtar_common/static/media/style.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 729889dc8..7b441c085 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -599,7 +599,7 @@ div#welcome{ div#content{ clear:both; - margin-top:190px ; + margin-top:205px ; margin-bottom: 70px; margin-left: 200px; margin-right: 150px; @@ -667,9 +667,10 @@ ul#form_path li a:link, ul#form_path li a:visited { -webkit-border-radius:0; border-radius:0; background-color:white; - position: absolute; + position: fixed; z-index:1000; left: 200px; + top: 35px; } #reminder p{ @@ -910,13 +911,13 @@ table.confirm tr.spacer td:last-child{ } .sheet{ - width:90%; + top: 35px; + bottom: 35px; + left: 15px; + right: 15px; position:fixed; - height:90%; background: #FFF; z-index: 2000; - /*left: 50%;*/ - margin-left: 5%; -webkit-box-shadow: 0px 0px 20px #444; -moz-box-shadow: 0px 0px 20px #444; text-align: left; |