diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-05-04 17:54:52 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-05-04 17:56:00 +0200 |
commit | d9592ddcb0af6473f56649658a5c852faf7f349b (patch) | |
tree | 68b12171228714a015f79192651c2f0d99705503 /core | |
parent | 1fef13b0c06c8399f23d01a880ecf3c58ad4e1fb (diff) | |
download | nextcloud-server-d9592ddcb0af6473f56649658a5c852faf7f349b.tar.gz nextcloud-server-d9592ddcb0af6473f56649658a5c852faf7f349b.zip |
Tried to make settings/apps more keyboard/screenreader friendly.
Diffstat (limited to 'core')
-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 e3d8403e750..c77df7d4cca 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -62,6 +62,7 @@ input[type="submit"].highlight{ background:#ffc100; border:1px solid #db0; text- #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: 6.4em; left: 32.5em; overflow: auto } |