Definition of new styles
[gpl/argeo-suite.git] / org.argeo.suite.theme.default / rap / work.css
index b617cf92332a4e0b730effe22fa6b6a8e614309c..a01045d52d507aca552dec9fe6aa47381f2e6a4d 100644 (file)
@@ -1,18 +1,17 @@
 .argeo-suite-header {
        color: white;
-       background-color: #204a87;
+       background-color: #00294b;
 }
 
 .argeo-suite-headerTitle {
-       font: bold 22px sans-serif;
+       font: bold 18px sans-serif;
        color: white;
-       background-color: #204a87;
+       background-color: #00294b;
 }
 
 .argeo-suite-leadPane {
        font: bold 14px sans-serif;
-       color: white;
-       background-color: #204a87;
+       background-color:#ddd;
 }
 
 Button.argeo-suite-leadPane {
@@ -24,5 +23,50 @@ Button.argeo-suite-leadPane {
 .argeo-suite-recentItems {
        font: bold 14px sans-serif;
        color: white;
-       background-color: #204a87;
+       background-color: #00294b;
+       padding: 8px 16px;
+}
+
+.argeo-suite-titleContainer {
+       background-color: #00294b;
+       padding: 6px 8px 4px 8px;
+}
+
+.argeo-suite-titleLabel {
+       font: bold 14px sans-serif;
+       color: white;
+       background-color: #00294b;
+}
+
+.argeo-suite-subTitleLabel {
+       font: italic 14px sans-serif;
+       color: #777;
+       padding: 4px 8px;
+}
+
+.argeo-suite-simpleLabel {
+       font:bold 14px sans-serif;
+       padding:0 0 0 8px;
+}
+
+.argeo-suite-simpleText {
+}
+
+.argeo-suite-titleCell{
+       font:bold 14px sans-serif;
+       background-color:#ddd;
+}
+
+.argeo-suite-inlineButton {
+       padding:0px 4px;
+       font: 12px sans-serif;
+       border:1px solid white;
+       color:white;
+       background-image:none;
+       background-color:#00294b;
+}
+
+.argeo-suite-inlineButton:hover {
+       color:#00294b;
+       background-color:white;
 }
\ No newline at end of file