|
1 #portal_config .rows { |
|
2 min-height: 15px; |
|
3 } |
|
4 #portal_config .row { |
|
5 position: relative; |
|
6 margin: 5px 0; |
|
7 padding: 2px 4px; |
|
8 border: 1px solid rgba(199, 81, 0, 0.4); |
|
9 border-top-width: 1.5em; |
|
10 min-height: 20px; |
|
11 cursor: move; |
|
12 } |
|
13 #portal_config .row > .row_id { |
|
14 position: absolute; |
|
15 right: 2px; |
|
16 top: -1.6em; |
|
17 } |
|
18 #portal_config .row .slot { |
|
19 margin: 3px 0; |
|
20 padding: 3px; |
|
21 border: 1px solid rgba(98, 120, 128, 0.65); |
|
22 border-bottom-width: 6px; |
|
23 min-height: 20px!important; |
|
24 } |
|
25 #portal_config .row .slot > .header { |
|
26 background-color: rgba(98, 120, 128, 0.6); |
|
27 color: white; |
|
28 } |
|
29 #portal_config .row .portlet { |
|
30 margin: 3px 0; |
|
31 padding: 3px; |
|
32 border: 1px solid rgba(98, 120, 128, 0.6); |
|
33 min-height: 20px!important; |
|
34 } |
|
35 #portal_config .row .portlet > .header { |
|
36 background-color: rgba(92, 109, 115, 0.8); |
|
37 color: white; |
|
38 } |
|
39 #portal_config .row-highlight { |
|
40 margin: 5px 0; |
|
41 border: 1px solid #c75100; |
|
42 min-height: 40px; |
|
43 } |
|
44 #portal_config .slots { |
|
45 min-height: 15px; |
|
46 } |
|
47 #portal_config .slot-highlight { |
|
48 margin: 3px 0; |
|
49 border: 1px solid #7b939c; |
|
50 min-height: 40px; |
|
51 } |
|
52 #portal_config .portlets { |
|
53 min-height: 15px; |
|
54 } |
|
55 #portal_config .portlets-hover { |
|
56 background-color: silver; |
|
57 } |
|
58 #portal_config .portlets-active { |
|
59 background-color: silver; |
|
60 } |
|
61 #portal_config .portlet-highlight { |
|
62 margin: 0; |
|
63 border: 1px solid #7b939c; |
|
64 min-height: 40px; |
|
65 } |
|
66 #portal_config.container .col-12 { |
|
67 float: left; |
|
68 width: 100%!important; |
|
69 } |
|
70 #portal_config.container .col-11 { |
|
71 float: left; |
|
72 width: 91.66666667%!important; |
|
73 } |
|
74 #portal_config.container .col-10 { |
|
75 float: left; |
|
76 width: 83.33333333%!important; |
|
77 } |
|
78 #portal_config.container .col-9 { |
|
79 float: left; |
|
80 width: 75%!important; |
|
81 } |
|
82 #portal_config.container .col-8 { |
|
83 float: left; |
|
84 width: 66.66666667%!important; |
|
85 } |
|
86 #portal_config.container .col-7 { |
|
87 float: left; |
|
88 width: 58.33333333%!important; |
|
89 } |
|
90 #portal_config.container .col-6 { |
|
91 float: left; |
|
92 width: 50%!important; |
|
93 } |
|
94 #portal_config.container .col-5 { |
|
95 float: left; |
|
96 width: 41.66666667%!important; |
|
97 } |
|
98 #portal_config.container .col-4 { |
|
99 float: left; |
|
100 width: 33.33333333%!important; |
|
101 } |
|
102 #portal_config.container .col-3 { |
|
103 float: left; |
|
104 width: 25%!important; |
|
105 } |
|
106 #portal_config.container .col-2 { |
|
107 float: left; |
|
108 width: 16.66666667%!important; |
|
109 } |
|
110 #portal_config.container .col-1 { |
|
111 float: left; |
|
112 width: 8.33333333%!important; |
|
113 } |
|
114 #portal_config.container .col-0 { |
|
115 float: left; |
|
116 width: 100%!important; |
|
117 opacity: 0.5; |
|
118 } |
|
119 #portal_config.container .col-0 > .portlets { |
|
120 display: none; |
|
121 } |
|
122 #portal_config.container-xs { |
|
123 max-width: 750px!important; |
|
124 } |
|
125 #portal_config.container-sm { |
|
126 width: 750px!important; |
|
127 } |
|
128 #portal_config.container-md { |
|
129 width: 970px!important; |
|
130 } |
|
131 #portal_config.container-lg { |
|
132 width: 1170px!important; |
|
133 } |