summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-06-25 16:55:19 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-06-25 16:55:19 +0000
commit1e17f1256a1166db6bd3acd35fd437262ba27ffd (patch)
tree94ac6b66e033f9d7ba044e2a4d9cb7595c77b3bc /theme
parent262f864555dcad18fbdd044f753584dae5729e86 (diff)
Shows the selected file attachment under the form_notice textarea
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index d01be7700..bfcc9a7fa 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -510,10 +510,11 @@ margin-bottom:7px;
margin-left:18px;
float:left;
}
-#form_notice .error {
+#form_notice .error,
+#form_notice .success {
float:left;
clear:both;
-width:96.9%;
+width:81.5%;
margin-bottom:0;
line-height:1.618;
}