aboutsummaryrefslogtreecommitdiff
path: root/web/style3.css
diff options
context:
space:
mode:
authorGravatar Ugnich Anton2013-10-24 21:10:51 +0700
committerGravatar Ugnich Anton2013-10-24 21:10:51 +0700
commitd91993206614320bfea5b72b0a486b0adb9b965a (patch)
tree2c71e292f7e4c7ad01ffcb1221fa6cebb9d43b1a /web/style3.css
parent23ed8e10c1ced621413f116d3a324a2758949ec8 (diff)
PM reply form; bugfixes.
Diffstat (limited to 'web/style3.css')
-rw-r--r--web/style3.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/web/style3.css b/web/style3.css
index 211c759c..1a2c15c1 100644
--- a/web/style3.css
+++ b/web/style3.css
@@ -9,11 +9,11 @@ hr { height: 1px; background: #CCC; margin: 10px 0; }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
.u { text-decoration: underline; }
-#header { width: 880px; }
-#topwrapper { width: 860px; }
+#header { width: 890px; }
+#topwrapper { width: 870px; }
#content, #footer { width: 600px; }
#header, #topwrapper, #footer { margin: 0 auto; }
-#content { margin: 15px 0 0 260px; }
+#content { margin: 15px 0 0 270px; }
/********/
@@ -97,6 +97,10 @@ blockquote { border-left: 1px dashed #CCC; margin: 10px 0 10px 10px; padding-lef
.pm-in { width: 85%; background: #FFF; }
.pm-out { margin-left: 15%; background: #DFD; }
+#pmreplyform { margin-top: 20px; background: #DDDDD5; padding: 5px 0; text-align: center; }
+#pmreplytext { border: 1px solid #999; padding: 4px 5px; width: 515px; margin: 15px 5px 15px 0; }
+#pmreplybutton { border: 1px solid #999; padding: 3px 0; width: 35px; background: #CCCCC5}
+
/********/
#column { width: 230px; top: 0; padding-top: 10px; overflow: hidden; }