[IMP] Afterall the clock icon does not reflect that there's a problem. Reverting to alert icon

bzr revid: fme@openerp.com-20121129223704-pbvw818xt6a3cmmn
This commit is contained in:
Fabien Meghazi 2012-11-29 23:37:04 +01:00
parent 55b76fca12
commit 40a383df01
3 changed files with 3 additions and 2 deletions

View File

@ -807,6 +807,7 @@
}
.openerp .oe_timezone_systray span {
margin-top: 1px;
background-color: #f6cf3b;
}
.openerp .oe_login {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKUlEQVQIHWO8e/fufwYsgAUkJigoiCIF5DMyoYggcUiXgNnBiGQKmAkARpcEQeriln4AAAAASUVORK5CYII=);

View File

@ -685,7 +685,7 @@ $sheet-padding: 16px
.oe_timezone_systray
span
margin-top: 1px
//background-color: white
background-color: #f6cf3b
// }}}
// Login {{{
.oe_login

View File

@ -464,7 +464,7 @@
</t>
<t t-name="WebClient.timezone_systray">
<div class="oe_topbar_item oe_timezone_systray" title="Timezone mismatch">
<span class="ui-icon ui-state-error ui-icon-clock"/>
<span class="ui-icon ui-state-error ui-icon-alert"/>
</div>
</t>