1div.dokuwiki div.secedit button {
2    background: transparent url(images/icons/stift_klein.png) center right no-repeat;
3    border: none;
4    color: __edit_lnk__;
5    cursor: pointer;
6    float: right;
7    height: 25px;
8    margin-top: -27px;
9    margin-right: -42px;
10    padding-right: 25px;
11    text-align: center;
12    text-indent: -99999px;
13    padding-top: 0px;
14    padding-bottom: 0;
15}
16
17
18div.dokuwiki div.secedit button:hover {
19    text-indent: 0px;
20    background-color: white;
21    -moz-border-radius: 10px;
22    -opera-border-radius: 10px;
23    -webkit-border-radius: 10px;
24    border-radius: 10px;
25}
26
27*:first-child+html div.dokuwiki div.secedit button {
28    width: 42px;
29    font-size: 0;
30    line-height: 0;
31}
32
33*:first-child+html div.dokuwiki div.secedit button:hover {
34    width: auto;
35    font-size: 12px;
36    line-height: 14px;
37}
38