1div.dataplugin_entry {
2    padding-top: 1px;
3    margin-left: -13px;
4    background: transparent url(images/icons/datatable_cog.png) no-repeat scroll -1px top;
5    min-height: 30px;
6}
7
8div.dataplugin_entry dl {
9    font-size: 1.2em;
10    line-height: 1.3em;
11    margin-right: 0;
12    width: auto;
13    background: __background__;
14}
15
16div.dataplugin_entry dl dt {
17    text-align: left;
18    width: auto;
19}
20
21#icke__page .dataaggregation {
22    background: transparent url(images/icons/datatable_link.png) no-repeat scroll -1px top;
23    min-height: 30px;
24    padding-top: 11px;
25    padding-left: 16px;
26    margin-left: -16px;
27}
28
29#icke__page table.dataplugin_table th,
30#icke__page table.dataplugin_table td {
31    padding: 5px;
32}
33
34#dw__editform fieldset.plugin__data {
35    clear: none;
36}
37
38/**
39 * Edit button; keep this synced to css/_tables.css
40 **/
41
42div.dokuwiki div.editbutton_plugin_data form button:hover {
43    color: __mediumgray__;
44}
45
46div.dokuwiki div.editbutton_plugin_data form button,
47div.dokuwiki div.editbutton_plugin_data form button:hover {
48    border: 1px solid __border__;
49    background:transparent url(images/icons/stift_klein.png) no-repeat scroll right top;
50    border-top: none;
51    cursor:pointer;
52    display:inline;
53    font-size:10px;
54    margin:0;
55    padding: 0px 25px 2px 3px;
56    text-decoration:none;
57    vertical-align:middle;
58    -moz-border-radius: 0;
59    -opera-border-radius: 0;
60    -webkit-border-radius: 0;
61    border-radius: 0;
62    -moz-border-radius-bottomleft: 0.5em;
63    -opera-border-bottom-left-radius: 0.5em;
64    -webkit-border-bottom-left-radius: 0.5em;
65    border-bottom-left-radius: 0.5em;
66    -moz-border-radius-bottomright:0.5em;
67    -opera-border-bottom-right-radius: 0.5em;
68    -webkit-border-bottom-right-radius: 0.5em;
69    border-bottom-right-radius: 0.5em;
70    margin-left: 2.1em;
71    text-indent: 0px;
72}
73
74div.dokuwiki div.editbutton_plugin_data {
75    margin-top: -1.2em; /* depends on the dl margin (*1.2) */
76    margin-bottom: 1.2em;
77}
78
79*:first-child+html div.dokuwiki div.editbutton_plugin_data form button {
80    width: auto;
81    font-size: 10px;
82    line-height: 1.2em;
83}
84
85*:first-child+html div.dokuwiki div.editbutton_plugin_data form button:hover {
86    font-size: 10px;
87    line-height: 1.2em;
88}
89