[IMP] base_import: simplify styling of looks button

bzr revid: xmo@openerp.com-20121010112731-flw3bkijm229mr53
This commit is contained in:
Xavier Morel 2012-10-10 13:27:31 +02:00
parent 4dd9a0529e
commit f8a29989c8
2 changed files with 3 additions and 20 deletions

View File

@ -60,22 +60,3 @@
.oe_import_selector li {
margin: 0; padding: 0;
}
.oe_import .oe_import_file_reload {
font-size: 1px;
letter-spacing: -1px;
color: transparent;
font-weight: normal;
position: relative;
padding: 0;
height: 19px;
width: 20px;
}
.oe_import .oe_import_file_reload:before {
font: 26px "mnmliconsRegular";
content: "Q";
color: #4C4C4C;
position: absolute;
top: -6px;
left: 2px;
}

View File

@ -24,7 +24,9 @@
<label t-attf-for="file_#{_id}" autofocus="autofocus">CSV File:</label>
<input type="file" id-attf-id="file_#{_id}"
name="file" class="oe_import_file"/>
<button type="button" class="oe_import_file_reload">Reload File</button>
<button type="button" class="oe_import_file_reload">
<img src="/web/static/src/img/icons/gtk-refresh.png"/>
</button>
<div class="oe_import_with_file">
<a href="#" class="oe_import_toggle">
File Format Options…</a>