]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix border-radius in settings to 3px
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 23 May 2014 16:07:25 +0000 (18:07 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 23 May 2014 16:07:25 +0000 (18:07 +0200)
settings/css/settings.css

index d0e44e721b4a3897ab3414df5759b3942d756a8d..be6cfe1e9bfe73e32017d62d5910763765f7e16c 100644 (file)
@@ -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 {