diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-21 03:38:50 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-21 03:38:50 +0000 |
commit | 88297e7b240180b4cec0d455d5ecd7d03dffe973 (patch) | |
tree | f33e21f7dd685090f3be5ba34501f4df72ab0b68 /theme/base/css | |
parent | e9b9795eeb30837ddddd980eaea9d11c055cb843 (diff) |
Direct message markup and style
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index d2480be14..5b17fa53a 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -482,6 +482,20 @@ padding:8px; #form_notice li { margin-bottom:0; } + +#form_notice #notice_to { +margin-bottom:7px; +} + +#notice_to label { +float:left; +margin-right:18px; +margin-top:11px; +} +#notice_to select { +float:left; +} + /*end FORM NOTICE*/ |