summaryrefslogtreecommitdiff
path: root/theme/base
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-23 01:20:20 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-23 01:20:20 +0000
commit135f00c51bfd71e1ecb112f6813ed12c84549621 (patch)
treec5c02973501998aeb6569b24ff6fe3a2c17d67ec /theme/base
parent1132e66f84c188f8267165d99d95d04047b6b23b (diff)
tag user profile and form markup and style
Diffstat (limited to 'theme/base')
-rw-r--r--theme/base/css/display.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 54a5b8833..d829b71e4 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -41,6 +41,7 @@ font-size:1.3em;
text-transform:uppercase;
}
form {
+clear:both;
}
input, textarea, select, option {
padding:4px;
@@ -143,7 +144,8 @@ font-weight:bold;
#form_password legend,
#form_settings_avatar legend,
#newgroup legend,
-#editgroup legend {
+#editgroup legend,
+#form_tag_user legend {
display:none;
}
@@ -347,6 +349,7 @@ margin-bottom:1em;
#content {
width:644px;
+width:46em;
padding:18px;
float:left;
border-radius:7px;
@@ -364,6 +367,7 @@ float;left;
#aside_primary {
width:300px;
+width:21.429em;
float:left;
margin-left:2px;
padding:18px 4px 18px 18px;
@@ -705,6 +709,7 @@ margin-right:11px;
+
/* NOTICE */
.notice,
.profile {
@@ -713,8 +718,6 @@ padding-top:11px;
padding-bottom:11px;
clear:both;
float:left;
-width:644px;
-width:96.699%;
width:100%;
border-top-width:1px;
border-top-style:dashed;
@@ -734,6 +737,7 @@ border-radius:4px;
#notices_primary {
float:left;
width:644px;
+width:46em;
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;