summaryrefslogtreecommitdiff
path: root/views/default/css/elements/forms.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/forms.php')
-rw-r--r--views/default/css/elements/forms.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php
index c1f3374..8d10ecd 100644
--- a/views/default/css/elements/forms.php
+++ b/views/default/css/elements/forms.php
@@ -10,8 +10,34 @@
/* ***************************************
Form Elements
*************************************** */
+fieldset.elgg-fieldset {
+ border: 1px solid #ccc;
+ padding: 10px;
+ margin-top: 10px;
+ background-color: #dedede;
+
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+}
+
+fieldset.elgg-fieldset legend {
+ font-weight: bold;
+ font-size: 110%;
+ padding: 3px 8px;
+ background-color: #EEE;
+ border: 1px solid #BBB;
+
+ box-shadow: 1px 1px 2px #bbb;
+
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+}
+
fieldset > div {
margin-bottom: 15px;
+
}
fieldset > div:last-child {
margin-bottom: 0;