Skip to content

Commit

Permalink
css fix for Language Switch (ref #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed Jul 14, 2013
1 parent 0d68cf6 commit 696c855
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions css/style.less
Expand Up @@ -392,6 +392,22 @@ input, textarea, select {
// Plugins
// -------------------------

.pwg-button-text {
display: none;
}

.pwg-icon {
background-image: none;
background-repeat: no-repeat;
display: inline-block;
height: 26px;
overflow: hidden;
text-indent: -9999px;
vertical-align: bottom;
width: 26px;
cursor: pointer;
}

// Language Switch
.menuf .flags {border: 0 !important;}
.flag-pan { border:2px solid @secondaryColor; background-color: @bodyBackground; }
Expand Down
2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

0 comments on commit 696c855

Please sign in to comment.