[IMP] misc chrome css

bzr revid: al@openerp.com-20120420182715-9w1aqwbmcvmvjrug
This commit is contained in:
Antony Lesuisse 2012-04-20 20:27:15 +02:00
parent 7ced323a0e
commit 6a982c9015
3 changed files with 16 additions and 4 deletions

View File

@ -107,6 +107,12 @@
.openerp .oe_wait {
cursor: wait;
}
.openerp .oe_fade {
color: #888888;
}
.openerp .oe_bold {
font-weight: bold;
}
.openerp a.button:link, .openerp a.button:visited, .openerp button, .openerp input[type='submit'] {
display: inline-block;
border: 1px solid #ababab;
@ -500,6 +506,7 @@
background: #f0eeee;
border-right: 1px solid #afafb6;
text-shadow: 0 1px 1px white;
padding-bottom: 16px;
}
.openerp a.oe_logo {
width: 220px;
@ -728,7 +735,7 @@
content: "&darr";
text-indent: -99999px;
vertical-align: top;
margin-left: -8px;
margin-left: -12px;
margin-top: 4px;
margin-right: 4px;
border-top: 4px solid transparent;

View File

@ -133,6 +133,11 @@ $colour4: #8a89ba
clear: both
.oe_wait
cursor: wait
.oe_fade
color: #888
//font-size: 12px
.oe_bold
font-weight: bold
// }}}
// Button style {{{
a.button:link, a.button:visited, button, input[type='submit']
@ -408,6 +413,7 @@ $colour4: #8a89ba
background: #f0eeee
border-right: 1px solid #afafb6
text-shadow: 0 1px 1px white
padding-bottom: 16px
a.oe_logo
width: 220px
display: block
@ -580,7 +586,7 @@ $colour4: #8a89ba
content: "&darr"
text-indent: -99999px
vertical-align: top
margin-left: -8px
margin-left: -12px
margin-top: 4px
margin-right: 4px
border-top: 4px solid transparent

View File

@ -731,8 +731,7 @@
<button type="button" class="oe_button oe_form_button_delete">Delete</button>
</span>
<span class="oe_form_buttons_edit">
<button type="button" class="oe_button oe_form_button_save">Save</button> or
<a href="#" class="oe_form_button_cancel">Discard</a>
<button type="button" class="oe_button oe_form_button_save">Save</button> <span class="oe_fade">or</span> <a href="#" class="oe_bold oe_form_button_cancel">Discard</a>
</span>
</t>
</div>