active_administration 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +2 -1
- data/active_administration.gemspec +2 -1
- data/app/assets/javascripts/active_administration/README.md +0 -0
- data/app/assets/javascripts/active_administration/metro-accordion.js +70 -0
- data/app/assets/javascripts/active_administration/metro-button-set.js +88 -0
- data/app/assets/javascripts/active_administration/metro-calendar.js +437 -0
- data/app/assets/javascripts/active_administration/metro-carousel.js +304 -0
- data/app/assets/javascripts/active_administration/metro-core.js +39 -0
- data/app/assets/javascripts/active_administration/metro-countdown.js +200 -0
- data/app/assets/javascripts/active_administration/metro-date-format.js +137 -0
- data/app/assets/javascripts/active_administration/metro-datepicker.js +138 -0
- data/app/assets/javascripts/active_administration/metro-dialog.js +221 -0
- data/app/assets/javascripts/active_administration/metro-drag-tile.js +46 -0
- data/app/assets/javascripts/active_administration/metro-dropdown.js +112 -0
- data/app/assets/javascripts/active_administration/metro-fluentmenu.js +57 -0
- data/app/assets/javascripts/active_administration/metro-global.js +4 -0
- data/app/assets/javascripts/active_administration/metro-hint.js +104 -0
- data/app/assets/javascripts/active_administration/metro-initiator.js +271 -0
- data/app/assets/javascripts/active_administration/metro-input-control.js +318 -0
- data/app/assets/javascripts/active_administration/metro-listview.js +53 -0
- data/app/assets/javascripts/active_administration/metro-live-tile.js +162 -0
- data/app/assets/javascripts/active_administration/metro-loader.js +46 -0
- data/app/assets/javascripts/active_administration/metro-locale.js +132 -0
- data/app/assets/javascripts/active_administration/metro-notify.js +120 -0
- data/app/assets/javascripts/active_administration/metro-panel.js +41 -0
- data/app/assets/javascripts/active_administration/metro-plugin-template.js +21 -0
- data/app/assets/javascripts/active_administration/metro-progressbar.js +97 -0
- data/app/assets/javascripts/active_administration/metro-pull.js +38 -0
- data/app/assets/javascripts/active_administration/metro-rating.js +99 -0
- data/app/assets/javascripts/active_administration/metro-scroll.js +756 -0
- data/app/assets/javascripts/active_administration/metro-slider.js +304 -0
- data/app/assets/javascripts/active_administration/metro-stepper.js +105 -0
- data/app/assets/javascripts/active_administration/metro-streamer.js +214 -0
- data/app/assets/javascripts/active_administration/metro-tab-control.js +96 -0
- data/app/assets/javascripts/active_administration/metro-table.js +74 -0
- data/app/assets/javascripts/active_administration/metro-tile-transform.js +65 -0
- data/app/assets/javascripts/active_administration/metro-times.js +190 -0
- data/app/assets/javascripts/active_administration/metro-touch-handler.js +65 -0
- data/app/assets/javascripts/active_administration/metro-treeview.js +64 -0
- data/app/assets/javascripts/active_administration/metro-wizard.js +148 -0
- data/app/assets/stylesheets/active_administration/accordion.less +64 -0
- data/app/assets/stylesheets/active_administration/balloon.less +88 -0
- data/app/assets/stylesheets/active_administration/breadcrumbs.less +118 -0
- data/app/assets/stylesheets/active_administration/buttons.less +383 -0
- data/app/assets/stylesheets/active_administration/calendar.less +123 -0
- data/app/assets/stylesheets/active_administration/carousel.less +118 -0
- data/app/assets/stylesheets/active_administration/colors.less +589 -0
- data/app/assets/stylesheets/active_administration/countdown.less +57 -0
- data/app/assets/stylesheets/active_administration/dataTables.less +134 -0
- data/app/assets/stylesheets/active_administration/fluent-menu.less +231 -0
- data/app/assets/stylesheets/active_administration/forms.less +414 -0
- data/app/assets/stylesheets/active_administration/funcs.less +178 -0
- data/app/assets/stylesheets/active_administration/grid.less +91 -0
- data/app/assets/stylesheets/active_administration/hint.less +120 -0
- data/app/assets/stylesheets/active_administration/iconFont-content.less +1353 -0
- data/app/assets/stylesheets/active_administration/iconFont.less +47 -0
- data/app/assets/stylesheets/active_administration/icons.less +10 -0
- data/app/assets/stylesheets/active_administration/images.less +75 -0
- data/app/assets/stylesheets/active_administration/layout.less +137 -0
- data/app/assets/stylesheets/active_administration/lists.less +258 -0
- data/app/assets/stylesheets/active_administration/menus.less +469 -0
- data/app/assets/stylesheets/active_administration/metro-bootstrap-responsive.less +300 -0
- data/app/assets/stylesheets/active_administration/metro-bootstrap.less +68 -0
- data/app/assets/stylesheets/active_administration/misc.less +72 -0
- data/app/assets/stylesheets/active_administration/navigation-bar.less +317 -0
- data/app/assets/stylesheets/active_administration/notice.less +52 -0
- data/app/assets/stylesheets/active_administration/notify.less +43 -0
- data/app/assets/stylesheets/active_administration/pagination.less +83 -0
- data/app/assets/stylesheets/active_administration/panels.less +38 -0
- data/app/assets/stylesheets/active_administration/progress-bar.less +25 -0
- data/app/assets/stylesheets/active_administration/rating.less +103 -0
- data/app/assets/stylesheets/active_administration/reset.less +219 -0
- data/app/assets/stylesheets/active_administration/scroll.less +141 -0
- data/app/assets/stylesheets/active_administration/sidebar.less +158 -0
- data/app/assets/stylesheets/active_administration/slider.less +106 -0
- data/app/assets/stylesheets/active_administration/stepper.less +80 -0
- data/app/assets/stylesheets/active_administration/streamer.less +250 -0
- data/app/assets/stylesheets/active_administration/tab-control.less +79 -0
- data/app/assets/stylesheets/active_administration/tables.less +170 -0
- data/app/assets/stylesheets/active_administration/tiles.less +599 -0
- data/app/assets/stylesheets/active_administration/transform.less +23 -0
- data/app/assets/stylesheets/active_administration/treeview.less +96 -0
- data/app/assets/stylesheets/active_administration/typography.less +382 -0
- data/app/assets/stylesheets/active_administration/utils.less +180 -0
- data/app/assets/stylesheets/active_administration/variables.less +250 -0
- data/app/assets/stylesheets/active_administration/window.less +225 -0
- data/app/assets/stylesheets/active_administration/wizard.less +53 -0
- data/lib/active_admin/version.rb +1 -1
- metadata +103 -10
@@ -0,0 +1,180 @@
|
|
1
|
+
|
2
|
+
// Box-sizing
|
3
|
+
.box-sizing-border {
|
4
|
+
.box-sizing(border-box);
|
5
|
+
}
|
6
|
+
.box-sizing-content {
|
7
|
+
.box-sizing(content-box);
|
8
|
+
}
|
9
|
+
|
10
|
+
.text-overflow() {
|
11
|
+
overflow: hidden;
|
12
|
+
text-overflow: ellipsis;
|
13
|
+
white-space: nowrap;
|
14
|
+
}
|
15
|
+
|
16
|
+
// Text aligment
|
17
|
+
.text-left {text-align: left;}
|
18
|
+
.text-right {text-align: right;}
|
19
|
+
.text-center {text-align: center;}
|
20
|
+
.text-justify {text-align: justify;}
|
21
|
+
.text-ellipsis {
|
22
|
+
overflow: hidden;
|
23
|
+
white-space: nowrap;
|
24
|
+
text-overflow: ellipsis;
|
25
|
+
}
|
26
|
+
|
27
|
+
// Text styling
|
28
|
+
.text-bold {font-weight: bold;}
|
29
|
+
.text-normal {font-weight: normal;}
|
30
|
+
.text-italic {font-style: italic;}
|
31
|
+
|
32
|
+
// Border
|
33
|
+
.no-border {border: 0 !important;}
|
34
|
+
.border {border: 1px @tableBorderColor solid;}
|
35
|
+
.border-left {border-left: 1px @tableBorderColor solid;}
|
36
|
+
.border-right {border-right: 1px @tableBorderColor solid;}
|
37
|
+
.border-top {border-top: 1px @tableBorderColor solid;}
|
38
|
+
.border-bottom {border-bottom: 1px @tableBorderColor solid;}
|
39
|
+
|
40
|
+
|
41
|
+
.collapse-separate { .collapse(separate)}
|
42
|
+
.collapse-collapse { .collapse(collapse)}
|
43
|
+
|
44
|
+
// Position
|
45
|
+
.pos-abs {position: absolute;}
|
46
|
+
.pos-rel {position: relative;}
|
47
|
+
.pos-fix {position: fixed;}
|
48
|
+
.place-left {float: left;}
|
49
|
+
.place-right {float: right;}
|
50
|
+
.place-top-left {position: absolute; top: 0; left: 0;}
|
51
|
+
.place-top-right {position: absolute; top: 0; right: 0;}
|
52
|
+
.place-bottom-left {position: absolute; bottom: 0; left: 0;}
|
53
|
+
.place-bottom-right {position: absolute; bottom: 0; right: 0;}
|
54
|
+
.on-left {margin-right: @subunitSize;}
|
55
|
+
.on-right {margin-left: @subunitSize;}
|
56
|
+
.on-left-more {margin-right: @subunitSize * 2;}
|
57
|
+
.on-right-more {margin-left: @subunitSize * 2;}
|
58
|
+
|
59
|
+
.padding5 {padding: @subunitSize;}
|
60
|
+
.padding10 {padding: @subunitSize * 2;}
|
61
|
+
.padding15 {padding: @subunitSize * 3;}
|
62
|
+
.padding20 {padding: @subunitSize * 4;}
|
63
|
+
|
64
|
+
.margin5 {margin: @subunitSize;}
|
65
|
+
.margin10 {margin: @subunitSize * 2;}
|
66
|
+
.margin15 {margin: @subunitSize * 3;}
|
67
|
+
.margin20 {margin: @subunitSize * 4;}
|
68
|
+
|
69
|
+
.nlm {margin-left: 0 !important;}
|
70
|
+
.nrm {margin-right: 0 !important;}
|
71
|
+
.ntm {margin-top: 0 !important;}
|
72
|
+
.nbm {margin-bottom: 0 !important}
|
73
|
+
.nlp {padding-left: 0 !important;}
|
74
|
+
.nrp {padding-right: 0 !important;}
|
75
|
+
.ntp {padding-top: 0 !important;}
|
76
|
+
.nbp {padding-bottom: 0 !important;}
|
77
|
+
.no-margin {margin: 0 !important;}
|
78
|
+
.no-padding {padding: 0 !important;}
|
79
|
+
.no-float {float: none !important;}
|
80
|
+
|
81
|
+
.block {display: block !important; float: none !important;}
|
82
|
+
.inline-block {display: inline-block !important;}
|
83
|
+
.hide, .no-display {display: none !important;}
|
84
|
+
.no-visible {visibility: hidden !important;}
|
85
|
+
.visible {visibility: visible !important;}
|
86
|
+
|
87
|
+
// Scroll
|
88
|
+
.scroll-y, .scroll-vertical {overflow-y: scroll;}
|
89
|
+
.scroll-x, .scroll-horizontal {overflow-x: scroll;}
|
90
|
+
.no-overflow {overflow: hidden;}
|
91
|
+
.overflow {overflow: scroll;}
|
92
|
+
|
93
|
+
// Columns
|
94
|
+
.one-column {
|
95
|
+
.columns(1);
|
96
|
+
}
|
97
|
+
.two-columns {
|
98
|
+
.columns(2);
|
99
|
+
}
|
100
|
+
.three-columns {
|
101
|
+
.columns(3);
|
102
|
+
}
|
103
|
+
.four-columns {
|
104
|
+
.columns(4);
|
105
|
+
}
|
106
|
+
.five-columns {
|
107
|
+
.columns(5);
|
108
|
+
}
|
109
|
+
|
110
|
+
.square5 {.square(@subunitSize)};
|
111
|
+
.square10 {.square(@subunitSize * 2)};
|
112
|
+
.square15 {.square(@subunitSize * 3)};
|
113
|
+
.square20 {.square(@subunitSize * 4)};
|
114
|
+
|
115
|
+
.shadow {
|
116
|
+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 3px 8px rgba(0, 0, 0, .2);
|
117
|
+
}
|
118
|
+
.text-shadow {
|
119
|
+
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
120
|
+
}
|
121
|
+
|
122
|
+
.opacity {
|
123
|
+
opacity: .9;
|
124
|
+
}
|
125
|
+
.half-opacity {
|
126
|
+
opacity: .5;
|
127
|
+
}
|
128
|
+
.hi-opacity {
|
129
|
+
opacity: .2;
|
130
|
+
}
|
131
|
+
|
132
|
+
// Clearfix
|
133
|
+
.clearfix {
|
134
|
+
//*zoom: 1;
|
135
|
+
&:before,
|
136
|
+
&:after {
|
137
|
+
display: table;
|
138
|
+
content: "";
|
139
|
+
}
|
140
|
+
&:after {
|
141
|
+
clear: both;
|
142
|
+
}
|
143
|
+
}
|
144
|
+
|
145
|
+
#element {
|
146
|
+
.selected {
|
147
|
+
border: 4px @lightBlue solid;
|
148
|
+
|
149
|
+
&:after {
|
150
|
+
position: absolute;
|
151
|
+
display: block;
|
152
|
+
border-top: 28px solid @lightBlue;
|
153
|
+
border-left: 28px solid transparent;
|
154
|
+
right: 0;
|
155
|
+
content:"";
|
156
|
+
top: 0;
|
157
|
+
z-index: 101;
|
158
|
+
}
|
159
|
+
|
160
|
+
&:before {
|
161
|
+
position: absolute;
|
162
|
+
display: block;
|
163
|
+
content: "\e003";
|
164
|
+
color: #fff;
|
165
|
+
right: 0;
|
166
|
+
font-family: 'metroSysIcons';
|
167
|
+
font-size: 9pt;
|
168
|
+
font-weight: normal;
|
169
|
+
z-index: 102;
|
170
|
+
top: 0;
|
171
|
+
}
|
172
|
+
}
|
173
|
+
}
|
174
|
+
|
175
|
+
.no-user-select {
|
176
|
+
// -moz-user-select: none;
|
177
|
+
// -khtml-user-select: none;
|
178
|
+
// -webkit-user-select: none;
|
179
|
+
// user-select: none;
|
180
|
+
}
|
@@ -0,0 +1,250 @@
|
|
1
|
+
// Colors
|
2
|
+
@black: #000000;
|
3
|
+
@white: #ffffff;
|
4
|
+
@lime: #a4c400;
|
5
|
+
@green: #60a917;
|
6
|
+
@emerald: #008a00;
|
7
|
+
@blue: #00AFF0;
|
8
|
+
@teal: #00aba9;
|
9
|
+
@cyan: #1ba1e2;
|
10
|
+
@cobalt: #0050ef;
|
11
|
+
@indigo: #6a00ff;
|
12
|
+
@violet: #aa00ff;
|
13
|
+
@pink: #dc4fad;
|
14
|
+
@magenta: #d80073;
|
15
|
+
@crimson: #a20025;
|
16
|
+
@red: #e51400;
|
17
|
+
@orange: #fa6800;
|
18
|
+
@amber: #f0a30a;
|
19
|
+
@yellow: #e3c800;
|
20
|
+
@brown: #825a2c;
|
21
|
+
@olive: #6d8764;
|
22
|
+
@steel: #647687;
|
23
|
+
@mauve: #76608a;
|
24
|
+
@taupe: #87794e;
|
25
|
+
@dark: #1d1d1d;
|
26
|
+
@darkBrown: #63362F;
|
27
|
+
@darkCrimson: #640024;
|
28
|
+
@darkMagenta: #81003C;
|
29
|
+
@darkIndigo: #4B0096;
|
30
|
+
@darkCyan: #1B6EAE;
|
31
|
+
@darkCobalt: #00356A;
|
32
|
+
@darkTeal: #004050;
|
33
|
+
@darkEmerald: #003e00;
|
34
|
+
@darkGreen: #128023;
|
35
|
+
@darkOrange: #bf5a15;
|
36
|
+
@darkRed: #9a1616;
|
37
|
+
@darkPink: #9a165a;
|
38
|
+
@darkViolet: #57169a;
|
39
|
+
@darkBlue: #16499a;
|
40
|
+
@lightBlue: #4390df;
|
41
|
+
@lighterBlue: #00CCFF;
|
42
|
+
@lightTeal: lighten(@teal, 30%);
|
43
|
+
@lightOlive: #78aa1c;
|
44
|
+
@lightOrange: #c29008;
|
45
|
+
@lightPink: #f472d0;
|
46
|
+
@lightRed: lighten(@red, 10%);
|
47
|
+
@lightGreen: lighten(@green, 10%);
|
48
|
+
@grayed: #585858;
|
49
|
+
@grayDarker: #222222;
|
50
|
+
@grayDark: #333333;
|
51
|
+
@gray: #555555;
|
52
|
+
@grayLight: #999999;
|
53
|
+
@grayLighter: #eeeeee;
|
54
|
+
|
55
|
+
@transparent: transaparent;
|
56
|
+
|
57
|
+
@bodyBackground: @white;
|
58
|
+
@textColor: @grayDark;
|
59
|
+
|
60
|
+
@linkColor: rgb(46, 146, 207);
|
61
|
+
@linkColorHover: rgba(45, 173, 237, 0.8);
|
62
|
+
@linkColorActive: rgba(45, 173, 237, 0.6);
|
63
|
+
|
64
|
+
@inputHoverState: #919191;
|
65
|
+
@inputRestState: #d9d9d9;
|
66
|
+
@inputDisabledState: #8a8a8a;
|
67
|
+
@inputDisabledBgState: #E6E6E6;
|
68
|
+
@inputFocusState: #919191;
|
69
|
+
@inputActiveState: #1e1e1e;
|
70
|
+
@inputMargin: 10px;
|
71
|
+
|
72
|
+
@placeHolderText: @grayLight;
|
73
|
+
|
74
|
+
@borderColor: @grayLight;
|
75
|
+
|
76
|
+
@tableOddColor: @grayLighter;
|
77
|
+
@tableBorderColor: lighten(#dddddd, 5%);
|
78
|
+
@tableHoverColor: #F5F5F5;
|
79
|
+
@tableCellPadding: 8px;
|
80
|
+
@tableSelectColor: #FFFFCC;
|
81
|
+
|
82
|
+
@hintColor: #FFFCC0;
|
83
|
+
|
84
|
+
@menuItemHoverBackground: #edf4fc;
|
85
|
+
@menuItemHoverBorder: #a8d2fd;
|
86
|
+
@menuItemTitleBackground: #f6f7f8;
|
87
|
+
@menuBorder: #dcddde;
|
88
|
+
@menuShadow: #ececec;
|
89
|
+
@menuShadowA: rgba(236, 236, 236, .7);
|
90
|
+
|
91
|
+
@segoeFontFamily: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
|
92
|
+
@segoeLightFontFamily: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
|
93
|
+
@segoeBoldFontFamily: 'Segoe UI Semibold_', 'Open Sans Bold', Verdana, Arial, Helvetica, sans-serif;
|
94
|
+
@cambriaFontFamily: 'Cambria_', 'PT Serif Caption', Verdana, Arial, Helvetica, sans-serif;
|
95
|
+
@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
96
|
+
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
|
97
|
+
@monoFontFamily: 'Courier New', monospace;
|
98
|
+
|
99
|
+
@baseFontSize: 11pt;
|
100
|
+
@baseLineHeight: 14pt;
|
101
|
+
@baseFontFamily: @segoeFontFamily;
|
102
|
+
@altFontFamily: @cambriaFontFamily;
|
103
|
+
|
104
|
+
@fontSizeLarge: @baseFontSize * 1.25;
|
105
|
+
@fontSizeSmall: @baseFontSize * 0.85;
|
106
|
+
@fontSizeMini: @baseFontSize * 0.75;
|
107
|
+
|
108
|
+
@unitSize: 20px;
|
109
|
+
@subunitSize: 5px;
|
110
|
+
|
111
|
+
@defaultMargin: @unitSize;
|
112
|
+
@defaultPadding: @unitSize;
|
113
|
+
|
114
|
+
@paddingLarge: 11px 19px;
|
115
|
+
@paddingSmall: 2px 10px;
|
116
|
+
@paddingMini: 0 6px;
|
117
|
+
|
118
|
+
@zindexDropdown: 1000;
|
119
|
+
@zindexPopover: 1010;
|
120
|
+
@zindexTooltip: 1030;
|
121
|
+
@zindexFixedNavbar: 1030;
|
122
|
+
@zindexModalBackdrop: 1040;
|
123
|
+
@zindexModal: 1050;
|
124
|
+
@zindexCharms: 1060;
|
125
|
+
|
126
|
+
@gridSize: 940px;
|
127
|
+
@gridColumnSize: @unitSize * 3;
|
128
|
+
@gridGutterSize: @unitSize;
|
129
|
+
@gridColumnSizeFluid: 6.382978%;
|
130
|
+
@gridGutterSizeFluid: 2.127659%;
|
131
|
+
|
132
|
+
@overlay-speed: .3s;
|
133
|
+
|
134
|
+
@sliderBackgroundColor: #C6C6C6;
|
135
|
+
@sliderMarkerColor: #000000;
|
136
|
+
@sliderCompleteColor: #00828b;
|
137
|
+
@sliderCompleteHoverColor: #219297;
|
138
|
+
|
139
|
+
@ratingSize: 28px;
|
140
|
+
@ratingFont: 'metroSysIconsFont';
|
141
|
+
@ratingNo: '\e014';
|
142
|
+
@ratingRated: '\e016';
|
143
|
+
@ratingHalf: '\e015';
|
144
|
+
|
145
|
+
@winBorderSize: 8px;
|
146
|
+
@winBorderColor: #6badf6;
|
147
|
+
@winBorderColorInactive: #ebebeb;
|
148
|
+
@winDialogContentBackground: #ededed;
|
149
|
+
@winFlatBackgroundColor: #ffffff;
|
150
|
+
@winFlatBorderColor: #e9e9e9;
|
151
|
+
@winFlatSystemButtonHoverBackground: #cde6f7;
|
152
|
+
@winFlatSystemButtonActiveBackground: #92c0e0;
|
153
|
+
@winFlatSystemButtonActiveColor: #2a8dd4;
|
154
|
+
@winFlatSystemButtonRestColor: #777777;
|
155
|
+
@winCloseButtonColor: #c75050;
|
156
|
+
@winCloseButtonActiveColor: #e04343;
|
157
|
+
@winCloseButtonInActiveColor: #bcbcbc;
|
158
|
+
|
159
|
+
@lwListBorderColor: #e1e1e1;
|
160
|
+
@lwMarkerColor: #0067b0;
|
161
|
+
@lwMarkerInactiveColor: #b1d6f0;
|
162
|
+
@lwListBackgroundColor: #ffffff;
|
163
|
+
@lwListBackgroundHoverColor: #e6f2fa;
|
164
|
+
@lwListBackgroundActiveColor: #cde6f7;
|
165
|
+
|
166
|
+
@lwListContentPadding: 2px 20px 2px 20px;
|
167
|
+
|
168
|
+
@lwFontSize: 16px;
|
169
|
+
@lwTitleSize: @lwFontSize;
|
170
|
+
@lwSubtitleSize: 11px;
|
171
|
+
@lwTextSize: 11px;
|
172
|
+
|
173
|
+
@containerLargeSize: 1140px;
|
174
|
+
@containerDesktopSize: 940px;
|
175
|
+
@containerTabletSize: 720px;
|
176
|
+
@containerPhoneSize: 100%;
|
177
|
+
@containerPhoneSize2: 100%;
|
178
|
+
@containerPhoneSize3: 100%;
|
179
|
+
@containerPhoneSize4: 100%;
|
180
|
+
|
181
|
+
@fmElementHoverBackground: #cde6f7;
|
182
|
+
@fmTabActiveColor: #0072c6;
|
183
|
+
@fmTabRestColor: #444444;
|
184
|
+
@fmTabBackground: #ffffff;
|
185
|
+
@fmPanelBackground: #ffffff;
|
186
|
+
@fmPanelCaptionRestColor: #666666;
|
187
|
+
@fmBorderColor: #d4d4d4;
|
188
|
+
|
189
|
+
@eventWidth: 211px;
|
190
|
+
@eventHeight: 75px;
|
191
|
+
@eventMargin: 2px;
|
192
|
+
|
193
|
+
@tile-badge-activity-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGMSURBVDhPvZMtTwNBEIbv2mtScaICcQJRgSgJCQIEhqSiAlEHAlFRwU/ov0AgUEgUsrIkiJIgMOAQJFSQQAIJJBWIu95Hj2eGvXIpB3W8yWTn452Z3dld25pDmqZuFEWdcrm8jr6JK7Bt+wb9Ft85+vsXswBxHHdIfmFNi4TYG7InXAp6ss52kCTJIc6e6KzSVbrdYzrYDaSFXZU4uEQ8x3FW1ZpMJge5Tn3IdQ3kID5iw4zHTqIsUEP3TWCA7WhgDjRZg/eUFRCR3Fl3KYJjyfALIUU46jHcsSlQl8FdmQJnhrcQJFbJ6QZB0LDDMNyS4XBFo1Kp9Gw4/wi247GLHmvNuBaC47Y5gtzIQB1mBmMGdDSdTpfV+QdM8vfcsqkap6ClgQIQa+a4bXViPGRO5ILjuBqYAwk7yIfhXcNz9CljDFkkST6P4JGjnHA7d+gBxAY3tIve1Khljbi1beKvakHQp0uhfTrMjvOL9H3fX9FE8OM7yxAhdem4QWHZkSufSoTYaaVSkY9kYFmfXgyTciI3uacAAAAASUVORK5CYII%3D');
|
194
|
+
@tile-badge-alert-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFeSURBVDhPpZMtT8RAEIbb7YoTJ04gkQgQuBNIEpB4LD8AwQ9AkCCQhGAvQSAuKHCIE0gEP+DEISAhQYK4pE0/eWa65a7lSvh4k8nsvDv77sxs67UhSZLNNE0LZ3uO/gLj/J+hAkVRWI1+geqMCuR5fkKZoyiKViX+DuQu094wy7KhEmEYrkAk0qt4Nk5R77GszQCuE8fxIXxY8ZJjgiBY8n3/UcTwlsQDNifGmF29AcBtITyGOyan47gXXFfW2g/q+yi+VeptJhVgR1KRHp4HZI+bzknQlhYcvpQZuHRF8xmnCDyLL8MZEI9o4YkW3h1VB+o73DJp3to08l7xsw9Lng5i1EiSSV/Pcbdwzfk8MLcNqjIyye1STnHD5joln7lYcGWtXaP8gYsFfeJyHvR9waExt3wKsV74L3Brn/geu3OUDqiL1T7nNoEK8mLi9RUoZYqlsv4pqtf459/oeR8seozS7mDHCwAAAABJRU5ErkJggg%3D%3D');
|
195
|
+
@tile-badge-attention-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEbSURBVDhPtZI9bsJAEIVZ7ANQ5gApEomChjoNBUUOkSJFivSUQE3JEThCCo4BkotcIVKKNEi2vP7hveVZrMFgKPJJo915szOzf51/Jc/zhbV2Jfc+kiR5QrLNsqzEMJJ8O0hcM1kWlWUZKtQOOo69ZGdpmn4ofB12QsI3k1BoRtP8F7Gell0GnT6rrpJ4HOfzUiU1ww7o9HepAGI2juNHyeegw7Ja3FRA9iW5jv9slSl0WqD2rEYjF7Hy68E7gCPNORpjpk44sg2CYAg969JTxVoywYIXmlyfAS77jRPDZ8PZN5j3KfiEYeh2yG07wQN5P4g/d9H9Hf5ZMkHM/QO5NbCzh6IoJgbVI/iNBdrALnY8An9X+w9rpLPbA/sADga+JgSiAAAAAElFTkSuQmCC');
|
196
|
+
@tile-badge-available-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAKvSURBVHjahJA/bJR1HMY/31977x33r2LuClc1LYM9TSAUr5gqtkVJjAkSFxYHE3VgaWRw0cUwOagxMZLApoXFBIwuHVSoQYkVMBXUpqSkMW9jaS25plh7/3rv+3scTIwixs/8PHn+2Bk/SVtN2mqxacYOKw13KfNiXtlneihmDONXqs0VVs/VXP1UqJvnc8qBeZoWYWf9JHXVqWkj2EX55G76X86R4W40aDHNzMdzLBwJLLEWm6fTI+o0knvZ+dkgO/cDfGczTNpl5gjxePrpY0SPMKwKT1A5nCe7Y4ofDgQEv/Ghn2AqunZabUmR9Fb8gQoaUVIVFTSiokaV0qDu0T694Y+rGbWktnQ5+nHiuP+IjrFjR4cqevj9wBK8beO87t6jiyzbKJAiIEWSreQxjAm7QGyeAwzRzb39i/7WFbdV2bGs0nxvs7zjxtlOgRwZPP6v7R5PmhQPUOKEneFLd4UECfqs51WXU/opDL6wb/mdDfJkEfrXgUKk2UKbiM/5BoD76d7reujOANwgJH9H8p14PDnSzBGySZsSReecDIAIDxj/jxH/LcQtW7UJ0E8f69RwuP+0Ohwb1CnTS0CCW6zK3Wb9a4AnNcgWktRoYHdpYhgtWvypfRSARVv5yVXd2smGWuzTHo7qeRZZpk7zH00cRos2ITd5yT/HQY0gPKGW3u0YPvZ06HB77tO2hx5jN5HFTNk11lgHRIs2VW5Tp8kRf5g3eYUUSa5y/eKsfn7NTvlPaCjqelwDF3bx4ADAeXeJc1xijpCYmDJ9jKrCIe0H4IaF81/56VGDJTvtPwV1IFmhTO/4AOWDSQIAWmwiRIokADEx08xeXGD5hUjxQp0GnQCdOAKS1RnNP7tO7VDOMmO9bB8qUQRghVVCW7raUOPEvH45W7IidRoA/DEAmmk0pL+n6f4AAAAASUVORK5CYII%3D');
|
197
|
+
@tile-badge-away-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAJ2SURBVHjajJI7iFVnFIW//d9zz52ZO2fG14gzJBgbp5JYKPh+NqKxsxWMRZoBCxu1sAuBKFaClj5KDUQhRXybCIqICjqNYjFDhtExN45e7/uc8y+L/yJGp3A1+2fDWv/ea23zlQvIp0gpRgfrWbZRNrhP0cAOopEyGGSvWmQz15zq59SeuC5LsAis0MJ85SLKG8jXY3pXnKb8/X6iBAB8KLhuzZtQf/gbrWc/WTGetSgnAg9qlCiv/pNk1RYAqz3A6jeg/SyoxMtReRNKNsLAhj24gWW0726H+B3+9Rmyd3fPp5KyXMpf/SqNL5KelEIdH5Ke9Ejj8+SnjyrLWkolZbX7f/jZk5h/e3WN7197j0I/NnMMN3MYoiXgBv6/g+rQmUJDR/Ajv4BP0eylnU5u/pgK/Vj9Ee6/411y8gm5a4b1Qfwt9uYUrnoTXBGLvzvoFCXbDLDaVcjfd38WX0JBRCnUroRW/M1qRzRSxgPt55+NPRc8FJJgbtaB4rBz+phRxtcj//hylr5s4YDScvDVT0KfCw7yGpRGIYohfS2H3v4NoL6tYL3BbWwOsoHawY3y1tDJpp46p8pp5U2UrEcLD0BnCtT4bBIXyJ0J/Pwf0eAu8ELtiROO5uQtazy9LMAvPoKGDoU00n/CSr4K2RTkFfyCMRj+OWg2Ht9RNv27+X/PId8cVN+62/SvWAngqtehdq17yjmURlHfZjRvdxi98fyFr/21GWfT5ivnkQehRfSOnqV35S4KpW4w7ZB/1NNNMYf6wzukk3ulbBI1iIJkBBZX1Bn/gby621wyRrx0DcXhQGzPYOnEY/nmKbVeXLTicNcn+DAArZ4503S5ZjkAAAAASUVORK5CYII%3D');
|
198
|
+
@tile-badge-busy-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAKNSURBVHjajJI9a1RBGIWfGeLdmPXuKkR0Q0RTmFsFUxgQNcaPRonpbAW1sAlY2IhFfoCIVSDaaVImFhYWmkTxAwJBVgttNqTYQFAjAWPi7t3svXeOxeC3hQdeZpiZ887DmTFuchIlCUoSTLOJ6erqV7F4QYXCaTo68hgDHz82WFmZsbXauKrVWYUhBjCNBsZNTaF6HdVqAT09tzlw4BJhyD8Vx1Au36dSuWyC4LPJMlpwDur1HH19jzh48DiAefUK8+QJVCrgHHR3o2PHUH8/HD16jkKhi7m5UwTBF9zdu6RzcxOJpFRSduOG1N4u5XJ+3LlTam2Vtm+XGxlR2mgokZTOzz90o6PgpqcPpRsbP83GSKWSFEXS/v2+okjq7JRA7vp1pZLSZlPJ5OQZqx07hrVtG+b1a+zNm7B7N4ShR/8u56CtDfbswYyNYZ8+hS1bMPv2XbUKw5MGMNPTsLEBhQJIfwco+SZJAo8f+7XOzj5LR0cegIUFb/715j/lnKerVKDZhFLJWlnrN9OU/1aW/Zha8+FDA4Dublhfh+8N/yVr4etXiCIIAvj0SZa1tRcAOnECtm6FWg2M+dtsDGxu8uMsYJaX31q7unpbcYyOHEFXrsDyMtTrv5NY683VKu7iRTQ4CBKqVm/h7twhnZ9/kEhK41ju2jWpWJTa2qRdu3zl81I+r2x4WNnamv8H5fKLZHQU48bHURwXdfjwM3p6egHs7CzMzPi0swyiCA0MoKEhj76wsOiePx/AmPfGTUwgQFI7UXSP3t5BcjmPvrnp37+19Wf65fJLlpbOK02XqNdpAaClBYJgVe/enWV9fciE4TB79x6iVPLGlRVMtfpGcTymxcUpUyr5nIBvAwDWIWcndiwtQAAAAABJRU5ErkJggg%3D%3D');
|
199
|
+
@tile-badge-error-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFiSURBVDhPjVM7TsNQELRjy8ISBQeIREtBEYnQUXCINFTkCCBxgNwAJI5AaejSpaCAEqRINBTcIQ1SbD9/mHmfZP3iSIw0ytt9O7O7thMGHpqmGVZVNQnD8AwcMde27RL8rOt6nqbpjy7sA4RTpdQKv20fcbcuy/IOZrGVbIHLpz7RHr52TJCYukuMeU+6WDBjdxej4UyLubMbm0KdBDyTzHWEyY01UEVRnA4Q8IEdaZVAFEW3yD/g+IzzFc6VuTFAHAPXO7vLKQi5q+suuOD+X15yx4ToEXON1QB3B6ZkC3Qd+q8Kaxzbo0TMCTLPefPAfPS8nTeOtnk1YEfMsf11pIm+y/P8BLusmaCZrevsLE1QO3F51FzopJyCQil2pAnFoLLxI7X6z8SxkVjgeMn4H/jGQz3Ht/BrY2MC85nrsI/sjNpDKzMTSODzHPELQ9EY1H9ndFqCHxC/JEnyrgs1guAPTvwreuY0IiIAAAAASUVORK5CYII%3D');
|
200
|
+
@tile-badge-newMessage-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC/SURBVDhP1ZE9DgIhFIQhobDYg1haWniMbSw9j0exsfMAeg9L7Sy2kPATnCFI2LgYtjJOMjx4vPkoED+X5OK934cQ+thpFOYvSqmdMMascVDOuQMcGn1GptNaL4W1dgBkMwOSw8jeBJszIKMwexFAN0A+wnQG0Lh4wv0EJIb5AO4fRX8MoDFAlZAyPJSztOSSfiYLAYeyxTcdURcIrqSUJ7iLA4UmAdQbgnqvhakqgEoQXQtTXwEtIuCa9n8pIV67VJf6AmhGmgAAAABJRU5ErkJggg%3D%3D');
|
201
|
+
@tile-badge-paused-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAArSURBVDhPY/j9+7fDnz9//mPBCQxQgE8NE1QN2WDUgFEDQGDUgIE3gIEBAArtNKc4HT7sAAAAAElFTkSuQmCC');
|
202
|
+
@tile-badge-playing-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEXSURBVDhPY4CBnz9/pvz+/dsFyiUaMEFpBiYmJhkgtf3v37/t////Z4GIEgZwA0CAkZGRBai5AmjIYSCtABXGC1AMQAIWf/78OQ/EEVA+ToDLAJBrBIDUcqBrZgNdwwMRxQQ4DYABoOYUoCGngYFsABVCAQQNgAINYCAf//XrVwGUDwfEGgDyEgfQkH5guGwGukoEKky8AUhA5sePH6DwAQOSDAC6YgIzM7MpJyfnHagQcQYAnfwGiD2BmguBhvyBCoMBMQbsYWFh0WVlZd0B5aMAnAYAbfzz79+/SqBmV6CtL6DCGACXAQ+ABliysbF1QPk4AYYBQI0rgH7VBWo+AxXCC+AGADV+AVKJQL9GAp0MYhMBGBgA8v5j1f90TA8AAAAASUVORK5CYII%3D');
|
203
|
+
@tile-badge-unavailable-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAKASURBVHjalJK9axxXFMV/772ZzOysVqvRDgtaSSwpJYFwY3ATEpIm5KNLawgp3Ljz/5E2bu20CYQUBoMNNnaRMkUKqYiQtIgdCQ0TaVc7M29n3nspzC7GMYYcuMWFe7jnHI4YjUY453DOYYyh0+l8opT63vO8L8MwbAshqKqq0lo/c849rqrquXMOIcSbGY1GWGsxxny0urr6MI7jH5RSAFhrAZBSLvc8z3+dTqf3lFL/SCnxAIwxwdra2tP19fXPAC4vL8myjKIoAIiiiF6vR7/fJ0mS75RSH19dXX0hpbwWx8fHrKys/JwkyV1rLYeHh5yenuKc420lzjm2trbY3d3F8zzyPH8ynU6/ERcXF3fiOP7D930ODg44OjoiDMOl7AWstZRlyXA4ZH9/H2MM4/H4K+l53n3f98myjJOTE4Ig+A95kUMURZydnXF+fo5SiiiKHkjf9z9f+AaWst+HRfKL2yiKbssgCNrOOWaz2Xs/vwulFLPZjLquCcPwDcM5x//B2/dyPp9XC3/WWoQQHyQbY2i32/i+T1VVTtZ1/QogSZJlGz/02VpLkiQAlGX5l2ya5mHTNPT7fba3tynLctnAd8llWTIYDNjY2MBaS1EUP0qt9YvJZPI7wM7ODsPhEK01WmuapqFpGrTWVFXFYDBgb28PIQTX19ev67r+TYzHY7TW3W63+zKO41sAaZqSZRk3NzcAtNtter0em5ubAEwmk7/zPP9USjkWaZoyn89xziWdTudRt9v9etGFuq4B8H1/aSXP89dFUdx1zp065xBpmlLXNUIIjDG0Wq1vPc+7H4bhnVarhRCCsiwpiuJPY8xPRVH8EgQBxhistfw7ABpxTL93U9x/AAAAAElFTkSuQmCC');
|
204
|
+
|
205
|
+
@tileMargin: 10px;
|
206
|
+
@tileSize: 120px;
|
207
|
+
@tilePart: 60px;
|
208
|
+
@tileOutlineSize: 3px;
|
209
|
+
|
210
|
+
@tileHalfSize: @tileSize / 2 - @tileMargin / 2;
|
211
|
+
@tileDoubleSize: @tileSize * 2 + @tileMargin;
|
212
|
+
@tileTripleSize: @tileSize * 3 + @tileMargin * 2;
|
213
|
+
@tileQuadroSize: @tileSize * 4 + @tileMargin * 3;
|
214
|
+
|
215
|
+
@tileGroupMargin: 46px;
|
216
|
+
@tileGroupSize: @tileSize+@tileMargin;
|
217
|
+
@tileGroupDoubleSize: @tileDoubleSize+@tileMargin;
|
218
|
+
@tileGroupTripleSize: @tileTripleSize+@tileMargin;
|
219
|
+
@tileGroupQuadroSize: @tileQuadroSize+@tileMargin;
|
220
|
+
|
221
|
+
@tileAreaDark: @dark;
|
222
|
+
@tileAreaDarkBrown: @darkBrown;
|
223
|
+
@tileAreaDarkCrimson: @darkCrimson;
|
224
|
+
@tileAreaDarkViolet: @darkViolet;
|
225
|
+
@tileAreaDarkMagenta: @darkMagenta;
|
226
|
+
@tileAreaDarkCyan: @darkCyan;
|
227
|
+
@tileAreaDarkCobalt: @darkCobalt;
|
228
|
+
@tileAreaDarkTeal: @darkTeal;
|
229
|
+
@tileAreaDarkEmerald: @darkEmerald;
|
230
|
+
@tileAreaDarkGreen: @darkGreen;
|
231
|
+
@tileAreaDarkOrange: @darkOrange;
|
232
|
+
@tileAreaDarkRed: @darkRed;
|
233
|
+
@tileAreaDarkPink: @darkPink;
|
234
|
+
@tileAreaDarkIndigo: @darkIndigo;
|
235
|
+
@tileAreaDarkBlue: @darkBlue;
|
236
|
+
@tileAreaLightBlue: @lightBlue;
|
237
|
+
@tileAreaLightTeal: @lightTeal;
|
238
|
+
@tileAreaLightOlive: @lightOlive;
|
239
|
+
@tileAreaLightOrange: @lightOrange;
|
240
|
+
@tileAreaLightPink: @lightPink;
|
241
|
+
@tileAreaGrayed: @grayed;
|
242
|
+
|
243
|
+
@tileSizeSmall: 80px;
|
244
|
+
@tileSizeMeduim: 120px;
|
245
|
+
@tileSizeLarge: 150px;
|
246
|
+
|
247
|
+
@tileIconSize: 56px;
|
248
|
+
@tileIconSizeFont: 48px;
|
249
|
+
|
250
|
+
@dropdownToggleImage: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTAwcHgiIGhlaWdodD0iMTAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik01MCw3MS4yNzZjLTEuMzM4LDAtMi42NzYtMC41MTEtMy42OTYtMS41M2wtMzIuMDk5LTMyLjFjLTIuMDQyLTIuMDQyLTIuMDQyLTUuMzUyLDAtNy4zOTMNCgljMi4wNDEtMi4wNDEsNS4zNTEtMi4wNDEsNy4zOTMsMEw1MCw1OC42NTZsMjguNDAyLTI4LjQwMmMyLjA0Mi0yLjA0MSw1LjM1Mi0yLjA0MSw3LjM5MywwYzIuMDQyLDIuMDQxLDIuMDQyLDUuMzUxLDAsNy4zOTMNCglsLTMyLjA5OSwzMi4xQzUyLjY3Niw3MC43NjYsNTEuMzM4LDcxLjI3Niw1MCw3MS4yNzZ6Ii8+DQo8L3N2Zz4NCg==");
|
@@ -0,0 +1,225 @@
|
|
1
|
+
&.window-overlay {
|
2
|
+
position: fixed;
|
3
|
+
left: 0;
|
4
|
+
top: 0;
|
5
|
+
right: 0;
|
6
|
+
bottom: 0;
|
7
|
+
background-color: rgba(255,255,255,0);
|
8
|
+
z-index: @zindexModal - 1;
|
9
|
+
}
|
10
|
+
|
11
|
+
.window {
|
12
|
+
border: @winBorderSize @winBorderColor solid;
|
13
|
+
position: relative;
|
14
|
+
background-color: @white;
|
15
|
+
min-height: 200px;
|
16
|
+
min-width: 200px;
|
17
|
+
border-top: 0;
|
18
|
+
|
19
|
+
.caption {
|
20
|
+
position: absolute;
|
21
|
+
top: 0;
|
22
|
+
height: 32px;
|
23
|
+
width: 100%;
|
24
|
+
background-color: @winBorderColor;
|
25
|
+
cursor: default;
|
26
|
+
z-index: 2;
|
27
|
+
border-top: @winBorderSize @winBorderColor solid;
|
28
|
+
|
29
|
+
.icon {
|
30
|
+
width: 16px;
|
31
|
+
height: 16px;
|
32
|
+
font-size: 16px;
|
33
|
+
margin-top: 0;
|
34
|
+
margin-left: 0px;
|
35
|
+
margin-right: 5px;
|
36
|
+
position: relative;
|
37
|
+
float: left;
|
38
|
+
}
|
39
|
+
|
40
|
+
.title {
|
41
|
+
font-size: 14px;
|
42
|
+
margin-top: -2px;
|
43
|
+
margin-left: 4px;
|
44
|
+
position: relative;
|
45
|
+
float: left;
|
46
|
+
}
|
47
|
+
|
48
|
+
.super-title {
|
49
|
+
position: absolute;
|
50
|
+
top: 6px;
|
51
|
+
left: 0;
|
52
|
+
display: block;
|
53
|
+
width: 100%;
|
54
|
+
text-align: center;
|
55
|
+
z-index: 0;
|
56
|
+
}
|
57
|
+
|
58
|
+
}
|
59
|
+
|
60
|
+
.content {
|
61
|
+
position: relative;
|
62
|
+
padding: 32px 0;
|
63
|
+
width: auto;
|
64
|
+
height: auto;
|
65
|
+
.box-sizing-content;
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
.window {
|
70
|
+
.caption {
|
71
|
+
.btn-close, .btn-min, .btn-max {
|
72
|
+
background-color: @winCloseButtonColor;
|
73
|
+
color: @white;
|
74
|
+
position: absolute;
|
75
|
+
top: -8px;
|
76
|
+
right: 0;
|
77
|
+
width: 48px;
|
78
|
+
height: 24px;
|
79
|
+
min-height: 24px;
|
80
|
+
text-align: center;
|
81
|
+
vertical-align: middle;
|
82
|
+
#font > .cambria;
|
83
|
+
font-size: 16pt;
|
84
|
+
font-weight: normal;
|
85
|
+
padding: 0 0 10px 0;
|
86
|
+
z-index: 3;
|
87
|
+
outline: none;
|
88
|
+
&:hover {
|
89
|
+
background-color: @winCloseButtonActiveColor;
|
90
|
+
}
|
91
|
+
&:active {
|
92
|
+
background-color: lighten(@darkRed, 5%) !important;
|
93
|
+
top: -8px;
|
94
|
+
right: 0;
|
95
|
+
left: auto;
|
96
|
+
}
|
97
|
+
&:after {
|
98
|
+
content: '\D7';
|
99
|
+
position: absolute;
|
100
|
+
left: 50%;
|
101
|
+
top: 0;
|
102
|
+
margin-left: -.30em;
|
103
|
+
}
|
104
|
+
}
|
105
|
+
.btn-min, .btn-max {
|
106
|
+
background-color: transparent;
|
107
|
+
color: #000;
|
108
|
+
right: 75px;
|
109
|
+
width: 24px;
|
110
|
+
padding-bottom: 10px;
|
111
|
+
font-weight: bold;
|
112
|
+
&:hover {
|
113
|
+
background-color: @darkCyan;
|
114
|
+
color: #ffffff;
|
115
|
+
&:after {
|
116
|
+
border-color: #fff;
|
117
|
+
}
|
118
|
+
}
|
119
|
+
&:active {
|
120
|
+
background-color: lighten(@darkCyan, 5%) !important;
|
121
|
+
color: #ffffff;
|
122
|
+
top: -8px;
|
123
|
+
right: 75px;
|
124
|
+
left: auto;
|
125
|
+
}
|
126
|
+
&:after {
|
127
|
+
display: block;
|
128
|
+
position: absolute;
|
129
|
+
width: 10px;
|
130
|
+
height: 10px;
|
131
|
+
border: 0px #000 solid;
|
132
|
+
border-bottom-width: 2px;
|
133
|
+
content: ' ';
|
134
|
+
bottom: 6px;
|
135
|
+
left: 50%;
|
136
|
+
margin-left: -6px;
|
137
|
+
top: auto;
|
138
|
+
}
|
139
|
+
}
|
140
|
+
|
141
|
+
.btn-max {
|
142
|
+
right: 50px;
|
143
|
+
&:active {
|
144
|
+
right: 50px;
|
145
|
+
}
|
146
|
+
&:after {
|
147
|
+
height: 6px;
|
148
|
+
border: 1px #000 solid;
|
149
|
+
border-top-width: 2px;
|
150
|
+
}
|
151
|
+
}
|
152
|
+
}
|
153
|
+
}
|
154
|
+
|
155
|
+
.window {
|
156
|
+
&.inactive {
|
157
|
+
border-color: @winBorderColorInactive;
|
158
|
+
.caption {
|
159
|
+
background-color: @winBorderColorInactive;
|
160
|
+
border-top: @winBorderSize @winBorderColorInactive solid;
|
161
|
+
|
162
|
+
}
|
163
|
+
.content {
|
164
|
+
border-color: @winBorderColorInactive;
|
165
|
+
}
|
166
|
+
.btn-close {
|
167
|
+
background-color: @winCloseButtonInActiveColor;
|
168
|
+
}
|
169
|
+
}
|
170
|
+
}
|
171
|
+
|
172
|
+
.window {
|
173
|
+
&.flat {
|
174
|
+
background-color: @winFlatBackgroundColor;
|
175
|
+
border: 1px @winFlatBorderColor solid;
|
176
|
+
.caption {
|
177
|
+
height: 32px;
|
178
|
+
background-color: @winFlatBackgroundColor;
|
179
|
+
padding: 7px 5px;
|
180
|
+
border-bottom: 1px @winFlatBorderColor solid;
|
181
|
+
border-top: 0;
|
182
|
+
|
183
|
+
.btn-close, .btn-min, .btn-max {
|
184
|
+
background-color: @winFlatBackgroundColor;
|
185
|
+
color: @winFlatSystemButtonRestColor;
|
186
|
+
width: 24px;
|
187
|
+
top: 4px;
|
188
|
+
right: 4px;
|
189
|
+
&:hover {
|
190
|
+
background-color: @winFlatSystemButtonHoverBackground;
|
191
|
+
color: @winFlatSystemButtonActiveColor;
|
192
|
+
&:after {
|
193
|
+
border-color: @winFlatSystemButtonActiveColor;
|
194
|
+
}
|
195
|
+
}
|
196
|
+
&:active {
|
197
|
+
background-color: @winFlatSystemButtonActiveBackground !important;
|
198
|
+
color: @white !important;
|
199
|
+
}
|
200
|
+
&:after {
|
201
|
+
border-color: @winFlatSystemButtonRestColor;
|
202
|
+
width: 10px !important;
|
203
|
+
height: 6px !important;
|
204
|
+
}
|
205
|
+
}
|
206
|
+
.btn-max {
|
207
|
+
right: 29px;
|
208
|
+
}
|
209
|
+
.btn-min {
|
210
|
+
right: 54px;
|
211
|
+
}
|
212
|
+
.btn-close {
|
213
|
+
&:after {
|
214
|
+
margin-top: 2px;
|
215
|
+
}
|
216
|
+
}
|
217
|
+
}
|
218
|
+
.content {
|
219
|
+
//border-color: @winFlatBorderColor;
|
220
|
+
//border-width: 1px;
|
221
|
+
//border-top-width: 0;
|
222
|
+
padding-top: 38px;
|
223
|
+
}
|
224
|
+
}
|
225
|
+
}
|