User editable dashboards... implementation in progress

SVN:trunk[1993]
This commit is contained in:
Denis Flaven
2012-05-21 11:42:37 +00:00
parent 214a107792
commit 508744262c

View File

@@ -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;
}