X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=79c91b89df5934dacd5edf5e3d6a786621a6705d;hb=47df88512f5288d6a1f5f268cdf787bb4bf169c7;hp=b2c5ff0b548de51f42eb4bdaa3dfa276a4f284c2;hpb=680d60dc6802454fe812f1ceea163a1415aaee0e;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index b2c5ff0..79c91b8 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -35,6 +35,10 @@ textarea { display: none; } +#sone #formPassword { + display: none; +} + #sone a, #sone a:link, #sone a:visited { color: rgb(28, 131, 191); font-size: inherit; @@ -290,6 +294,10 @@ textarea { bottom: -0.5ex } +#sone .sone form.hidden { + display: none; +} + #sone .sone form.block button, #sone .sone form.unblock button, #sone .sone form.follow button, #sone .sone form.unfollow button { display: inline; color: rgb(28, 131, 191); @@ -344,6 +352,7 @@ textarea { width: 3em; border: solid 1px #ccc; background-color: #f0f0ff; + margin: 1ex 0; } #sone .navigation .first, #sone .navigation .previous { @@ -351,6 +360,8 @@ textarea { } #sone .navigation .current-page, #sone .navigation .total-pages { + position: relative; + top: 0.5em; margin-top: 0.5ex; display: inline; } @@ -367,6 +378,9 @@ textarea { font-family: inherit; font-size: 200%; font-weight: bold; + clear: both; + margin: 0; + margin-top: 1em; } #sone .error label { @@ -382,3 +396,8 @@ textarea { width: 130ex;; font-size: 75%; } + +#sone .confirm { + font-weight: bold !important; + color: red !important; +}