diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-01-31 09:57:16 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-01-31 09:57:16 +0100 |
commit | 170cf20298c6c31a1e9a5258edf6a501845f2c1d (patch) | |
tree | 1e5854d5ca106f8b56005f18ef15a257432d3afd /settings/css | |
parent | 92921ceefd66f49ecf0915fe87997caefa24c6bc (diff) | |
download | nextcloud-server-170cf20298c6c31a1e9a5258edf6a501845f2c1d.tar.gz nextcloud-server-170cf20298c6c31a1e9a5258edf6a501845f2c1d.zip |
addapt the css to adjust the change display name filed to the set password field
Diffstat (limited to 'settings/css')
-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; } |