New editbar buttons.

This commit is contained in:
Tom Preston-Werner
2010-07-22 14:30:44 -07:00
parent 80518a4990
commit 792c682f1d
2 changed files with 7 additions and 7 deletions
+7 -7
View File
@@ -33,7 +33,7 @@
#editbar .button { #editbar .button {
width: 22px; width: 22px;
height: 22px; height: 22px;
background: url(/images/buttons.png); background: url(/images/editbar-buttons.png);
text-indent: -100px; text-indent: -100px;
cursor: pointer; cursor: pointer;
overflow: hidden; overflow: hidden;
@@ -43,27 +43,27 @@
} }
#editbar .bold { #editbar .bold {
background-position: 2px -142px; background-position: 4px 3px;
} }
#editbar .italic { #editbar .italic {
background-position: 2px -862px; background-position: 44px 3px;
} }
#editbar .link { #editbar .link {
background-position: 2px -1654px; background-position: 4px -77px;
} }
#editbar .image { #editbar .image {
background-position: 2px -1438px; background-position: 44px -77px;
} }
#editbar .ul { #editbar .ul {
background-position: 2px -1366px; background-position: 4px -37px;
} }
#editbar .ol { #editbar .ol {
background-position: 2px -1078px; background-position: 44px -37px;
} }
#editbar .tab { #editbar .tab {
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB