diff --git a/settings/css/settings.css b/settings/css/settings.css index 827f215efb..4b5bc06b21 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; }