dokuwiki-template-sprintdoc.../css/plugins/magic-matcher.less
2017-01-04 10:38:40 +01:00

91 lines
2 KiB
Text
Executable file

/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* all media */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + + + + + + + + */
/* magic matcher bar with form on top of page */
#dokuwiki_magic-matcher {
position: fixed;
top: 0;
left: 0;
width: 100%;
#magicmatcher__context {
box-sizing: border-box;
background-color: __nav_direct_background__;
box-shadow: __box_shadow__;
border-radius: 0 0 __default_border_radius__ __default_border_radius__;
position: relative;
z-index: 100;
width: 100%;
min-height: @height-context-bar;
padding: .8em 1em .5em;
margin-bottom: 0;
.chosen-container-single {
.chosen-single span {
line-height: @line-height-bigger;
}
}
}
}
/* + + + + + in content + + + + + */
a.jiralink {
font-size: @font-size-default;
img {
float: left;
display: inline-block;
margin-top: 2px;
margin-right: 3px;
}
span.mm__status {
display: inline-block;
font-size: @font-size-default;
margin-left: 5px;
padding: 1px 4px;
}
}
/* + + + + + no js version + + + + + */
.no-js {
#dokuwiki_magic-matcher {
display: none;
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* max-width: 1023px */
@media @screen_max-lg {
#dokuwiki_magic-matcher {
#magicmatcher__context {
.chosen-container-single {
width: 20% !important;
+ select + .chosen-container-single {
width: 58% !important;
}
}
}
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* print */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media print {
#dokuwiki_magic-matcher {
display: none;
}
}