1 /* ------------------------------------------------------------- */
2 /* MESSAGES (messages.less) */
3 /* ------------------------------------------------------------- */
6 // ----------------------------------------------------------------------------
10 // ----------------------------------------------------------------------------
11 // DESCRIPTION: all kind of messages
15 // - MESSAGES & WARNINGS
16 // - Messages (Depraceted)
18 // ----------------------------------------------------------------------------
24 // --------------------------------------
26 // --------------------------------------
35 min-width: @messages-min-width ;
36 max-width: @messages-max-width ;
38 padding: 0.6em 0.8em ;
40 border-radius: @controlpanel-radius;
44 font-size: @font-size-smaller ;
56 // --------------------------------------
57 // MESSAGES & FLASH MESSAGES
58 // --------------------------------------
74 // --------------------------------------
75 // MESSAGES (SIMPLE STYLE)
76 // --------------------------------------
80 // -----------------------
82 // -----------------------
84 color: @message_error_text;
85 background-color: @message_error_bg;
86 border-color: @message_error_border;
87 h4{ color: @message_error_text; }
88 p { color: @message_error_text; }
90 // -----------------------
92 // -----------------------
94 color: @message_warning_text;
95 background-color: @message_warning_bg;
96 border-color: @message_warning_border;
97 h4{ color: @message_warning_text; }
98 p { color: @message_warning_text; }
100 // -----------------------
102 // -----------------------
105 color: @message_hint_text;
106 background-color: @message_hint_bg;
107 border-color: @message_hint_border;
108 h4 { color: @message_hint_text ; }
109 p { color: @message_hint_text ; }
111 // -----------------------
113 // -----------------------
115 color: @message_ok_text;
116 background-color: @message_ok_bg;
117 border-color: @message_ok_border;
118 h4{ color: @message_ok_text; }
119 p { color: @message_ok_text; }
121 // -----------------------
122 // ATTENTION (PENDING)
123 // -----------------------
124 // PENDENT: noch aktuell? ggf. durch Hint ersetzen
126 color: @message_hint_text;
127 background-color: @message_hint_bg;
128 border-color: @message_hint_border;
129 h4 { color: @message_hint_text ; }
130 p { color: @message_hint_text ; }
132 // -----------------------
134 // -----------------------
138 margin: 0.4em 1.0em 0.2em 0 ;
142 margin: 0 1.0em 0.6em 0 ;
146 // PENDENT: GGF. entfernen
152 // PENDENT: wieso wird in einem DIV-Container nochmals ein Paragraf mit der gleichen Klasse ausgegeben?
163 } // /_TYPE of messages
165 p.message{ padding: 0.6em !important ; }
168 // -----------------------
169 // Message blocks in different levels in the #content
170 // -----------------------
174 // -----------------------
175 // Message Immediately In Form
176 // -----------------------
178 & > .ui-tabs > .ui-tabs-panel > .message {
179 margin-top: @margin-left-from-content;
181 margin-bottom: @margin-left-from-content;
182 margin-left: @margin-left-from-content;
189 margin-left: @margin-left-from-content ;
198 & > .message_warning{
199 margin-top: @margin-left-from-content;
201 margin-bottom: @margin-left-from-content;
202 margin-left: @margin-left-from-content;
205 // -----------------------
206 // Message Immediately In Wrapper
207 // -----------------------
214 & > .message_warning{
215 margin: @margin-from-wrapper ;
222 // -----------------------
223 // Message on the welcome screen
224 // -----------------------
225 body > div.login .message{
228 margin: 0 auto 1.0em auto ;
237 // --------------------------------------
239 // --------------------------------------
243 // General (apears two times within a .flash_message)
245 // -----------------------
247 // -----------------------
248 &.flash_message_error {
249 background-color: @message_error_bg;
250 border-color: @message_error_border;
251 color: @message_error_text;
254 border: @message_error_border !important;
255 color: @message_error_text;
258 // -----------------------
260 // -----------------------
262 background-color: @message_ok_bg;
263 border: @message_ok_border;
264 color: @message_ok_text;
267 border: @message_ok_border;
268 color: @message_ok_text;
271 // -----------------------
273 // -----------------------
274 &.flash_message_warning {
275 background-color: @message_warning_bg;
276 border-color: @message_warning_border;
277 color: @message_warning_text;
280 border: @message_warning_border;
281 color: @message_warning_text;
284 // -----------------------
286 // -----------------------
288 &.flash_message_info {
289 background-color: @message_info_bg;
290 border: @message_info_border;
291 color: @message_info_text;
294 border: @message_info_border;
295 color: @message_info_text;
301 // -----------------------
302 // Elements in .flash_message
303 // -----------------------
309 padding-right: 1.0em ;
316 // Buttons (Details & Close)
319 padding: 0 0.2em 0 0.2em ;
320 margin: 0 0.4em 0 0.4em ;
322 background-color: transparent;
328 div.button-container,
338 border-style: solid ;
343 float: right !important;
351 } // /div.icon-container
353 div.message-container {
363 & > div.flash_notification {
390 } // /.div.flash_notification
391 } // /div.message-container
396 // -----------------------
397 // Flash Message blocks in different levels in #content
398 // -----------------------
404 // Flash message immediately in form
410 margin: 48px 0 0 @margin-left-from-content ;
415 // Flash message in .ui-tabs
422 margin: 48px 0 0 @margin-left-from-content ;
428 // Flash message within .wrapper
431 margin: @margin-from-wrapper ;
436 margin: @margin-from-wrapper ;
443 // Flash message immediately in #content
449 margin: 24px 0 0 @margin-left-from-content ;
457 // -----------------------
458 // Flash Messages in the admin area
459 // -----------------------
463 margin: 48px 0 0 @margin-left-from-content ;