Show name and description unter albums, too.
[Sone.git] / src / main / resources / static / css / sone.css
index 053923b..69e93d6 100644 (file)
@@ -51,6 +51,10 @@ textarea {
        display: none;
 }
 
+#sone .toggle-link {
+       margin-top: 1em;
+}
+
 #sone #formPassword {
        display: none;
 }
@@ -652,21 +656,46 @@ textarea {
        display: table-row;
 }
 
+#sone .image-container {
+       width: 200px;
+       height: 200px;
+       overflow: hidden;
+       padding: -1px;
+       border: solid 1px #000;
+}
+
 #sone .image {
        width: 200px;
        height: 150px;
        display: table-cell;
-       vertical-align: middle;
+       vertical-align: top;
        text-align: center;
        padding: 0.5ex;
 }
 
 #sone .image img, #sone .single-image img {
-       padding: 1ex;
        border: solid 1px #000;
        background-color: #fff;
 }
 
+#sone .image .edit-image input {
+       width: 95%;
+}
+
+#sone .image .edit-image textarea {
+       width: 95%;
+}
+
+#sone .image .image-title, #sone .album .album-title {
+       font-weight: bold;
+}
+
+#sone .image .image-description, #sone .album .album-description {
+       text-align: left;
+       width: 195px;
+       word-wrap: break-word;
+}
+
 #sone .backlinks .separator {
        display: inline;
 }