New editbar buttons.
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user