Skip to content

Commit

Permalink
CSS for flags (#21254)
Browse files Browse the repository at this point in the history
Fix for #13678 reported by @gwsdesk
  • Loading branch information
brianteeman authored and Michael Babker committed Jul 25, 2018
1 parent dbb668c commit 343c1b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/protostar/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -7736,6 +7736,9 @@ ul.manager .height-50 .icon-folder-2 {
.finder-selects {
margin: 0 15px 15px 0;
}
.header-search .mod-languages ul {
margin: 0 0 5px 0;
}
.rtl .navigation .nav-child {
left: auto;
right: 0;
Expand Down
4 changes: 4 additions & 0 deletions templates/protostar/less/template.less
Original file line number Diff line number Diff line change
Expand Up @@ -736,4 +736,8 @@ ul.manager .height-50 .icon-folder-2 {
margin: 0 15px 15px 0;
}

/* mod_search in position-0 */
.header-search .mod-languages ul {
margin: 0 0 5px 0;
}
@import "template_rtl.less"; // Specific for rtl. Always load last.

0 comments on commit 343c1b4

Please sign in to comment.