diff --git a/css/area_nav-usertools.less b/css/area_nav-usertools.less index a18909f..ef25bf5 100755 --- a/css/area_nav-usertools.less +++ b/css/area_nav-usertools.less @@ -82,6 +82,8 @@ } } + /* !!! &.user-task FIND in plugins/do_tasks.less !!! */ + &.user { @space-min-xxlg: .35rem; @space-max-xxlg: .4rem; @@ -91,7 +93,7 @@ position: relative; display: table-cell; 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 color: @ini_text_webframe; padding-right: .3rem; @@ -290,4 +292,4 @@ } } // a } // ul -} // nav-usertools \ No newline at end of file +} // nav-usertools diff --git a/css/plugins/do_tasks.less b/css/plugins/do_tasks.less index 445c426..6f63908 100755 --- a/css/plugins/do_tasks.less +++ b/css/plugins/do_tasks.less @@ -57,7 +57,8 @@ ul.page-attributes { svg { width: 20px; - margin-top: 2px; + height: 20px; // for IE 11 + margin-bottom: 2px; path { fill: @ini_nav_menu_hover_color; diff --git a/css/plugins/starred.less b/css/plugins/starred.less index a67610c..49758de 100644 --- a/css/plugins/starred.less +++ b/css/plugins/starred.less @@ -37,7 +37,7 @@ nav.nav-starred { margin-left: 0; svg { - vertical-align: middle; + vertical-align: text-top; } } }