diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-29 19:38:01 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-29 19:43:06 +0200 |
commit | d12d08e2f3553b06df6371535f971c9f193bd388 (patch) | |
tree | a5a06b8a522d87a4e2f8934ee46fba3a2cfdbe9b /core/css | |
parent | 8b872e326a1ef6776f2f5f09b9c698447146ac6a (diff) | |
download | nextcloud-server-d12d08e2f3553b06df6371535f971c9f193bd388.tar.gz nextcloud-server-d12d08e2f3553b06df6371535f971c9f193bd388.zip |
some more changes for navigation subentries
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 99090b9171e..00433979d24 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -89,6 +89,7 @@ input[type="search"] { font-size:1em; padding-left:2em; background:#eee url('../ #plugins a:active { outline:0; } #plugins .subentry { background-color:#ddd; border-top:1px solid #aaa; border-bottom:1px solid #ccc; color:#000; outline:0; } #plugins .subentry.active { background-color:#bbb; border-top:1px solid #aaa; border-bottom:1px solid #ccc; color:#000; outline:0; } +#plugins li.subentry a {padding-left:4em;} /* CONTENT ------------------------------------------------------------------ */ #content { margin:3.5em 0 0 15.7em; } |