Enhance refactoring, bug shooting
[gpl/argeo-suite.git] / org.argeo.suite.workbench.rap / theme / argeo-classic / workbench-ext.css
index 7f673f7f3c4caa77e60cd6f629f7ba15dfb9bdf4..0f41a28f03b2360beae86647514ea71b3adcde18 100644 (file)
@@ -141,6 +141,27 @@ Text.workbench_form_text:focused {
        box-shadow: inset 0 0 1px #bdbdbd;
 }
 
        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 ***/
 /****** DOCUMENTS  *********/
 
 /* Breadcrumb ***/
@@ -266,22 +287,16 @@ Button[PUSH][FLAT].markAsDone_btn:pressed {
        background-color: #fde2d5;
 }
 
        background-color: #fde2d5;
 }
 
-/** Gadgets  **/
-.people_gadget {
-       border: 1px solid #f3f3f4;
+Button[PUSH][FLAT].small_delete_btn{
+       background-image: url( theme/argeo-classic/icons/actions/delete_small.gif);
+       border: 0px solid white;
        border-radius: 0px;
        padding: 0px 0px;
        border-radius: 0px;
        padding: 0px 0px;
-       margin: 0px 0px;
-       background-image: none;
        background-color: transparent;
        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 {
 
 /** Header **/
 .people_entity_header {