]> 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 c1462237a52080dc7514e78c5227915c9945fa94..80e0e038a21e85499bc940bd4074117c4440b057 100644 (file)
@@ -1,11 +1,61 @@
+.yammer-import {
+    padding: 16px;
+}
+
+.import-step {
+    padding: 8px;
+}
+.import-label {
+    font-weight: bold;
+}
+.import-status {
+    margin-left: 20px;
+    padding-left: 20px;
+}
+
+
 .waiting {
     color: #888;
 }
 
 .progress {
+    background-color: white;
+    border: solid 1px blue;
+    border-radius: 8px;
+    -moz-border-radius: 8px;
+    -webkit-border-radius: 8px;
+    -opera-border-radius: 8px;
+}
+
+.progress .import-label {
     color: blue;
 }
 
-.done {
+.progress .import-status {
+    background-image: url(icon_processing.gif);
+    background-repeat: no-repeat;
+}
+
+.complete {
     color: black;
 }
+
+.complete .import-status {
+    background-image: url(done.png);
+    background-repeat: no-repeat;
+}
+
+.import-step-done .import-status {
+    /* override */
+    background: none !important;
+}
+
+.magiclink {
+    margin-left: 40px;
+}
+
+fieldset.import-error {
+    margin-top: 12px;
+    margin-bottom: 0px !important;
+    background-color: #fee !important;
+}