diff --git a/core/src/main/resources/lib/form/section_.css b/core/src/main/resources/lib/form/section_.css index 907e680d4b5059d6bdede9aaa692f4c3e730fbf6..ca1a1bad2b17ba2d0618249e1790524ef41b9aa0 100644 --- a/core/src/main/resources/lib/form/section_.css +++ b/core/src/main/resources/lib/form/section_.css @@ -1,6 +1,7 @@ .section-header { font-weight: bold; - border-bottom: 1px solid black; + border-bottom: 1px solid #e0e0e0; margin-bottom: 0.2em; margin-top: 0.4em; + padding-bottom: 3px; } diff --git a/war/src/main/webapp/css/style.css b/war/src/main/webapp/css/style.css index e2a62729dd9eadafa1286156e07a25f37eb7904c..0c20e09e50cd65a24707851497ec7f818b6398b0 100644 --- a/war/src/main/webapp/css/style.css +++ b/war/src/main/webapp/css/style.css @@ -29,7 +29,7 @@ body { body, table, form, input, td, th, p, textarea, select { - font-family: Verdana, Helvetica, sans serif; + font-family: Verdana, Helvetica, sans-serif; font-size: 11px; } @@ -236,6 +236,10 @@ pre.console { .setting-input { width: 100%; + border-radius: 3px; + border: 1px solid #ccc; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + padding: 6px; } .setting-description {