Skip to content

Commit

Permalink
CSS for flags
Browse files Browse the repository at this point in the history
Fix for #13678 reported by @gwsdesk
  • Loading branch information
brianteeman committed Jul 25, 2018
1 parent e6d6116 commit 386b9e6
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 @@ -7737,6 +7737,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 386b9e6

Please sign in to comment.