X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.suite.theme.default%2Fswt%2Fapp.css;h=4ac745d13386412fca77992928c9367204142096;hp=937d2992ced2e914b25163149f2fe74b550a17eb;hb=0d3f151c46bcdbbce09fc5f8457fdaae1cb5f79a;hpb=73d79969590ba9a2578fbef60e4eb2800923e33d diff --git a/org.argeo.suite.theme.default/swt/app.css b/org.argeo.suite.theme.default/swt/app.css index 937d299..4ac745d 100644 --- a/org.argeo.suite.theme.default/swt/app.css +++ b/org.argeo.suite.theme.default/swt/app.css @@ -4,7 +4,7 @@ } .argeo-suite-headerTitle { - font: bold 18px sans-serif; + font: bold 14px sans-serif; color: white; background-color: #00294b; } @@ -14,17 +14,17 @@ } Label.argeo-suite-leadPane { - font: 14px sans-serif; + font: 11px sans-serif; color: #888; background-color: #eee; } Button.argeo-suite-leadPane:hover { - cursor:pointer; + cursor: pointer; } .argeo-suite-recentItems { - font: bold 14px sans-serif; + font: bold 13px sans-serif; color: white; background-color: #00294b; padding: 8px 16px; @@ -32,11 +32,11 @@ Button.argeo-suite-leadPane:hover { .argeo-suite-titleContainer { background-color: #00294b; - padding: 6px 8px 4px 8px; } .argeo-suite-titleLabel { - font: bold 14px sans-serif; + font: bold 13px sans-serif; + margin: 6px 8px 4px 8px; color: white; background-color: #00294b; } @@ -44,20 +44,28 @@ Button.argeo-suite-leadPane:hover { .argeo-suite-subTitleLabel { font: italic 14px sans-serif; color: #777; - padding: 4px 8px; + margin: 4px 8px; +} + +.argeo-suite-formLine { + padding: 4px 8px 4px 16px; } .argeo-suite-simpleLabel { - font: bold 14px sans-serif; - padding: 0 0 0 8px; + font: normal 11px sans-serif; + border: 8px solid #eee; } .argeo-suite-simpleText { } +.argeo-suite-simpleInput { + padding: 4px 8px 4px 8px; +} + .argeo-suite-titleCell { - font: bold 14px sans-serif; + font: bold 11px sans-serif; background-color: #ddd; }