1/* Edit link – keep synchronous to secedit.css */
2#icke__sidebar {
3    .sideclip {
4        #tagging__edit_buttons_group {
5            .btn_tagging_edit button {
6                background: transparent url(images/icons/stift_klein.png) center right no-repeat;
7                border: none;
8                color: __edit_lnk__;
9                cursor: pointer;
10                float: right;
11                height: 25px;
12                text-align: center;
13                text-indent: -99999px;
14                padding-top: 0;
15                padding-bottom: 0;
16                padding-right: 25px;
17                font-size: 11px;
18                margin-right: 0;
19
20                &:hover {
21                    text-indent: 0;
22                    background-color: white;
23                    -moz-border-radius: 10px;
24                    -opera-border-radius: 10px;
25                    -webkit-border-radius: 10px;
26                    border-radius: 10px;
27                    width: auto;
28                    font-size: 12px;
29                    line-height: 14px;
30                }
31            }
32
33            ul.tagging_cloud {
34                text-align: left;
35
36                div.li {
37                    display: inline-block;
38                }
39            }
40        }
41    }
42}
43
44#tagging__edit {
45    font-size: 1.2em;
46
47    input {
48        width: 95%;
49        margin: 0.5em 0;
50    }
51
52    button {
53        width: 49%;
54        margin: 0;
55    }
56}
57
58div.dokuwiki .tagging_cloud li a {
59    text-decoration: none;
60
61    &:hover {
62        text-decoration: underline;
63    }
64}
65
66
67
68