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=383fe17bf06f9ffa76b809890e069b3c373585f2;hb=95138f2cf31dfe8fe34c5697371e1f6365dfc35f;hpb=6dd21e8d47a1ecc92cf9f958af9ce1a97655fa68 diff --git a/org.argeo.suite.theme.default/rap/work.css b/org.argeo.suite.theme.default/rap/work.css index 383fe17..5b0e097 100644 --- a/org.argeo.suite.theme.default/rap/work.css +++ b/org.argeo.suite.theme.default/rap/work.css @@ -1,22 +1,49 @@ .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 { font: bold 14px sans-serif; color: white; background-color: white; +} + +.argeo-suite-recentItems { + 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