diff options
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 40f9e90a..7b0db28f 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -441,6 +441,20 @@ blockquote { z-index: 1; } +#anonymous-profile-info > div { + margin: 10px 0; +} + +#anonymous-profile-info > div > label { + width: 200px; + display: inline-block; +} + +#anonymous-profile-info > div > input { + width: 300px; + display: inline-block; +} + @media only screen and (min-width: 481px) { .post-body { line-height: 15px; |
