Bring image-management up to speed.
[Sone.git] / src / main / resources / static / css / sone.css
index ab242a2..9470850 100644 (file)
@@ -125,6 +125,10 @@ textarea {
        float: right;
 }
 
+#sone #notification-area .notification .hidden {
+       display: none;
+}
+
 #sone #plugin-warning {
        border: solid 0.5em red;
        padding: 0.5em;
@@ -579,6 +583,19 @@ textarea {
        display: inline;
 }
 
+#sone #search {
+       text-align: right;
+}
+
+#sone #search input[type=text] {
+       width: 35em;
+}
+
+#sone #sone-results + #sone #post-results {
+       clear: both;
+       padding-top: 1em;
+}
+
 #sone #tail {
        margin-top: 1em;
        border-top: solid 1px #ccc;