[IMP] CSS improvement

bzr revid: fp@tinyerp.com-20120829190819-gl2q4d0d0xsbh2l3
This commit is contained in:
Fabien Pinckaers 2012-08-29 21:08:19 +02:00
parent 1fbec3ca40
commit d0261477f8
2 changed files with 11 additions and 1 deletions

View File

@ -69,6 +69,7 @@
display: none !important;
}
}
.openerp.openerp_webclient_container {
height: 100%;
position: relative;
@ -84,7 +85,7 @@
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
/* http://www.quirksmode.org/dom/inputfile.html
* http://stackoverflow.com/questions/2855589/replace-input-type-file-by-an-image
*/
*/ */
}
.openerp :-moz-placeholder {
color: #afafb6 !important;
@ -1949,6 +1950,11 @@
margin: 0 auto;
padding: 16px 0 48px;
}
.openerp .oe_form .oe_grey {
color: #aaaaaa;
max-width: 650px;
margin: 0 0 10px 0;
}
.openerp .oe_form div.oe_form_configuration div.oe_horizontal_separator {
margin: 12px 0 8px 0;
}

View File

@ -1516,6 +1516,10 @@ $sheet-max-width: 860px
max-width: $sheet-max-width
margin: 0 auto
padding: 16px 0 48px
.oe_grey
color: #aaa
max-width: 650px
margin: 0 0 10px 0
div.oe_form_configuration
div.oe_horizontal_separator
margin: 12px 0 8px 0