[REM] Removed old footer styles

bzr revid: fme@openerp.com-20120228145555-e69lvw1761o0jnn4
This commit is contained in:
Fabien Meghazi 2012-02-28 15:55:55 +01:00
parent 74efca03cc
commit 3806bb042a
1 changed files with 0 additions and 24 deletions

View File

@ -385,30 +385,6 @@ label.error {
min-height: 100%\9;
}
/* Footer */
.openerp div.oe_footer {
background: none repeat scroll 0 0 #CCCCCC;
overflow: hidden;
padding: 5px 0;
position: relative;
-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
}
.openerp div.oe_footer p.oe_footer_powered {
left: 50%;
margin: 0;
padding: 0 15px;
color: #666666;
font-weight: bold;
font-size: 0.8em;
text-align: center;
}
.openerp div.oe_footer p.oe_footer_powered a {
text-decoration: none;
color: #666666;
}
/* Main Application */
.openerp .oe-main-content {