Merge branch 'spis-master' into 'master'
spis-master: SPR-908 See merge request !74
This commit is contained in:
commit
3c819177e9
9 changed files with 65 additions and 64 deletions
|
@ -205,8 +205,8 @@
|
|||
span.ico {
|
||||
position: relative;
|
||||
display: table-cell;
|
||||
width: @menu-margin;
|
||||
min-width: @menu-margin;
|
||||
width: (@menu-margin - .1);
|
||||
min-width: (@menu-margin - .1);
|
||||
height: @icon-size;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
|
|
|
@ -157,7 +157,6 @@
|
|||
}
|
||||
|
||||
&.active {
|
||||
|
||||
> a {
|
||||
cursor: default;
|
||||
background-color: @ini_background;
|
||||
|
@ -377,9 +376,9 @@
|
|||
vertical-align: text-top;
|
||||
|
||||
button {
|
||||
background: @ini_existing;
|
||||
border-color: @ini_existing;
|
||||
color: @ini_background;
|
||||
background: @ini_button_background;
|
||||
border-color: @ini_button_background;
|
||||
color: @ini_button_color;
|
||||
font-size: @font-size-small;
|
||||
padding: .2em .3em;
|
||||
|
||||
|
@ -396,8 +395,8 @@
|
|||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
background: @ini_background;
|
||||
color: @ini_existing;
|
||||
background: @ini_button_color;
|
||||
color: @ini_button_background;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
> a {
|
||||
display: block;
|
||||
width: auto;
|
||||
min-width: (@toggle-size + .25);
|
||||
min-height: @toggle-size;
|
||||
overflow: hidden;
|
||||
border: 1px solid @wikiicons-border;
|
||||
|
@ -71,20 +72,11 @@
|
|||
@media @screen_md-xlg {
|
||||
padding-top: .14rem;
|
||||
}
|
||||
|
||||
@media @screen_only-lg {
|
||||
min-width: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* !!! &.user-task FIND in plugins/do_tasks.less !!! */
|
||||
/* !!! &.user-task FIND in plugins/do_tasks.less !!! */
|
||||
|
||||
&.user {
|
||||
@space-min-xxlg: .35rem;
|
||||
@space-max-xxlg: .4rem;
|
||||
@space-max-xlg: .5rem;
|
||||
@space-max-md: .35rem;
|
||||
|
||||
position: relative;
|
||||
display: table-cell;
|
||||
background-color: @ini_background_site;
|
||||
|
@ -93,36 +85,34 @@
|
|||
color: @ini_text_webframe;
|
||||
padding-right: .3rem;
|
||||
|
||||
@media @screen_min-xxlg {
|
||||
padding-top: @space-min-xxlg;
|
||||
}
|
||||
|
||||
@media @screen_max-xxlg {
|
||||
padding-top: @space-max-xxlg;
|
||||
}
|
||||
|
||||
@media @screen_max-xlg {
|
||||
padding-top: @space-max-xlg;
|
||||
@media @screen_min-md {
|
||||
padding-top: .35rem;
|
||||
}
|
||||
|
||||
@media @screen_max-md {
|
||||
min-height: @toggle-size;
|
||||
padding-top: @space-max-md;
|
||||
padding-top: .3rem;
|
||||
}
|
||||
|
||||
@media @screen_max-sm {
|
||||
padding-top: .35rem;
|
||||
}
|
||||
|
||||
@media @screen_max-xs {
|
||||
position: absolute;
|
||||
top: @headericons-margin-xxs;
|
||||
right: (@toggle-size + @headericons-margin-xxs + @space-max-xlg + .5); // 1.75rem + .45 + .5 + (button login/out margin-right)
|
||||
right: (@toggle-size + @headericons-margin-xxs + 1); // 1.75rem + 1 + (button login/out margin-right)
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
margin: -1px 0 0;
|
||||
padding-top: .4rem;
|
||||
}
|
||||
|
||||
@media @screen_max-xxs {
|
||||
left: -10px;
|
||||
right: (@toggle-size + @headericons-margin-xxs); // 1.75rem + .45rem
|
||||
width: auto;
|
||||
padding-top: .35rem;
|
||||
}
|
||||
|
||||
> a {
|
||||
|
@ -130,7 +120,6 @@
|
|||
.align-items();
|
||||
|
||||
position: relative;
|
||||
min-height: 26px;
|
||||
height: 1rem; // for IE11
|
||||
overflow: visible;
|
||||
background: @ini_nav_menu_hover_bg; // for removing bg-image
|
||||
|
@ -141,29 +130,27 @@
|
|||
margin-right: -.3rem;
|
||||
padding: 0 .2em 0 0;
|
||||
|
||||
@media @screen_only-xlg {
|
||||
padding-bottom: .1em;
|
||||
}
|
||||
|
||||
@media @screen_min-xxlg {
|
||||
margin-top: -(@space-min-xxlg);
|
||||
min-height: (@toggle-size - .1);
|
||||
margin-top: -.4rem;
|
||||
}
|
||||
|
||||
@media @screen_max-xxlg {
|
||||
margin-top: -(@space-max-xxlg);
|
||||
}
|
||||
|
||||
@media @screen_max-xlg {
|
||||
margin-top: -(@space-max-xlg);
|
||||
min-height: (@toggle-size - .15);
|
||||
margin-top: -.35rem;
|
||||
}
|
||||
|
||||
@media @screen_max-md {
|
||||
min-height: (@toggle-size - .1);
|
||||
margin-top: -(@space-max-md);
|
||||
margin-top: -.35rem;
|
||||
}
|
||||
|
||||
@media @screen_max-xxs {
|
||||
min-height: (@toggle-size - .15);
|
||||
@media @screen_max-sm {
|
||||
margin-top: -.35rem;
|
||||
}
|
||||
|
||||
@media @screen_max-xs {
|
||||
margin-top: -.4rem;
|
||||
}
|
||||
|
||||
&::before {
|
||||
|
@ -188,7 +175,7 @@
|
|||
|
||||
&::before {
|
||||
opacity: 1;
|
||||
border-color: @ini_nav_menu_hover_bg;
|
||||
border-color: @ini_nav_menu_hover_color;
|
||||
}
|
||||
|
||||
bdi,
|
||||
|
@ -246,10 +233,6 @@
|
|||
line-height: 1;
|
||||
text-decoration: none;
|
||||
|
||||
@media @screen_md-xlg {
|
||||
min-width: 2rem;
|
||||
}
|
||||
|
||||
&::before {
|
||||
.center-middle();
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
/* + + + toggle out + + + */
|
||||
.wide-content & {
|
||||
left: -1px;
|
||||
left: 0;
|
||||
|
||||
a {
|
||||
background-color: @ini_button_background;
|
||||
|
|
|
@ -79,6 +79,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.qc-output {
|
||||
z-index: 1; // put qc-output above meta-box
|
||||
}
|
||||
|
||||
#spr__meta-box {
|
||||
z-index: 1; // put meta-box above positioned content-elements such as aggregations, edit-buttons
|
||||
ul.meta-tabs > li.active {
|
||||
|
|
|
@ -38,7 +38,7 @@ ul.page-attributes {
|
|||
|
||||
.plugin__do_usertasks {
|
||||
width: 100%;
|
||||
min-width: @toggle-size;
|
||||
min-width: (@toggle-size + .25);
|
||||
min-height: @toggle-size;
|
||||
border-radius: @ini_default_border_radius;
|
||||
border: 1px solid @wikiicons-border;
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
max-width: 50%;
|
||||
}
|
||||
|
||||
select[name="mmissues"] + div.chosen-container {
|
||||
max-width: 67%;
|
||||
}
|
||||
|
||||
button[name="toggleSuggestions"] {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
|
|
@ -31,33 +31,29 @@
|
|||
|
||||
/* + + + + + slideout output + + + + + */
|
||||
.qc-output {
|
||||
position: relative;
|
||||
min-width: 100%;
|
||||
width: auto;
|
||||
background-color: @ini_background !important;
|
||||
font-size: 90%;
|
||||
box-shadow: @box-shadow-bottom;
|
||||
border-bottom: solid 1px @ini_border_light;
|
||||
margin-bottom: 0;
|
||||
|
||||
h2 {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
h4, h5, h6 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
padding-top: 0 !important; // for JS overwrite
|
||||
|
||||
@media @screen_min-xxs {
|
||||
margin-top: -(@margin-default + 1);
|
||||
margin-right: -(@margin-default);
|
||||
margin-left: -(@margin-default);
|
||||
padding-left: @margin-default;
|
||||
padding-right: @margin-default;
|
||||
}
|
||||
|
||||
@media @screen_min-md {
|
||||
top: -(@margin-small);
|
||||
}
|
||||
|
||||
@media @screen_max-md {
|
||||
top: 0;
|
||||
margin-top: -(@page_padding-top + 2);
|
||||
margin-right: -(@margin-default * 1.6);
|
||||
margin-left: -(@margin-default);
|
||||
|
@ -70,6 +66,21 @@
|
|||
padding-right: @margin-default;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@media @screen_min-md {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
h4, h5, h6 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
div,
|
||||
p {
|
||||
margin-left: 0;
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
fill: @ini_nav_menu_hover_bg;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -42,6 +41,7 @@ nav.nav-starred {
|
|||
|
||||
svg {
|
||||
vertical-align: text-top;
|
||||
fill: @ini_nav_menu_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue