Adding the possibility of changing language

This commit is contained in:
Pablo Luna
2011-01-16 14:28:20 -03:00
parent 8ddb66eebb
commit 89b2a871e2
8 changed files with 292 additions and 4 deletions

View File

@@ -419,6 +419,19 @@ div#headerActions a:hover, div#headerActions a:active, div#headerActions a:link,
background: #A29BBF;
}
div.header_languages {
position:absolute;
right:0px;
top: 30px;
width:100px;
height:20px;
}
div.header_language_flag {
float:left;
margin-right:3px;
}
/*--- Modal Dialog Form ---*/
div.modalDialog {
padding: 15px 30px;