3 * CSS for the jQuery.dashboard() plugin.
5 * Released under the GNU General Public License. See LICENSE.txt.
8 #crm-container .column
{
11 /* padding-bottom and min-height make sure that there is always a sizable drop zone. */
14 list-style-type: none
;
17 #crm-container .column-0
{
21 #crm-container .column-1
{
25 /* The placeholder that indicates where a dragged widget will land if dropped now. */
26 #crm-container .placeholder
{
28 border: 3px dashed
#CDE8FE;
31 /* Spacing between widgets. */
32 #crm-container li
.widget
,
33 #crm-container li
.empty-placeholder
{
34 margin: 0 3px 10px 3px;
36 #crm-container li
.widget
{
40 /* Spacing inside widgets. */
41 #crm-container .widget-wrapper
{
45 box-shadow: 1px 1px 4px 1px rgba
(0,0,0,0.2);
49 #crm-container .widget-wrapper
.db-hover-handle
{
50 box-shadow: 1px 1px 8px 3px rgba
(0,0,0,0.2);
53 #crm-container .ui-sortable-helper
.widget-wrapper
{
54 box-shadow: 1px 1px 8px 3px rgba
(0,0,0,0.5);
57 /* widget header / title */
58 #crm-container .widget-header
{
59 background: transparent none repeat scroll
0 0;
66 /* widget content / body*/
67 #crm-container .widget-content
{
68 background-color: #ffffff;
74 #crm-container .widget-controls
{
75 background-color: #5D677B;
76 /* Standards-browsers do this anyway because all inner block elements are floated. IE doesn't because it's crap. */
81 #crm-container .widget-icon
, #crm-container
.full-screen-close-icon img
{
93 /* Although this is an <a> link, it doesn't have an href="" attribute. */
97 /* Make the throbber in-yer-face. */
98 #crm-container .throbber
{
100 background:url
("../packages/jquery/css/images/throbber.gif") no-repeat scroll
0 0 transparent
;
105 #crm-container p
.loadtext
{
106 margin:1.6em 0 0 26px;
109 #crm-container .widget-controls
.crm-i
{
119 #crm-container .widget-controls:hover
.crm-i
{
123 #crm-container .widget-controls
.crm-i
.fa-expand
,
124 #crm-container .widget-controls
.crm-i
.fa-times
{
128 /* CSS for Dashlets */
130 #crm-container #available-dashlets
{
132 border: 2px dashed
#CDE8FE;
133 background-color: #999999;
137 #crm-container .dash-column
{
138 border: 2px solid
#696969;
140 background-color: #EEEEEE
143 #crm-container .dashlets-header
{
147 #crm-container #dashlets-header-col-0
{
152 #crm-container #dashlets-header-col-1
{
157 #crm-container #existing-dashlets-col-0
{
162 #crm-container #existing-dashlets-col-1
{
167 #crm-container .portlet
{
170 display: inline-block
;
173 #crm-container .portlet-header
{
179 #crm-container #available-dashlets
.portlet
{
183 #crm-container .portlet-header
.crm-i
{
188 #crm-container .portlet-content
{
192 #crm-container .ui-sortable-placeholder
{
193 border: 1px dotted black
;
194 visibility: visible
!important
;
195 height: 50px !important
;
198 #crm-container .ui-sortable-placeholder
* {
202 @media screen and
(max-device-width: 50em), screen and
(max-width: 50em) {
203 #crm-container .column
{
207 #crm-container .column-0
{