Commit 9a438e0c authored by Sven Franck's avatar Sven Franck

css: fixed flag positioning

parent d85e40e6
......@@ -254,7 +254,7 @@ html body .ui-btn.flag:after {
-webkit-background-size: 18px 36px;
background-image: url("../img/flags.png");
content: "";
margin-top: 11px !important;
/* margin-top: 11px !important; */
width: 18px;
height: 18px;
border-radius: .6em;
......@@ -262,7 +262,7 @@ html body .ui-btn.flag:after {
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
}
html body .ui-btn.flag.ui-icon-flag-cn:after {background-position: 0px 0px; }
html body .ui-btn.flag.ui-icon-flag-fr:after {background-position: 0px 0px; }
html body .ui-btn.flag.ui-icon-flag-en:after {background-position: 0px -18px; }
/* ====================== ribbon =================================== */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment