Revision 99e63a25

b/ui/static/main.css
819 819

  
820 820
a#standard, a#list, a#single {
821 821
    text-decoration: none;
822
    height: 27px;
823
    width: 33px;
824
    padding: 0px 9px;
822
    height: 15px;
823
    width: 17px;
824
    padding: 0px 8px 0 9px;
825 825
    font-size: 11px;
826 826
}
827 827

  
......
838 838
}
839 839

  
840 840
a#standard {
841
    background: url(/static/icon-view.png) no-repeat -34px 0;
841
    background: url(/static/icon-view.png) no-repeat -36px 0;
842 842
}
843 843

  
844 844
a#list {
845
    background: url(/static/list-view.png) no-repeat -34px 0;
845
    background: url(/static/list-view.png) no-repeat -36px 0;
846 846
}
847 847

  
848 848
a#single {
849
    background: url(/static/single-view.png) no-repeat -34px 0;
849
    background: url(/static/single-view.png) no-repeat -36px 0;
850 850
}
851 851

  
852 852
a#standard:hover {
853
    background: url(/static/icon-view.png) no-repeat -17px 0;
853
    background: url(/static/icon-view.png) no-repeat -18px 0;
854 854
}
855 855

  
856 856
a#list:hover {
857
    background: url(/static/list-view.png) no-repeat -17px 0;
857
    background: url(/static/list-view.png) no-repeat -18px 0;
858 858
}
859 859

  
860 860
a#single:hover {
861
    background: url(/static/single-view.png) no-repeat -17px 0;
861
    background: url(/static/single-view.png) no-repeat -18px 0;
862 862
}
863 863

  
864 864
a#standard.activelink {

Also available in: Unified diff