diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-23 18:07:25 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-23 18:07:25 +0200 |
commit | b1ccfcde9ef0ca4b846d3cf734d3b5ba8606eeb9 (patch) | |
tree | c00522552f34fe29e182a2fa4244580faabd240f /settings/css | |
parent | 0977911c826ffade34b89d08a697993e5de3bc41 (diff) | |
download | nextcloud-server-b1ccfcde9ef0ca4b846d3cf734d3b5ba8606eeb9.tar.gz nextcloud-server-b1ccfcde9ef0ca4b846d3cf734d3b5ba8606eeb9.zip |
fix border-radius in settings to 3px
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index d0e44e721b4..be6cfe1e9bf 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -103,8 +103,8 @@ select.quota.active { background: #fff; } #app-navigation.appwarning:hover { background: #fbb; } -small.externalapp { color:#FFF; background-color:#BBB; font-weight:bold; font-size: 0.6em; margin: 0; padding: 0.1em 0.2em; border-radius: 4px;} -small.recommendedapp { color:#FFF; background-color:#888; font-weight:bold; font-size: 0.6em; margin: 0; padding: 0.1em 0.2em; border-radius: 4px;} +small.externalapp { color:#FFF; background-color:#BBB; font-weight:bold; font-size: 0.6em; margin: 0; padding: 0.1em 0.2em; border-radius: 3px;} +small.recommendedapp { color:#FFF; background-color:#888; font-weight:bold; font-size: 0.6em; margin: 0; padding: 0.1em 0.2em; border-radius: 3px;} small.externalapp.list, small.recommendedapp.list { position: absolute; right: 10px; top: 12px; } span.version { margin-left:1em; margin-right:1em; color:#555; } @@ -169,7 +169,7 @@ table.shareAPI .indent { padding-left: 2em; } span.success { background: #37ce02; - border-radius: 8px; + border-radius: 3px; } span.error { |