浏览代码

User editable dashboards... implementation in progress

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2016 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 年之前
父节点
当前提交
de6ab51118
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      css/light-grey.css

+ 14 - 0
css/light-grey.css

@@ -1121,12 +1121,16 @@ select#org_id {
 	background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png);
 	padding: 5px;
 	margin:0;
+	position:relative;
 }
 .edit_mode .dashlet-selected {
 	background: #EB8F00 !important;
 	padding: 5px;
 	margin:0;
 }
+td.layout_cell {
+	height: 50px; /* min-height does not work */
+}
 .dashlet-content {
 	background: #fff;
 	margin:0;
@@ -1135,4 +1139,14 @@ table.prop_table {
     border-bottom: 2px solid #F9F9F1;
     padding: 1px;
     width: 100%;
+}
+.close-box {
+	margin: 5px;
+	width: 20px;
+	height: 20px;
+	position: absolute;
+	top: 0;
+	right: 0;
+	z-index: 10;
+	background: transparent url(../images/delete.png) no-repeat center;
 }