]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/djstyle_admin.css
OSQA-203, the white background color of the top menu has been removed, as it is compl...
[osqa.git] / forum / skins / default / media / style / djstyle_admin.css
index 87fe341d6b029025f8a53504e700bfc7257f3191..0ccd4ab237dd887d905e408f85df2cd2a44b099f 100644 (file)
@@ -1,3 +1,5 @@
+@import "jquery.autocomplete.css";
+
 textarea {
     width: 100%;
 }
 textarea {
     width: 100%;
 }
@@ -47,3 +49,15 @@ input.longstring {
     position: relative;
     left: 612px;
 }
     position: relative;
     left: 612px;
 }
+
+.admin_message {
+    background-color: #ffffe0;
+    border: 3px double #b8860b;
+    padding: 4px;
+}
+
+.ajax_indicator {
+    background: transparent url('../images/indicator.gif') top left no-repeat;
+    padding: 7px 25px;
+    min-height: 24px;
+}
\ No newline at end of file