Bring image-management up to speed.
[Sone.git] / src / main / resources / static / css / sone.css
index 918a9c7..9470850 100644 (file)
@@ -93,6 +93,10 @@ textarea {
        border: none;
 }
 
+#sone .parsed {
+       white-space: pre-wrap;
+}
+
 #sone #notification-area {
        margin-top: 1em;
 }
@@ -121,6 +125,10 @@ textarea {
        float: right;
 }
 
+#sone #notification-area .notification .hidden {
+       display: none;
+}
+
 #sone #plugin-warning {
        border: solid 0.5em red;
        padding: 0.5em;
@@ -554,13 +562,40 @@ textarea {
 }
 
 #sone .album {
-       float: left;
+}
+
+#sone .image {
+       width: 200px;
+       height: 150px;
+       display: table-cell;
+       vertical-align: middle;
+       text-align: center;
+       padding: 0.5ex;
+}
+
+#sone .image img, #sone .single-image img {
+       padding: 1ex;
+       border: solid 1px #000;
+       background-color: #fff;
 }
 
 #sone .backlinks .separator {
        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;
@@ -634,7 +669,7 @@ textarea {
        font-weight: bold;
 }
 
-#sone input.default {
+#sone input.default, #sone textarea.default {
        color: #888;
 }