summaryrefslogtreecommitdiffstats
path: root/static/css/buttons.css
blob: 04d55a085006f515f63e005f8b1d2638a29b1c72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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: -2px 0px;
}

.buttonicon-headline-h2 {
    background-position: -2px -16px;
}

.buttonicon-headline-h3 {
    background-position: -2px -32px;
}

.buttonicon-headline-h4 {
    background-position: -2px -48px;
}

.buttonicon-headline-h5 {
    background-position: -2px -64px;
}

.buttonicon-headline-h6 {
    background-position: -2px -80px;
}