From: Marvin Thomas Rabe Date: Fri, 30 Sep 2011 17:47:48 +0000 (+0200) Subject: quota good cleand up X-Git-Tag: v3.0~101^2~29 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2740491f185087d497ea4b6b3b47fd40a18476c7;p=nextcloud-server.git quota good cleand up --- 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; }