Skip to content

Commit 047f58a

Browse files
committed
timestamp for sprite.png and templates.js
1 parent 6ea0061 commit 047f58a

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

web/css/file_manager.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ body { margin: 0; padding: 0; }
33

44
.l-logo {
55
background-color: #7B7B7B;
6-
background-image: url("/images/sprite.png");
6+
background-image: url("/images/sprite.png?1446554103");
77
background-position: -117px -57px;
88
background-repeat: no-repeat;
99
border: 9px solid #7B7B7B;
@@ -475,7 +475,7 @@ ul.listing { list-style-type: none; padding: 18px 0 0; margin: -4px 0 0 -1px; b
475475
}
476476

477477
.progress-container .progress-elm .close {
478-
background: rgba(0, 0, 0, 0) url("/images/sprite.png") repeat scroll -428px -487px;
478+
background: rgba(0, 0, 0, 0) url("/images/sprite.png?1446554103") repeat scroll -428px -487px;
479479
cursor: pointer;
480480
display: inline-block;
481481
float: right;
@@ -506,7 +506,7 @@ ul.listing { list-style-type: none; padding: 18px 0 0; margin: -4px 0 0 -1px; b
506506
}
507507
/*W
508508
.check-label::before {
509-
background-image: url("/images/sprite.png");
509+
background-image: url("/images/sprite.png?1446554103");
510510
background-position: -232px -9px;
511511
background-repeat: no-repeat;
512512
background-size: 450px auto;
@@ -659,7 +659,7 @@ input[type="checkbox"] {
659659
line-height: 30px;
660660
}
661661
.shortcuts .close {
662-
background: url("/images/sprite.png") repeat scroll -408px -469px;
662+
background: url("/images/sprite.png?1446554103") repeat scroll -408px -469px;
663663
cursor: pointer;
664664
display: inline-block;
665665
float: right;
@@ -716,7 +716,7 @@ input[type="checkbox"] {
716716
.l-icon-shortcuts {
717717
display: inline-block;
718718
vertical-align: middle;
719-
background-image: url("/images/sprite.png");
719+
background-image: url("/images/sprite.png?1446554103");
720720
width: 35px;
721721
height: 35px;
722722
background-position: -122px -283px;

web/css/styles.min.css

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ a {
629629
left: 0;
630630
top: 0;
631631
display: inline-block;
632-
background-image: url("/images/sprite.png");
632+
background-image: url("/images/sprite.png?1446554103");
633633
background-size: 450px auto;
634634
background-repeat: no-repeat;
635635
background-position: -232px -9px;
@@ -656,7 +656,7 @@ input[type="checkbox"] {
656656
}
657657

658658
.l-logo {
659-
background-image: url("/images/sprite.png");
659+
background-image: url("/images/sprite.png?1446554103");
660660
background-position: -117px -7px;
661661
background-repeat: no-repeat;
662662
display: inline-block;
@@ -778,7 +778,7 @@ input[type="checkbox"] {
778778
}
779779

780780
.l-profile__notifications {
781-
background: url("/images/sprite.png") no-repeat scroll -129px -135px;
781+
background: url("/images/sprite.png?1446554103") no-repeat scroll -129px -135px;
782782
border-radius: 30px;
783783
color: #fff;
784784
cursor: pointer;
@@ -896,7 +896,7 @@ input[type="checkbox"] {
896896
.notification-container .icon.starred {
897897
display: inline-block;
898898
width: 21px;
899-
background: url("/images/sprite.png") repeat scroll -184px 556px;
899+
background: url("/images/sprite.png?1446554103") repeat scroll -184px 556px;
900900
}
901901

902902

@@ -1008,7 +1008,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
10081008
margin-top: 215px;
10091009
}
10101010
.l-sort__create-btn {
1011-
background-image: url("/images/sprite.png");
1011+
background-image: url("/images/sprite.png?1446554103");
10121012
background-position: -331px -107px;
10131013
background-repeat: no-repeat;
10141014
bottom: -23px;
@@ -1076,15 +1076,15 @@ div.l-content > div.l-separator:nth-of-type(4) {
10761076
padding: 12px;
10771077
}
10781078
.context-menu.sort-order span.name {
1079-
background: url("/images/sprite.png") no-repeat scroll -292px -361px rgba(0, 0, 0, 0);
1079+
background: url("/images/sprite.png?1446554103") no-repeat scroll -292px -361px rgba(0, 0, 0, 0);
10801080
display: inline-block;
10811081
padding: 12px 28px 12px 12px;
10821082
width: 117px;
10831083
text-transform: uppercase;
10841084
font-weight: bold;
10851085
}
10861086
.context-menu.sort-order span.up {
1087-
background: url("/images/sprite.png") no-repeat scroll -434px -417px rgba(0, 0, 0, 0);
1087+
background: url("/images/sprite.png?1446554103") no-repeat scroll -434px -417px rgba(0, 0, 0, 0);
10881088
display: inline-block;
10891089
padding: 12px 14px;
10901090
width: 16px;
@@ -1170,7 +1170,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
11701170
float: left;
11711171
width: 30px;
11721172
height: 30px;
1173-
background-image: url("/images/sprite.png");
1173+
background-image: url("/images/sprite.png?1446554103");
11741174
background-position: -333px -1px;
11751175
border: none;
11761176
}
@@ -1191,7 +1191,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
11911191
float: left;
11921192
width: 25px;
11931193
height: 25px;
1194-
background-image: url("/images/sprite.png");
1194+
background-image: url("/images/sprite.png?1446554103");
11951195
background-position: -333px -37px;
11961196
border: none;
11971197
}
@@ -1244,7 +1244,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
12441244

12451245
.l-select:after {
12461246
pointer-events: none;
1247-
background-image: url("/images/sprite.png");
1247+
background-image: url("/images/sprite.png?1446554103");
12481248
background-position: -245px -175px;
12491249
width: 7px;
12501250
height: 4px;
@@ -1582,7 +1582,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
15821582
position: relative;
15831583
}
15841584
.actions-panel__col i {
1585-
background-image: url("/images/sprite.png");
1585+
background-image: url("/images/sprite.png?1446554103");
15861586
background-repeat: no-repeat;
15871587
display: inline-block;
15881588
float: right;
@@ -2009,7 +2009,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
20092009
.l-icon-up-arrow, .l-icon-down-arrow, .l-icon-star, .l-icon-to-top, .l-icon-shortcuts, .l-icon-star-orange, .l-icon-star-blue {
20102010
display: inline-block;
20112011
vertical-align: middle;
2012-
background-image: url("/images/sprite.png");
2012+
background-image: url("/images/sprite.png?1446554103");
20132013
}
20142014

20152015
.l-icon-down-arrow {
@@ -2367,7 +2367,7 @@ label {
23672367
margin: 2px 6px 0 0;
23682368
min-width: 138px;
23692369
padding: 8px 1px 6px 10px;
2370-
background-image: url("/images/sprite.png");
2370+
background-image: url("/images/sprite.png?1446554103");
23712371
background-position: -185px -604px;
23722372
width: 270px;
23732373
appearance:none;
@@ -2780,7 +2780,7 @@ form#vstobjects.suspended {
27802780
#add-icon {
27812781
width: 45px;
27822782
height: 45px;
2783-
background-image: url("/images/sprite.png");
2783+
background-image: url("/images/sprite.png?1446554103");
27842784
background-position: -378px -107px;
27852785
background-repeat: no-repeat;
27862786
display: inline-block;
@@ -2919,7 +2919,7 @@ form#vstobjects.suspended {
29192919
letter-spacing: 3px;
29202920
}
29212921
.shortcuts .close {
2922-
background: url("/images/sprite.png") repeat scroll -408px -469px;
2922+
background: url("/images/sprite.png?1446554103") repeat scroll -408px -469px;
29232923
cursor: pointer;
29242924
display: inline-block;
29252925
float: right;

web/templates/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
})
5858

5959
</script>
60-
<script type="text/javascript" src="/js/app.js"></script>
61-
<script type="text/javascript" src="/js/templates.js"></script>
60+
<script type="text/javascript" src="/js/app.js?1446554103"></script>
61+
<script type="text/javascript" src="/js/templates.js?1446554103"></script>
6262
<!-- script type="text/javascript" src="/js/i18n.js.php"></script -->
6363
</head>
6464
<body class="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?>">

0 commit comments

Comments
 (0)