Przeglądaj źródła

User editable dashboards... implementation in progress

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1993 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 lat temu
rodzic
commit
9c8c92bdef
1 zmienionych plików z 13 dodań i 0 usunięć
  1. 13 0
      css/light-grey.css

+ 13 - 0
css/light-grey.css

@@ -1112,4 +1112,17 @@ div.actions_button a, .actions_button a:hover, .actions_button a:visited {
 }
 select#org_id {
 	max-width: 90%;
+}
+/*********** Dashboards ***********/
+.dragHover {
+	background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png);
+}
+.edit_mode .dashlet {
+	background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png);
+	padding: 5px;
+	margin:0;
+}
+.dashlet-content {
+	background: #fff;
+	margin:0;
 }