summaryrefslogtreecommitdiff
path: root/ishtar_common/static/media/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/static/media/style.css')
-rw-r--r--ishtar_common/static/media/style.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css
index d9bcd73e7..a219160f2 100644
--- a/ishtar_common/static/media/style.css
+++ b/ishtar_common/static/media/style.css
@@ -133,16 +133,18 @@ div.nav-button{
div#header{
width:100%;
- text-align:center;
+ text-align:left;
font-size: 0.9em;
background-color: #EEE;
border-bottom:1px solid #CCC;
margin-bottom:10px;
+ line-height:30px;
+ padding:0 20px;
}
div#logo{
width:200px;
- top:30px;
+ top:40px;
left:30px;
padding-top:90px;
position:absolute;
@@ -151,6 +153,17 @@ div#logo{
background-repeat:no-repeat;
}
+div#language_form_div{
+ position:absolute;
+ right:0;
+ top:0;
+ padding:2px 20px;
+}
+
+div#language_form_div label{
+ display:inline;
+}
+
div#context_menu{
height:110px;
margin-left:200px;