X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=7f7c4af7da2ba5ee91912b78b73b7876deb6d766;hb=bef8ec092fa51446ade95427dd7112bd62b7e900;hp=3d7d50a094bc2a328b803bb9a48e7e5245d6146c;hpb=c93070476a62e3db94f175576e3cdabf49db1086;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 3d7d50a..7f7c4af 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -49,8 +49,12 @@ textarea { color: rgb(255, 172, 0); } +#sone a img { + border: none; +} + #sone #notification-area { - margin-bottom: 1em; + margin-top: 1em; } #sone #notification-area .notification { @@ -81,6 +85,7 @@ textarea { #sone #profile { height: 80px; + margin-top: 1em; margin-bottom: 1ex; } @@ -133,6 +138,7 @@ textarea { #sone #main { padding: 1em; + padding-top: 0px; } #sone #edit-profile #birth-day, #sone #edit-profile #birth-month, #sone #edit-profile #birth-year { @@ -171,7 +177,7 @@ textarea { min-height: 48px; } -#sone .post .author { +#sone .post .author, #sone .post .recipient { display: inline; font-weight: bold; } @@ -329,10 +335,6 @@ textarea { background-color: #ffffa0; } -#sone .sone .id { - display: none; -} - #sone .sone .profile-link { display: block; }