Add gallery mode to image browser.
[Sone.git] / src / main / resources / static / css / sone.css
index f782b76..e46540a 100644 (file)
@@ -684,14 +684,20 @@ 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;
 }
 
 #sone .backlinks .separator {