Organise pictos icons

This commit is contained in:
James Allen 2014-02-13 15:10:49 +00:00
parent 754ecaca3c
commit e3a2c6ce49
7 changed files with 7 additions and 7 deletions

View file

Before

Width:  |  Height:  |  Size: 428 B

After

Width:  |  Height:  |  Size: 428 B

View file

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 343 B

View file

Before

Width:  |  Height:  |  Size: 486 B

After

Width:  |  Height:  |  Size: 486 B

View file

Before

Width:  |  Height:  |  Size: 363 B

After

Width:  |  Height:  |  Size: 363 B

View file

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 415 B

View file

Before

Width:  |  Height:  |  Size: 363 B

After

Width:  |  Height:  |  Size: 363 B

View file

@ -98,22 +98,22 @@ body.editor {
height: 40px;
}
a.code-tab {
background-image: url(/img/icons/16/code.png);
background-image: url(/img/pictos/code.png);
}
a.history-tab {
background-image: url(/img/icons/16/history.png);
background-image: url(/img/pictos/history.png);
}
a.settings-tab, a.account-settings-tab {
background-image: url(/img/icons/16/settings.png);
background-image: url(/img/pictos/settings.png);
}
a.collaborators-tab {
background-image: url(/img/icons/16/collaborators.png);
background-image: url(/img/pictos/collaborators.png);
}
a.project-list-tab {
background-image: url(/img/icons/16/projects.png);
background-image: url(/img/pictos/projects.png);
}
a.subscription-tab {
background-image: url(/img/icons/16/subscription.png);
background-image: url(/img/pictos/subscription.png);
}
#toolbar-footer {
@ -270,7 +270,7 @@ body.editor {
}
.not-compiled-yet-message {
padding: 9px;
background: url(/img/arrow-up.png) 20px 7px no-repeat;
background: url(/img/silk/arrow-up.png) 20px 7px no-repeat;
padding-left: 43px;
font-size: 16px;
}