X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=947085080aa9850913530ffa2b71c91b804eeda5;hb=a23c4f218c3adf236d89d5927cae37d6e6e4feda;hp=b40890a243dda7e4106176d631e816f8cc6cf954;hpb=70ffa07939b79f80257cf5140768e9b90e7e7800;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index b40890a..9470850 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -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,7 +562,6 @@ textarea { } #sone .album { - float: left; } #sone .image { @@ -566,7 +573,7 @@ textarea { padding: 0.5ex; } -#sone .image img { +#sone .image img, #sone .single-image img { padding: 1ex; border: solid 1px #000; background-color: #fff; @@ -576,6 +583,19 @@ textarea { 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; @@ -649,7 +669,7 @@ textarea { font-weight: bold; } -#sone input.default { +#sone input.default, #sone textarea.default { color: #888; }