Show More
@@ -682,3 +682,14 b' ul#context-pages {' | |||||
682 | color: @nav-grey; |
|
682 | color: @nav-grey; | |
683 | opacity: 1; |
|
683 | opacity: 1; | |
684 | } |
|
684 | } | |
|
685 | ||||
|
686 | .notice-box { | |||
|
687 | display:block !important; | |||
|
688 | padding: 9px 0 !important; | |||
|
689 | } | |||
|
690 | ||||
|
691 | .menulabel-notice { | |||
|
692 | border: 1px solid @color5; | |||
|
693 | padding:7px 10px; | |||
|
694 | color: @color5; | |||
|
695 | } |
@@ -385,9 +385,18 b'' | |||||
385 | return "active" |
|
385 | return "active" | |
386 | return "" |
|
386 | return "" | |
387 | %> |
|
387 | %> | |
388 | <ul id="quick" class="main_nav navigation horizontal-list"> |
|
|||
389 |
|
388 | |||
390 | ## Main filter |
|
389 | <ul id="quick" class="main_nav navigation horizontal-list"> | |
|
390 | ## notice box for important system messages | |||
|
391 | <li style="display: none"> | |||
|
392 | <a class="notice-box" href="#openNotice" onclick="showNoticeBox(); return false"> | |||
|
393 | <div class="menulabel-notice" > | |||
|
394 | 0 | |||
|
395 | </div> | |||
|
396 | </a> | |||
|
397 | </li> | |||
|
398 | ||||
|
399 | ## Main filter | |||
391 | <li> |
|
400 | <li> | |
392 | <div class="menulabel main_filter_box"> |
|
401 | <div class="menulabel main_filter_box"> | |
393 | <div class="main_filter_input_box"> |
|
402 | <div class="main_filter_input_box"> |
General Comments 0
You need to be logged in to leave comments.
Login now