Adjust the alignment of the langbox's flags

This commit is contained in:
kytv
2011-06-19 08:45:29 +00:00
parent 4f722947e2
commit 6d59a64eed
2 changed files with 3 additions and 3 deletions

View File

@@ -782,7 +782,7 @@ button:active {
} }
.langbox { .langbox {
margin: 8px 2px 2px 5px; margin: -3px -4px 2px 5px;
padding: 7px 10px 5px 10px; padding: 7px 10px 5px 10px;
color: #EE9; color: #EE9;
font-size: 7pt; font-size: 7pt;

View File

@@ -766,10 +766,10 @@ p {
} }
.langbox { .langbox {
margin: 4px 0px 0px 5px; margin: 4px 5px 0px 5px;
color: #eef; color: #eef;
font-size: 7pt; font-size: 7pt;
width: 240px; width: auto;
text-align: center; text-align: center;
float: right; float: right;
vertical-align: middle; vertical-align: middle;