diff options
-rw-r--r-- | WebContent/ITMILL/themes/default/formlayout/formlayout.css | 5 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/WebContent/ITMILL/themes/default/formlayout/formlayout.css b/WebContent/ITMILL/themes/default/formlayout/formlayout.css index e23a4d9e02..9175ceb9fc 100644 --- a/WebContent/ITMILL/themes/default/formlayout/formlayout.css +++ b/WebContent/ITMILL/themes/default/formlayout/formlayout.css @@ -65,13 +65,12 @@ .i-form fieldset { border: none; - margin: 0; - padding: 0; + border-top: 1px solid #babfc0; } .i-form legend { margin: 0; - padding: 0 0 0.3em 0; + padding: 0 4px 0.3em 4px; font-weight: bold; } diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 5e9ab19858..54eaef6d22 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -758,13 +758,12 @@ input.i-modified, .i-form fieldset { border: none; - margin: 0; - padding: 0; + border-top: 1px solid #babfc0; } .i-form legend { margin: 0; - padding: 0 0 0.3em 0; + padding: 0 4px 0.3em 4px; font-weight: bold; } |