aboutsummaryrefslogtreecommitdiff
path: root/web/style3.css
diff options
context:
space:
mode:
authorGravatar Ugnich Anton2012-10-22 17:25:00 +0700
committerGravatar Ugnich Anton2012-10-22 17:25:00 +0700
commitadfc38138808eede6bcc29a706c9191e7d2d84fe (patch)
tree44f2e11d049eb21751e60e18ab4dadade86bc823 /web/style3.css
parentc49e78bef068f4c4607d6d572366661e40b404be (diff)
JS optimization
Diffstat (limited to 'web/style3.css')
-rw-r--r--web/style3.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/style3.css b/web/style3.css
index 09097665..ea2fca98 100644
--- a/web/style3.css
+++ b/web/style3.css
@@ -1,4 +1,4 @@
-html,body,h1,h2,ul,li,form { margin: 0; padding: 0; }
+html,body,h1,h2,ul,li,form,input,textarea { margin: 0; padding: 0; }
html { font-family: sans-serif; font-size: 16px; }
h1,h2 { font-weight: normal; }
ul { list-style-type: none; }
@@ -63,7 +63,7 @@ img { border: none; }
#content .msg-links { font-size: small; margin: 8px 0 0 68px; }
#content .msg-comments { margin: 10px 0 0 58px; padding: 5px 0 0 10px; overflow: hidden; font-size: small; border-top: 1px solid; }
#content .msg-comment { margin: 8px 0 0 58px; }
-#content .msg-comment textarea { border: 1px solid; width: 505px; padding: 2px; resize: vertical; }
+#content .msg-comment textarea { border: 1px solid; width: 505px; padding: 2px; resize: vertical; vertical-align: top; }
#content .msg-comment textarea.narrow { width: 450px; }
#content .msg-comment input { border: 1px solid; width: 50px; margin-left: 6px; vertical-align: top; }
#content .msg-recomms { margin: 10px 0 0 68px; padding: 0; overflow: hidden; font-size: small; }