diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-01-31 08:30:25 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-01-31 08:30:25 -0800 |
commit | 0dd9e6cb12beb58d07fc81d5d70f4b25262b9e4b (patch) | |
tree | 7f9414cef0d2ddcb8b3af2e2967bfdae90041e6d /settings | |
parent | 209d599ec5b00c5b92a33e902867fc621e725c93 (diff) | |
parent | 9cd692a6d00623940a4dbf04045793e44d602569 (diff) | |
download | nextcloud-server-0dd9e6cb12beb58d07fc81d5d70f4b25262b9e4b.tar.gz nextcloud-server-0dd9e6cb12beb58d07fc81d5d70f4b25262b9e4b.zip |
Merge pull request #1387 from schiesbn/visual_improvements
small visual improvements
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 4d0f6efd2c8..8fad055f2e6 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -22,13 +22,13 @@ form { display:inline; } table:not(.nostyle) th { height:2em; color:#999; } table:not(.nostyle) th, table:not(.nostyle) td { border-bottom:1px solid #ddd; padding:0 .5em; padding-left:.8em; text-align:left; font-weight:normal; } td.name, td.password { padding-left:.8em; } -td.password>img, td.remove>a, td.quota>img { visibility:hidden; } -td.password, td.quota { width:12em; cursor:pointer; } -td.password>span, td.quota>span { margin-right: 1.2em; color: #C7C7C7; } +td.password>img,td.displayName>img, td.remove>a, td.quota>img { visibility:hidden; } +td.password, td.quota, td.displayName { width:12em; cursor:pointer; } +td.password>span, td.quota>span, rd.displayName>span { margin-right: 1.2em; color: #C7C7C7; } td.remove { width:1em; padding-right:1em; } -tr:hover>td.password>span { margin:0; cursor:pointer; } -tr:hover>td.remove>a, tr:hover>td.password>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; } +tr:hover>td.password>span, tr:hover>td.displayName>span { margin:0; cursor:pointer; } +tr:hover>td.remove>a, tr:hover>td.password>img,tr:hover>td.displayName>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; } tr:hover>td.remove>a { float:right; } li.selected { background-color:#ddd; } #content>table:not(.nostyle) { margin-top:3em; } |