summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2014-03-21 20:27:22 +0100
committerkondou <kondou@ts.unde.re>2014-03-21 20:27:22 +0100
commite6b4d28229da406b621da61183568a6a1de11cd7 (patch)
tree141b8aeef9faf18dada95a59e1821346ca275d4f
parentdda7129a243c7ebdbcdf9c2b5dbf167542402bc2 (diff)
downloadnextcloud-server-e6b4d28229da406b621da61183568a6a1de11cd7.tar.gz
nextcloud-server-e6b4d28229da406b621da61183568a6a1de11cd7.zip
Move success/error squircles to settings
-rw-r--r--apps/files_external/css/settings.css7
-rw-r--r--settings/css/settings.css9
2 files changed, 9 insertions, 7 deletions
diff --git a/apps/files_external/css/settings.css b/apps/files_external/css/settings.css
index 11aeb10184b..1d3489f7f57 100644
--- a/apps/files_external/css/settings.css
+++ b/apps/files_external/css/settings.css
@@ -4,13 +4,6 @@ td.status > span {
width: 16px;
vertical-align: text-bottom;
}
-span.success {
- background: #37ce02;
- border-radius: 8px;
-}
-span.error {
- background: #ce3702;
-}
td.mountPoint, td.backend { width:160px; }
td.remove>img { visibility:hidden; padding-top:13px; }
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 249ee1949f0..280d022af4e 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -178,6 +178,15 @@ table.shareAPI td { padding-bottom: 0.8em; }
vertical-align: text-bottom;
}
+span.success {
+ background: #37ce02;
+ border-radius: 8px;
+}
+
+span.error {
+ background: #ce3702;
+}
+
/* HELP */
.pressed {background-color:#DDD;}