[IMP] Extend table to the whole chrome

bzr revid: fme@openerp.com-20120329143113-fhpks1tol8lso09s
This commit is contained in:
Fabien Meghazi 2012-03-29 16:31:13 +02:00
parent 952bcd667b
commit 948c888afb
3 changed files with 39 additions and 33 deletions

View File

@ -215,19 +215,7 @@
.openerp2 .oe_topbar .oe_topbar_avatar {
vertical-align: top;
}
.openerp2 .oe_user_menu {
float: right;
padding: 0;
margin: 0;
}
.openerp2 .oe_user_menu li {
list-style-type: none;
float: left;
}
.openerp2 .oe_user_menu .oe_dropdown {
position: relative;
}
.openerp2 .oe_user_menu .oe_dropdown_toggle:after {
.openerp2 .oe_topbar .oe_dropdown_toggle:after {
width: 0;
height: 0;
display: inline-block;
@ -242,6 +230,18 @@
filter: alpha(opacity=50);
opacity: 0.5;
}
.openerp2 .oe_user_menu {
float: right;
padding: 0;
margin: 0;
}
.openerp2 .oe_user_menu li {
list-style-type: none;
float: left;
}
.openerp2 .oe_user_menu .oe_dropdown {
position: relative;
}
.openerp2 .oe_user_menu .oe_dropdown_options {
float: left;
background: #333333;
@ -296,12 +296,13 @@
-box-shadow: none;
}
.openerp2 .oe_leftbar {
width: 221px;
width: 220px;
background: #f0eeee;
border-right: 1px solid #afafb6;
text-shadow: 0 1px 1px white;
}
.openerp2 a.oe_logo {
width: 220px;
display: block;
text-align: center;
height: 70px;
@ -469,6 +470,9 @@
height: 100%;
border-spacing: 0px;
}
.openerp2 .oe_application {
width: 100%;
}
.openerp2 .oe_application a {
color: #8a89ba;
}

View File

@ -191,18 +191,6 @@ $colour4: #8a89ba
@include radius(4px)
.oe_topbar_avatar
vertical-align: top
// }}}
// TopBarUserMenu {{{
.oe_user_menu
float: right
padding: 0
margin: 0
li
list-style-type: none
float: left
.oe_dropdown
position: relative
.oe_dropdown_toggle:after
width: 0
height: 0
@ -216,7 +204,17 @@ $colour4: #8a89ba
border-right: 4px solid transparent
border-top: 4px solid white
@include opacity(0.5)
// }}}
// TopBarUserMenu {{{
.oe_user_menu
float: right
padding: 0
margin: 0
li
list-style-type: none
float: left
.oe_dropdown
position: relative
.oe_dropdown_options
float: left
background: #333
@ -255,11 +253,12 @@ $colour4: #8a89ba
// }}}
// Leftbar {{{
.oe_leftbar
width: 221px
width: 220px
background: #f0eeee
border-right: 1px solid #afafb6
text-shadow: 0 1px 1px white
a.oe_logo
width: 220px
display: block
text-align: center
height: 70px
@ -396,6 +395,7 @@ $colour4: #8a89ba
// }}}
// Application to rename into action {{{
.oe_application
width: 100%
a
color: $colour4
&:hover

View File

@ -19,12 +19,14 @@
</t>
<t t-name="WebClient">
<div class="oe_webclient">
<div class="oe_topbar">
<div class="oe_menu_placeholder"/>
<div class="oe_user_menu_placeholder"/>
<div class="oe_systray"/>
</div>
<table class="oe_main">
<tr>
<td colspan="2" class="oe_topbar">
<div class="oe_menu_placeholder"/>
<div class="oe_user_menu_placeholder"/>
<div class="oe_systray"/>
</td>
</tr>
<tr>
<td class="oe_leftbar" valign="top">
<a href="#" class="oe_logo"><img t-att-src='_s + "/web/static/src/img/logo.png"'/></a>