View | Details | Raw Unified | Return to bug 9584
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-20 lines)
Lines 1718-1742 div.lang { Link Here
1718
   position: fixed;
1718
   position: fixed;
1719
  }
1719
  }
1720
 }
1720
 }
1721
 
1722
 * html body{
1723
  overflow:hidden;
1724
 } 
1725
 
1726
 * html div#doc1{
1727
  height:100%;
1728
  overflow:auto;
1729
 }
1730
  
1731
 * html div#doc2{
1732
  height:100%;
1733
  overflow:auto;
1734
 }
1735
  
1736
 * html div#doc3{
1737
  height:100%;
1738
  overflow:auto;
1739
 }
1740
1721
1741
#CheckAll, #CheckNone, #CheckPending {
1722
#CheckAll, #CheckNone, #CheckPending {
1742
	font-weight : normal;
1723
	font-weight : normal;
1743
- 

Return to bug 9584