summaryrefslogtreecommitdiffstats
path: root/static/css/buttons.css
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-01-27 11:12:27 +0000
committerpad <pad@vm-pad-b.spline.inf.fu-berlin.de>2014-01-27 11:12:27 +0000
commit33b97da914105927bc5800224b9bab0ad1d312c6 (patch)
tree565c8906361f37d4c42ba23c0ea4897f722984d8 /static/css/buttons.css
downloadep_headline_buttons-33b97da914105927bc5800224b9bab0ad1d312c6.tar.gz
ep_headline_buttons-33b97da914105927bc5800224b9bab0ad1d312c6.tar.bz2
ep_headline_buttons-33b97da914105927bc5800224b9bab0ad1d312c6.zip
Initial commit
Diffstat (limited to 'static/css/buttons.css')
-rw-r--r--static/css/buttons.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/static/css/buttons.css b/static/css/buttons.css
new file mode 100644
index 0000000..e073b0f
--- /dev/null
+++ b/static/css/buttons.css
@@ -0,0 +1,32 @@
+.buttonicon-headline {
+ width: 16px;
+ height: 16px;
+ background-image: url('../../static/img/etherpad_lite_headline_icons.png');
+ background-repeat: no-repeat;
+ display: inline-block;
+ vertical-align: middle;
+}
+
+.buttonicon-headline-h1 {
+ background-position: 0px 1px;
+}
+
+.buttonicon-headline-h2 {
+ background-position: 0px -15px;
+}
+
+.buttonicon-headline-h3 {
+ background-position: 0px -31px;
+}
+
+.buttonicon-headline-h4 {
+ background-position: 0px -47px;
+}
+
+.buttonicon-headline-h5 {
+ background-position: 0px -63px;
+}
+
+.buttonicon-headline-h6 {
+ background-position: 0px -79px;
+}