Add gallery mode to image browser.
[Sone.git] / src / main / resources / static / css / sone.css
index 6ad458e..e46540a 100644 (file)
@@ -684,13 +684,17 @@ textarea {
        width: 95%;
 }
 
+#sone .image .album-sone {
+       font-size: 80%;
+}
+
 #sone .image .image-title, #sone .album .album-title {
        font-weight: bold;
 }
 
 #sone .image .image-description, #sone .album .album-description {
        text-align: left;
-       width: 195px;
+       width: 98%;
        word-wrap: break-word;
        max-height: 5em;
        overflow: auto;