aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorGravatar Ugnich Anton2014-02-23 12:11:58 +0700
committerGravatar Ugnich Anton2014-02-23 12:11:58 +0700
commite67f01bb08125eae47c42965367dc96624e5f146 (patch)
tree416e60dc467ce78ec8584eda222c99204c4958a1 /web
parent4c5feeaf06e2f160bd75bf1919cb9920835efc87 (diff)
isMobileRequest
Diffstat (limited to 'web')
-rw-r--r--web/style3.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/style3.css b/web/style3.css
index 7ff489f2..1c13fab7 100644
--- a/web/style3.css
+++ b/web/style3.css
@@ -174,6 +174,8 @@ blockquote { border-left: 1px dashed #CCC; margin: 10px 0 10px 10px; padding-lef
article textarea { width: 205px; }
article footer { float: left; }
+ #content textarea { width: 100%; }
+
.msg,.msg-cont { width: auto; min-width: 280px; }
.msg-cont,.ads { margin-left: 0; }
.msg-avatar { margin: 10px 10px 0 10px; width: 40px; height: 40px; }