47 lines
1.2 KiB
CSS
47 lines
1.2 KiB
CSS
![]() |
.dashboard-widget {
|
||
|
padding: 0px 10px 10px;
|
||
|
background: #f5f5f5;
|
||
|
border: 1px solid #ccc;
|
||
|
border-radius: 3px;
|
||
|
margin-bottom: 10px;
|
||
|
box-shadow: inset 0px 1px 0px 0px rgba( 0, 0, 0, 0.06 );
|
||
|
display: inline-block;
|
||
|
width: 49%;
|
||
|
box-sizing: border-box;
|
||
|
-moz-border-box: border-box;
|
||
|
}
|
||
|
|
||
|
.dashboard-widgets.has-1-widgets .dashboard-widget {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.dashboard-widgets-highest-importance .dashboard-widget.account_dashboard_messages {
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
.dashboard-widgets-highest-importance .account_dashboard_messages .dashboard-widget-name {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.dashboard-widgets .dashboard-widget:nth-child(even) {
|
||
|
margin-left: 17px;
|
||
|
}
|
||
|
|
||
|
.dashboard-widget .dashboard-widget-description {
|
||
|
color: #666;
|
||
|
margin: -9px 0px 10px 0px;
|
||
|
}
|
||
|
|
||
|
.dashboard-widget .dashboard-widget-name {
|
||
|
margin: 0px;
|
||
|
font-size: 14px;
|
||
|
background: #eee;
|
||
|
margin: 0px -10px 10px;
|
||
|
padding: 0px 10px;
|
||
|
border-radius: 3px 3px 0px 0px;
|
||
|
border-bottom: 1px solid #ccc;
|
||
|
text-transform: uppercase;
|
||
|
box-shadow: 0px 1px 0px 0px white;
|
||
|
-moz-box-shadow: 0px 1px 0px 0px white;
|
||
|
-webkit-box-shadow: 0px 1px 0px 0px white;
|
||
|
}
|