X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=f782b76495f3185168672a297596520533b1441b;hb=1998b0c5551c5488ff61e2dc9f790b5d68c846e2;hp=69e93d659107e330d766218302366f64a6acc037;hpb=a996006a648e2d8b0ef70bbddc66d12d77f7d150;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 69e93d6..f782b76 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -652,37 +652,35 @@ textarea { #sone .album { } -#sone .image-row { +#sone .image-row, #sone .album-row { display: table-row; } -#sone .image-container { - width: 200px; - height: 200px; +#sone .image-container, #sone .album-container { + width: 250px; + height: 250px; overflow: hidden; padding: -1px; border: solid 1px #000; } -#sone .image { - width: 200px; - height: 150px; +#sone .image, #sone .album { display: table-cell; vertical-align: top; text-align: center; padding: 0.5ex; } -#sone .image img, #sone .single-image img { +#sone .single-image img { border: solid 1px #000; background-color: #fff; } -#sone .image .edit-image input { +#sone .image .edit-image input, #sone .album .edit-album input { width: 95%; } -#sone .image .edit-image textarea { +#sone .image .edit-image textarea, #sone .album .edit-album textarea { width: 95%; }