소스 검색

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 년 전
부모
커밋
9c8c92bdef
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }