]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/djstyle_admin.css
Merge of jambazov branch to trunk. Adds CC license and failed sign-in referrer bug...
[osqa.git] / forum / skins / default / media / style / djstyle_admin.css
index 87fe341d6b029025f8a53504e700bfc7257f3191..abc479b07c343a4f12caead896f977841a2e8df6 100644 (file)
@@ -1,3 +1,5 @@
+@import "jquery.autocomplete.css";
+
 textarea {
     width: 100%;
 }
@@ -47,3 +49,9 @@ input.longstring {
     position: relative;
     left: 612px;
 }
+
+.admin_message {
+    background-color: #ffffe0;
+    border: 3px double #b8860b;
+    padding: 4px;
+}
\ No newline at end of file