d5cebfb053a4e5af4a69807510982c1b214a8a28
[portal/sdk.git] /
1 .browsehappy {
2   margin: 0.2em 0;
3   background: #ccc;
4   color: #000;
5   padding: 0.2em 0;
6 }
7 .thumbnail {
8   height: 200px;
9 }
10 .thumbnail img.pull-right {
11   width: 50px;
12 }
13 body {
14   margin: 15px;
15   padding-top: 50px;
16 }
17 a {
18   cursor: pointer;
19 }
20 .layout-tabs {
21   margin-bottom: 10px;
22 }
23 .demo-widget-fluid {
24   border: 1px solid blue;
25   height: 100%;
26 }
27 .demo-widget-fluid > div {
28   border: 1px solid red;
29   position: relative;
30   top: 50%;
31   -webkit-transform: translateY(-50%);
32   transform: translateY(-50%);
33 }
34 .dashboard-widget-area {
35   margin: 10px 0 30px;
36   min-height: 200px;
37 }
38 .widget-container {
39   float: left;
40   display: inline-block;
41   width: 33%;
42   padding-bottom: 1em;
43 }
44 .widget {
45   margin: 0 1em 0 0;
46   background-color: white;
47   border: 2px solid #444;
48   border-radius: 5px;
49   position: relative;
50   height: 100%;
51 }
52 .widget-header {
53   overflow: hidden;
54 }
55 .widget-header .label {
56   display: inline-block;
57   vertical-align: middle;
58 }
59 .widget-header .glyphicon {
60   cursor: pointer;
61   float: right;
62   opacity: 0.5;
63   margin-left: 5px;
64 }
65 .widget-header .glyphicon:hover {
66   opacity: 1;
67 }
68 .widget-header .widget-title {
69   vertical-align: middle;
70 }
71 .widget-header form.widget-title {
72   display: inline;
73 }
74 .widget-header form.widget-title input.form-control {
75   width: auto;
76   display: inline-block;
77 }
78 .widget-content {
79   overflow: hidden;
80 }
81 .widget .widget-ew-resizer {
82   position: absolute;
83   width: 5px;
84   right: -2px;
85   height: 100%;
86   top: 0;
87   cursor: ew-resize;
88 }
89 .widget .widget-s-resizer {
90   cursor: ns-resize;
91   height: 5px;
92   width: 100%;
93   bottom: -7px;
94   left: 0;
95 }
96 .widget .widget-resizer-marquee {
97   box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
98   position: absolute;
99   top: 0;
100   left: 0;
101   z-index: 2;
102 }
103 .remove-layout-icon {
104   vertical-align: text-top;
105   cursor: pointer;
106   opacity: 0.3;
107 }
108 .remove-layout-icon:hover {
109   opacity: 1;
110 }
111 .layout-title {
112   display: inline-block;
113 }