SPR-908: QS - starred, do margin + ie: height

This commit is contained in:
Silke Pisulla 2017-05-05 14:14:52 +02:00
commit 852015903c
3 changed files with 7 additions and 4 deletions

View file

@ -82,6 +82,8 @@
} }
} }
/* !!! &.user-task FIND in plugins/do_tasks.less !!! */
&.user { &.user {
@space-min-xxlg: .35rem; @space-min-xxlg: .35rem;
@space-max-xxlg: .4rem; @space-max-xxlg: .4rem;
@ -91,7 +93,7 @@
position: relative; position: relative;
display: table-cell; display: table-cell;
background-color: @ini_background_site; background-color: @ini_background_site;
border: solid 1px @wikiicons-border; // @ini_border_light; border: solid 1px @wikiicons-border;
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
color: @ini_text_webframe; color: @ini_text_webframe;
padding-right: .3rem; padding-right: .3rem;
@ -290,4 +292,4 @@
} }
} // a } // a
} // ul } // ul
} // nav-usertools } // nav-usertools

View file

@ -57,7 +57,8 @@ ul.page-attributes {
svg { svg {
width: 20px; width: 20px;
margin-top: 2px; height: 20px; // for IE 11
margin-bottom: 2px;
path { path {
fill: @ini_nav_menu_hover_color; fill: @ini_nav_menu_hover_color;

View file

@ -37,7 +37,7 @@ nav.nav-starred {
margin-left: 0; margin-left: 0;
svg { svg {
vertical-align: middle; vertical-align: text-top;
} }
} }
} }