summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/tag/style.css
blob: 39b7f1ac8d3992961f874e79875f03fcdfabaa47 (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
div.dokuwiki div.tags,
div.dokuwiki div.tagstop {
  font-size: 95%;
  text-align: right;
}

div.dokuwiki div.tags {
  border-top: 2px dotted __border__;
  clear: both;
  margin-bottom: 1.4em;
}

div.dokuwiki div.tagstop {
  border-bottom: 2px dotted __border__;
  margin-top: -1.3em;
  margin-bottom: .4em;
}

div.dokuwiki div.tags span,
div.dokuwiki div.tagstop span {
  background: transparent url(images/tag.gif) 0px 2px no-repeat;
  padding: 1px 0px 1px 17px;
}

/* make it easier to select the +/- checkboxes in the tagsearch table by making them block elements */
div.dokuwiki form.plugin__tag_search label.plus, div.dokuwiki form.plugin__tag_search label.minus {
  display: block;
}