diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2013-01-16 19:55:16 +0100 |
---|---|---|
committer | Bernhard Posselt <nukeawhale@gmail.com> | 2013-01-16 19:55:16 +0100 |
commit | b659072686292907a61f14b211b3cb09fa98f5a0 (patch) | |
tree | 17379a0b282874794f02b1f855f9453c0dc57526 /core | |
parent | b7f507b92595e6c5537ccc7f678e276d5a8642b9 (diff) | |
download | nextcloud-server-b659072686292907a61f14b211b3cb09fa98f5a0.tar.gz nextcloud-server-b659072686292907a61f14b211b3cb09fa98f5a0.zip |
dont show horizontal scrollbar
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index b4e6ce430f9..7771fd52b9e 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -94,7 +94,7 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b /* CONTENT ------------------------------------------------------------------ */ #controls { padding:0 0.5em; width:100%; top:3.5em; height:2.8em; margin:0; background:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:50; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000; } #controls .button { display:inline-block; } -#content { height: 100%; width: 100%; position: absolute; } +#content { height: 100%; width: 100%; position: relative; } #content-wrapper { height: 100%; width: 100%; padding-top: 3.5em; padding-left: 12.5em; box-sizing: border-box; -moz-box-sizing: border-box; position: absolute;} #leftcontent, .leftcontent { position:fixed; overflow:auto; top:6.4em; width:20em; background:#f8f8f8; border-right:1px solid #ddd; } #leftcontent li, .leftcontent li { background:#f8f8f8; padding:.5em .8em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -webkit-transition:background-color 200ms; -moz-transition:background-color 200ms; -o-transition:background-color 200ms; transition:background-color 200ms; } |