diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-27 17:13:12 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-27 17:13:12 +0100 |
commit | 53b1e4a00b30db8d385370680ab5d81676b3644e (patch) | |
tree | c8b277abc00c83cd0c18a8f5da1e76f61fb4d2c0 /settings/css | |
parent | 1f6259d9c284fb917210fc438c9ff30a4549aed0 (diff) | |
download | nextcloud-server-53b1e4a00b30db8d385370680ab5d81676b3644e.tar.gz nextcloud-server-53b1e4a00b30db8d385370680ab5d81676b3644e.zip |
remove additional radio button width declaration
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 280d022af4e..2cb18670875 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -152,7 +152,6 @@ table.grid td.date{ /* ADMIN */ span.securitywarning {color:#C33; font-weight:bold; } span.connectionwarning {color:#933; font-weight:bold; } -input[type=radio] { width:1em; } table.shareAPI td { padding-bottom: 0.8em; } #mail_settings p label:first-child { |