]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/YammerImport/css/admin.css
Extended profile - add nav link to new profile block
[quix0rs-gnu-social.git] / plugins / YammerImport / css / admin.css
index 28d52d07c6db3d5c8d09bf03efb16c7ce84ba15f..80e0e038a21e85499bc940bd4074117c4440b057 100644 (file)
@@ -1,12 +1,4 @@
 .yammer-import {
-    background-color: #eee;
-
-    border: solid 1px;
-    border-radius: 8px;
-    -moz-border-radius: 8px;
-    -webkit-border-radius: 8px;
-    -opera-border-radius: 8px;
-
     padding: 16px;
 }
 
@@ -27,7 +19,8 @@
 }
 
 .progress {
-    background-color: #fff;
+    background-color: white;
+    border: solid 1px blue;
     border-radius: 8px;
     -moz-border-radius: 8px;
     -webkit-border-radius: 8px;
     /* override */
     background: none !important;
 }
+
+.magiclink {
+    margin-left: 40px;
+}
+
+fieldset.import-error {
+    margin-top: 12px;
+    margin-bottom: 0px !important;
+    background-color: #fee !important;
+}