diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-04-30 14:28:33 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-04-30 14:28:33 +0200 |
commit | 09fb5331673e5b43300f59a55b09d69a0e83c620 (patch) | |
tree | b3fa39a41fe4c7cc5ced89cbbba74a933af7f358 | |
parent | 4481a8412c28f57baece09f12a9589179cc5de8a (diff) | |
parent | 4f873690d320f3fc8f265ac8a73a15650aebc1d9 (diff) | |
download | nextcloud-server-09fb5331673e5b43300f59a55b09d69a0e83c620.tar.gz nextcloud-server-09fb5331673e5b43300f59a55b09d69a0e83c620.zip |
Merge pull request #8405 from owncloud/remove-leftcontent-rightcontent
remove leftcontent and rightcontent CSS, no longer needed
-rw-r--r-- | core/css/styles.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index c26c556825a..9f74ab7deaf 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -338,21 +338,6 @@ input[type="submit"].enabled { position:absolute; height:100%; width:100%; padding-left:80px; padding-top: 45px; -moz-box-sizing:border-box; box-sizing:border-box; } -#leftcontent, .leftcontent { - position:relative; overflow:auto; width:256px; height:100%; - background:#f8f8f8; border-right:1px solid #ddd; - -moz-box-sizing:border-box; box-sizing:border-box; -} -#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; } -#leftcontent li:hover, #leftcontent li:active, #leftcontent li.active, .leftcontent li:hover, .leftcontent li:active, .leftcontent li.active { background:#eee; } -#leftcontent li.active, .leftcontent li.active { font-weight:bold; } -#leftcontent li:hover, .leftcontent li:hover { color:#333; background:#ddd; } -#leftcontent a { height:100%; display:block; margin:0; padding:0 1em 0 0; float:left; } -#rightcontent, .rightcontent { position:fixed; top:89px; left: 336px; overflow:auto } - -#controls + .leftcontent{ - top: 44px; -} #emptycontent { font-size: 1.5em; |