Move nide images into one folder

This commit is contained in:
James Allen 2014-02-13 15:35:44 +00:00
parent e3a2c6ce49
commit 6eff979e2a
8 changed files with 6 additions and 6 deletions

View file

@ -40,11 +40,11 @@
ul.dropdown-menu ul.dropdown-menu
li li
a.js-new-file(href="#") a.js-new-file(href="#")
img(src="/img/doc.png") img(src="/img/nide/doc.png")
| New File | New File
li li
a.js-new-folder(href="#") a.js-new-folder(href="#")
img(src="/img/folder.png") img(src="/img/nide/folder.png")
| New Folder | New Folder
li li
a.js-upload-file(href="#") a.js-upload-file(href="#")
@ -70,8 +70,8 @@
script(type="text/template")#folderTemplate script(type="text/template")#folderTemplate
.entity-list-item(class="entity-{{ type }}", entity-type="{{ type }}", id="{{ id }}") .entity-list-item(class="entity-{{ type }}", entity-type="{{ type }}", id="{{ id }}")
.toggle.js-toggle .toggle.js-toggle
img(src="/img/right-arrow.png").js-closed img(src="/img/nide/right-arrow.png").js-closed
img(src="/img/down-arrow.png").js-open img(src="/img/nide/down-arrow.png").js-open
.clickable.js-clickable .clickable.js-clickable
i(class="sprite-{{ type }}") i(class="sprite-{{ type }}")
span.name {{ name }} span.name {{ name }}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

Before

Width:  |  Height:  |  Size: 232 B

After

Width:  |  Height:  |  Size: 232 B

View file

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

Before

Width:  |  Height:  |  Size: 236 B

After

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 B

View file

@ -801,7 +801,7 @@ i[class*="sprite-"] {
} }
.sprite-folder { .sprite-folder {
background-image: url(/img/folder.png); background-image: url(/img/nide/folder.png);
} }
.sprite-project { .sprite-project {
background-image: url(/img/project.png); background-image: url(/img/project.png);
@ -810,7 +810,7 @@ i[class*="sprite-"] {
background-image: url(/img/file.png); background-image: url(/img/file.png);
} }
.sprite-doc { .sprite-doc {
background-image: url(/img/doc.png); background-image: url(/img/nide/doc.png);
} }
.hotkeys { .hotkeys {