mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
timestamp for sprite.png and templates.js
This commit is contained in:
parent
6ea0061476
commit
047f58a566
3 changed files with 22 additions and 22 deletions
|
@ -3,7 +3,7 @@ body { margin: 0; padding: 0; }
|
|||
|
||||
.l-logo {
|
||||
background-color: #7B7B7B;
|
||||
background-image: url("/images/sprite.png");
|
||||
background-image: url("/images/sprite.png?1446554103");
|
||||
background-position: -117px -57px;
|
||||
background-repeat: no-repeat;
|
||||
border: 9px solid #7B7B7B;
|
||||
|
@ -475,7 +475,7 @@ ul.listing { list-style-type: none; padding: 18px 0 0; margin: -4px 0 0 -1px; b
|
|||
}
|
||||
|
||||
.progress-container .progress-elm .close {
|
||||
background: rgba(0, 0, 0, 0) url("/images/sprite.png") repeat scroll -428px -487px;
|
||||
background: rgba(0, 0, 0, 0) url("/images/sprite.png?1446554103") repeat scroll -428px -487px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
|
@ -506,7 +506,7 @@ ul.listing { list-style-type: none; padding: 18px 0 0; margin: -4px 0 0 -1px; b
|
|||
}
|
||||
/*W
|
||||
.check-label::before {
|
||||
background-image: url("/images/sprite.png");
|
||||
background-image: url("/images/sprite.png?1446554103");
|
||||
background-position: -232px -9px;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 450px auto;
|
||||
|
@ -659,7 +659,7 @@ input[type="checkbox"] {
|
|||
line-height: 30px;
|
||||
}
|
||||
.shortcuts .close {
|
||||
background: url("/images/sprite.png") repeat scroll -408px -469px;
|
||||
background: url("/images/sprite.png?1446554103") repeat scroll -408px -469px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
|
@ -716,7 +716,7 @@ input[type="checkbox"] {
|
|||
.l-icon-shortcuts {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
background-image: url("/images/sprite.png");
|
||||
background-image: url("/images/sprite.png?1446554103");
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
background-position: -122px -283px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue