~jfb-tempo-consulting/unifield-web/jfb-int2

« back to all changes in this revision

Viewing changes to addons/openerp/static/css/screen.css

  • Committer: jf
  • Date: 2022-05-10 09:59:05 UTC
  • mfrom: (5033.1.2 banner-help-web)
  • Revision ID: jfb@tempo-consulting.fr-20220510095905-ckd2063tpoa1jsfq
Tags: uf25.0rc1
US-9815 [IMP] Link to User Manual, shorcut banner replaced by User Manual message

lp:~jfb-tempo-consulting/unifield-web/US-9815

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
    text-indent: 0;
279
279
}
280
280
 
 
281
#corner ul.tools li a.user_manuals {
 
282
    background-position: -94px 0;
 
283
}
 
284
 
 
285
#corner ul.tools li a.user_manuals:hover {
 
286
    background-position: -94px -34px;
 
287
}
 
288
 
281
289
#corner ul.tools li a.home {
282
290
    background-position: -22px 0;
283
291
}
2470
2478
#rr-chrono .hlt {
2471
2479
  width: 25%;
2472
2480
}
 
2481
 
 
2482
#help_banner_icon {
 
2483
    width: 26px;
 
2484
    height: 35px;
 
2485
    overflow: hidden;
 
2486
    background: url(../images/top-tools-a.png) no-repeat;
 
2487
    display:inline-block;
 
2488
    background-position: -94px 1px;
 
2489
    vertical-align: middle;
 
2490
}