Plugin Directory

Changeset 1472023


Ignore:
Timestamp:
08/11/2016 06:14:43 AM (10 years ago)
Author:
ughimire1
Message:

icon added

Location:
patro/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • patro/trunk/css/patro.css

    r1471996 r1472023  
    2323#NepaliPatro .Next:hover, #NepaliPatro .Prev:hover {
    2424
    25     background: #004DFF;
    2625    color: #fff;
    2726
     
    101100    cursor: pointer;
    102101}
     102
     103th.Next {
     104
     105    background: url("../images/next.png") no-repeat center;
     106}
     107
     108th.Next:hover {
     109    background: url("../images/next_hover.png") no-repeat center;
     110
     111}
     112
     113th.Prev {
     114
     115    background: url("../images/prev.png") no-repeat center;
     116}
     117
     118th.Prev:hover {
     119    background: url("../images/prev_hover.png") no-repeat center;
     120
     121}
  • patro/trunk/js/patro.js

    r1471996 r1472023  
    6161                var PatroLang = {
    6262                    //Prev: "अघि",
    63                     Prev: "<<",
     63                    Prev: " ",
    6464                    CurrentMonth: "वैशाख",
    65                     Next: ">>",
     65                    Next: " ",
    6666                    //Next: "पछि",
    6767                    FirstDay: "आईत",
Note: See TracChangeset for help on using the changeset viewer.