diff options
author | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2011-09-30 19:47:48 +0200 |
---|---|---|
committer | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2011-09-30 19:47:48 +0200 |
commit | 2740491f185087d497ea4b6b3b47fd40a18476c7 (patch) | |
tree | 621f5012950f2ae0ddb060dea67fc3198468fe48 /settings | |
parent | 5775421f7880d5c7f421fc723c8f1ce2b012c200 (diff) | |
download | nextcloud-server-2740491f185087d497ea4b6b3b47fd40a18476c7.tar.gz nextcloud-server-2740491f185087d497ea4b6b3b47fd40a18476c7.zip |
quota good cleand up
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 827f215efbe..4b5bc06b218 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -12,12 +12,12 @@ input#identity { width:20em; } /* USERS */ form { display:inline; } -table th { height:2em; padding:0 .5em; color:#999; padding-left:.8em; } -table th, table td { border-bottom:1px solid #ddd; text-align:left; font-weight:normal; } +table th { height:2em; color:#999; } +table th, table 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>img, td.quota>img { visibility:hidden; } -td.password>span { margin-right:1.2em; } -td.password { width:12em; cursor:pointer; } +td.password, td.quota { width:12em; cursor:pointer; } +td.password>span, td.quota>span { margin-right: 1.2em; color: #C7C7C7; } td.remove { width:1em; padding-right:1em; } tr:hover>td.password>span { margin:0; cursor:pointer; } |