X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.suite.theme.default%2Frap%2Fwork.css;h=5b0e097313696b6b2e41d1b3854042a78ebb0ead;hp=b617cf92332a4e0b730effe22fa6b6a8e614309c;hb=95138f2cf31dfe8fe34c5697371e1f6365dfc35f;hpb=29abcc0fa99e1c3fdee5beb9fff62b70b9dff519 diff --git a/org.argeo.suite.theme.default/rap/work.css b/org.argeo.suite.theme.default/rap/work.css index b617cf9..5b0e097 100644 --- a/org.argeo.suite.theme.default/rap/work.css +++ b/org.argeo.suite.theme.default/rap/work.css @@ -1,18 +1,17 @@ .argeo-suite-header { color: white; - background-color: #204a87; + background-color: #113f64; } .argeo-suite-headerTitle { - font: bold 22px sans-serif; + font: bold 18px sans-serif; color: white; - background-color: #204a87; + background-color: #113f64; } .argeo-suite-leadPane { font: bold 14px sans-serif; - color: white; - background-color: #204a87; + background-color:#ddd; } Button.argeo-suite-leadPane { @@ -25,4 +24,26 @@ Button.argeo-suite-leadPane { font: bold 14px sans-serif; color: white; background-color: #204a87; + padding: 8px 16px; +} + +.argeo-suite-titleLabel { + font: bold 14px sans-serif; + color: white; + background-color: #204a87; + padding: 8px 16px; +} + +.argeo-suite-subTitleLabel { + font: italic 14px sans-serif; + color: #777; + padding: 4px 16px 8px 16px; +} + +.argeo-suite-simpleLabel { + font:bold 14px sans-serif; +} + +.argeo-suite-simpleText { + } \ No newline at end of file