aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/css/pad2_ejs.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--etherpad/src/static/css/pad2_ejs.css29
1 files changed, 17 insertions, 12 deletions
diff --git a/etherpad/src/static/css/pad2_ejs.css b/etherpad/src/static/css/pad2_ejs.css
index 54db458..9da45a7 100644
--- a/etherpad/src/static/css/pad2_ejs.css
+++ b/etherpad/src/static/css/pad2_ejs.css
@@ -153,19 +153,19 @@ a#docbarslider { display: block; height: 0; padding-top: 30px; position: absolut
.hidesidebar #padeditor { margin-right: 0; }
#editbar { height: 36px;
- background: #a5bfe2 url(/static/img/jun09/pad/editbar3.gif) repeat-x left -36px; position: relative; }
+ background: #a5bfe2 url(/static/img/jun09/pad/editbar3.png) repeat-x left -36px; position: relative; }
#editbarleft { float: left; height: 100%; overflow: hidden;
- background: url(/static/img/jun09/pad/editbar3.gif) no-repeat left top; width: 3px; }
+ background: url(/static/img/jun09/pad/editbar3.png) no-repeat left top; width: 3px; }
#editbarright { float: right; height: 100%; overflow: hidden;
- background: url(/static/img/jun09/pad/editbar3.gif) no-repeat right top; width: 3px; }
+ background: url(/static/img/jun09/pad/editbar3.png) no-repeat right top; width: 3px; }
#editbar a.editbarbutton {
display: block;
position: absolute;
height: 26px;
width: 26px;
- background-image: url(/static/img/jun09/pad/editbar3.gif);
+ background-image: url(/static/img/jun09/pad/editbar3.png);
background-color: transparent;
background-repeat: no-repeat;
text-decoration: none;
@@ -178,7 +178,7 @@ a#docbarslider { display: block; height: 0; padding-top: 30px; position: absolut
cursor: auto;
}
/*#editbar .divider { position: absolute; width: 4px; height: 15px;
- background-image: url(/static/img/jun09/pad/editbar3.gif);
+ background-image: url(/static/img/jun09/pad/editbar3.png);
background-color: transparent; background-repeat: no-repeat; }
#editbar .divider1 { left: 137px; top: 11px; background-position: -137px -11px; }
#editbar .divider2 { left: 188px; top: 11px; background-position: -188px -11px; }*/
@@ -197,13 +197,18 @@ a#docbarslider { display: block; height: 0; padding-top: 30px; position: absolut
<%= editbarButton('italic', 32, 23) %>
<%= editbarButton('underline', 55, 23) %>
<%= editbarButton('strikethrough', 78, 24) %>
-<%= editbarButton('clearauthorship', 195) %>
-<%= editbarButton('undo', 227, 25) %>
-<%= editbarButton('redo', 252, 24) %>
-<%= editbarButton('insertunorderedlist', 108) %>
-<%= editbarButton('indent', 140, 25) %>
-<%= editbarButton('outdent', 165, 24) %>
-<%= editbarButton('h1', 282) %>
+<%= editbarButton('h1', 108, 25) %>
+<%= editbarButton('h2', 133, 23) %>
+<%= editbarButton('h3', 156, 23) %>
+<%= editbarButton('h4', 179, 23) %>
+<%= editbarButton('h5', 202, 23) %>
+<%= editbarButton('h6', 225, 24) %>
+<%= editbarButton('clearauthorship', 342) %>
+<%= editbarButton('undo', 374, 25) %>
+<%= editbarButton('redo', 399, 24) %>
+<%= editbarButton('insertunorderedlist', 255) %>
+<%= editbarButton('indent', 287, 25) %>
+<%= editbarButton('outdent', 312, 24) %>
<%= editbarButton('save', 6, null, true) %>
#editbar #syncstatussyncing { position: absolute; height: 26px; width: 26px;