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 height: auto
!important
;
16 list-style-type: none
;
19 #crm-container .column-0
{
23 #crm-container .column-1
{
27 /* The placeholder that indicates where a dragged widget will land if dropped now. */
28 #crm-container .placeholder
{
30 border: 3px dashed pink
;
33 /* Spacing between widgets. */
34 #crm-container li
.widget
, #crm-container li
.empty-placeholder
{ margin: 6px 3px; }
35 #crm-container li
.widget
{
39 /* Spacing inside widgets. */
40 #crm-container .widget-wrapper
{
46 /* wodget header / title */
47 #crm-container .widget-header
{
48 background:#CDE8FE none repeat scroll
0 0;
56 /* widget content / body*/
57 #crm-container .widget-content
{
58 background-color: #ffffff;
62 /* Standards-browsers do this anyway because all inner block elements are floated. IE doesn't because it's crap. */
63 #crm-container .widget-controls
{
64 background-color:#CDE8FE;
69 #crm-container .widget-icon
, #crm-container
.full-screen-close-icon img
{
81 /* Although this is an <a> link, it doesn't have an href="" attribute. */
85 /* Make the throbber in-yer-face. */
86 #crm-container .throbber
{
88 background:url
("../packages/jquery/css/images/throbber.gif") no-repeat scroll
0 0 transparent
;
93 #crm-container p
.loadtext
{
94 margin:1.6em 0 0 26px;
97 #crm-container .widget-icon
{
98 background-image:url
('../bower_components/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png');
105 #crm-container .widget-icon
.minimize-icon
{
106 background-position:-63px -17px;
109 #crm-container .widget-icon
.maximize-icon
{
110 background-position:-31px -18px;
113 #crm-container .widget-icon
.fullscreen-icon
{
114 background-position:-48px -80px;
117 #crm-container .widget-icon
.close-icon
{
118 background-position: -80px -128px;
121 #crm-container .widget-icon:hover
{
122 background-color: rgba
(255, 255, 255, 0.8);
125 /* CSS for Dashlets */
127 #crm-container #available-dashlets
{
129 border: 2px dashed pink
;
130 background-color: #999999;
134 #crm-container .dash-column
{
135 border: 2px solid
#696969;
137 background-color: #EEEEEE
140 #crm-container .dashlets-header
{
144 #crm-container #dashlets-header-col-0
{
149 #crm-container #dashlets-header-col-1
{
154 #crm-container #existing-dashlets-col-0
{
159 #crm-container #existing-dashlets-col-1
{
164 #crm-container .portlet
{
167 display: inline-block
;
170 #crm-container .portlet-header
{
176 #crm-container #available-dashlets
.portlet
{
180 #crm-container .portlet-header
.ui-icon
{
184 #crm-container .portlet-content
{
188 #crm-container .ui-sortable-placeholder
{
189 border: 1px dotted black
;
190 visibility: visible
!important
;
191 height: 50px !important
;
194 #crm-container .ui-sortable-placeholder
* {