c05f70c1e35e27822e0e8b28becec4f7de9ec0ce
[portal/sdk.git] /
1 /* #rightContentUiDashboard {
2         display:inline-block;
3 } */
4
5 #rightContentUiDashboard .browsehappy {
6   margin: 0.2em 0;
7   background: #ccc;
8   color: #000;
9   padding: 0.2em 0;
10 }
11 #rightContentUiDashboard .thumbnail {
12   height: 200px;
13 }
14 #rightContentUiDashboard .thumbnail img.pull-right {
15   width: 50px;
16 }
17 #rightContentUiDashboard body {
18   margin: 15px;
19   padding-top: 50px;
20 }
21 #rightContentUiDashboard a {
22   cursor: pointer;
23 }
24 #rightContentUiDashboard .layout-tabs {
25   margin-bottom: 10px;
26 }
27 #rightContentUiDashboard .demo-widget-fluid {
28   border: 1px solid blue;
29   height: 100%;
30 }
31 #rightContentUiDashboard .demo-widget-fluid > div {
32   border: 1px solid red;
33   position: relative;
34   top: 50%;
35   -webkit-transform: translateY(-50%);
36   transform: translateY(-50%);
37 }
38 #rightContentUiDashboard .dashboard-widget-area {
39   margin: 10px 0 30px;
40   min-height: 200px;
41 }
42 #rightContentUiDashboard .widget-container {
43   float: left;
44   display: inline-block;
45   width: 33%;
46   padding-bottom: 0em;
47 }
48 #rightContentUiDashboard .widget {
49   margin: 0 1em 0 0;
50   background-color: white;
51   border-radius: 5px;
52   position: relative;
53   height: 100%;
54 }
55 #rightContentUiDashboard .widget-header {
56   overflow: hidden;
57   width:100%;  /* for overlaying effect start*/
58   position: absolute;
59   z-index: 10;
60   opacity: 0.8;
61   top: 1px;
62   filter: alpha(opacity=80); /* For IE8 and earlier */
63     -webkit-transition: width 2s, height 4s; /* Safari */
64     transition: width 2s, height 4s;
65 }
66 #rightContentUiDashboard .widget-header .label {
67   display: inline-block;
68   vertical-align: middle;
69 }
70 #rightContentUiDashboard .widget-header .glyphicon {
71   cursor: pointer;
72   float: right;
73   opacity: 0.5;
74   margin-left: 5px;
75 }
76 #rightContentUiDashboard .widget-header .glyphicon:hover {
77   opacity: 1;
78 }
79 #rightContentUiDashboard .widget-header .widget-title {
80   vertical-align: middle;
81 }
82 #rightContentUiDashboard .widget-header form.widget-title {
83   display: inline;
84 }
85 #rightContentUiDashboard .widget-header form.widget-title input.form-control {
86   width: auto;
87   display: inline-block;
88 }
89 #rightContentUiDashboard .widget-content {
90         padding:0px;    
91         overflow: hidden;       
92         position: relative;     /* for overlaying effect */
93 }
94 #rightContentUiDashboard .widget .widget-ew-resizer {
95   position: absolute;
96   width: 5px;
97   right: -2px;
98   height: 100%;
99   top: 0;
100   cursor: ew-resize;
101 }
102 #rightContentUiDashboard .widget .widget-s-resizer {
103   cursor: ns-resize;
104   height: 5px;
105   width: 100%;
106   bottom: -7px;
107   left: 0;
108 }
109 #rightContentUiDashboard .widget .widget-resizer-marquee {
110   box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5); 
111   position: absolute;
112   top: 0;
113   left: 0;
114   z-index: 2;
115 }
116 #rightContentUiDashboard .remove-layout-icon {
117   vertical-align: text-top;
118   cursor: pointer;
119   opacity: 0.3;
120 }
121 #rightContentUiDashboard .remove-layout-icon:hover {
122   opacity: 1;
123 }
124 #rightContentUiDashboard .layout-title {
125   display: inline-block;
126 }
127
128 /* 
129 #container {
130   width: 100px;
131   height: 100px;
132   position: relative;
133 }
134 #navi,
135 #infoi {
136   width: 100%;
137   height: 100%;
138   position: absolute;
139   top: 0;
140   left: 0;
141 }
142 #infoi {
143   z-index: 10;
144 }
145
146  */