Clean legacy Code, Adapt spring links
[gpl/argeo-suite.git] / org.argeo.suite.workbench.rap / theme / argeo-classic / workbench-ext.css
index 7f673f7f3c4caa77e60cd6f629f7ba15dfb9bdf4..059432aa820e045521e08ffd98b34d3ec8363438 100644 (file)
@@ -87,6 +87,19 @@ Button.flat_btn, Button[PUSH][FLAT].flat_btn, Button.flat_btn:default,
        cursor: pointer;
 }
 
+
+Button[FLAT].open_calendar_btn {
+       background-image: url( theme/argeo-classic/icons/actions/openCalendar.gif);
+       background-color: transparent;
+       background-repeat: no-repeat;
+       border: 0px solid white;
+       border-radius: 0px;
+       padding: 0px 0px;
+       animation: hoverOut 500ms ease-out;
+       cursor: pointer;
+}
+
+
 /* Links */
 Link, Link-Hyperlink, Link-Hyperlink:link, Link-Hyperlink:visited,
        Link-Hyperlink:active {
@@ -141,6 +154,28 @@ Text.workbench_form_text:focused {
        box-shadow: inset 0 0 1px #bdbdbd;
 }
 
+
+
+/****** DASHBOARD  *********/
+
+/** Gadgets  **/
+.gadget_box {
+       border: 1px solid #f3f3f4;
+       border-radius: 0px;
+       padding: 0px 0px;
+       margin: 0px 0px;
+       background-image: none;
+       background-color: transparent;
+}
+
+.gadget_header {
+       background-color: #f3f3f4;
+       font-color: white;
+       color: white; /*dont work */
+       font: bold 14px Helvetica, Verdana, "Lucida Sans", Arial, sans-serif;
+}
+
+
 /****** DOCUMENTS  *********/
 
 /* Breadcrumb ***/
@@ -266,25 +301,19 @@ Button[PUSH][FLAT].markAsDone_btn:pressed {
        background-color: #fde2d5;
 }
 
-/** Gadgets  **/
-.people_gadget {
-       border: 1px solid #f3f3f4;
+Button[PUSH][FLAT].small_delete_btn{
+       background-image: url( theme/argeo-classic/icons/actions/deleteSmall.gif);
+       border: 0px solid white;
        border-radius: 0px;
        padding: 0px 0px;
-       margin: 0px 0px;
-       background-image: none;
        background-color: transparent;
+       animation: hoverOut 500ms ease-out;
+       cursor: pointer;
 }
 
-.people_gadget_header {
-       background-color: #f3f3f4;
-       font-color: white;
-       color: white; /*dont work */
-       font: bold 14px Helvetica, Verdana, "Lucida Sans", Arial, sans-serif;
-}
 
 /** Header **/
-.people_entity_header {
+.entity_header {
        font: 14px Helvetica, Verdana, "Lucida Sans", Arial, sans-serif;
        text-decoration: none;
 }