summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-04-24 20:01:25 +0000
committerRobin Millette <millette@controlyourself.ca>2009-04-24 20:01:25 +0000
commitf2f4e8c5868ef7fee694590c17bacec4e01e3b9b (patch)
tree78df1002c3cfc902e5b16cbe858e3efa675a2f14 /theme
parentc008c0d4a56ec265ba6e10d208f9954510296f12 (diff)
parent5e7664e25f6c4b93d32bc1ef33463c09205ff679 (diff)
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 2fb1c007f..0bc2e68b6 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -86,7 +86,7 @@ border:0;
.error,
.success {
-padding:4px 7px;
+padding:4px 1.55%;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
@@ -426,6 +426,7 @@ line-height:1;
#form_notice fieldset {
border:0;
padding:0;
+position:relative;
}
#form_notice legend {
display:none;
@@ -480,7 +481,13 @@ margin-bottom:7px;
margin-left:18px;
float:left;
}
-
+#form_notice .error {
+float:left;
+clear:both;
+width:96.9%;
+margin-bottom:0;
+line-height:1.618;
+}
/* entity_profile */
.entity_profile {