mirror of
https://github.com/splitbrain/dokuwiki-plugin-sync.git
synced 2025-07-21 11:32:16 +00:00
95 lines
1.7 KiB
CSS
95 lines
1.7 KiB
CSS
div.dokuwiki div.sync_left {
|
|
float: left;
|
|
}
|
|
|
|
div.dokuwiki div.sync_left div.error {
|
|
width: 25em;
|
|
padding: 4px 8px 4px 25px;
|
|
}
|
|
|
|
div.dokuwiki form.sync_profile fieldset{
|
|
text-align: left;
|
|
}
|
|
|
|
div.dokuwiki form.sync_profile samp {
|
|
font-size: small;
|
|
display: block;
|
|
margin-left: 4em;
|
|
}
|
|
|
|
div.dokuwiki form.sync_profile label,
|
|
div.dokuwiki form.sync_profile span {
|
|
display: block;
|
|
}
|
|
|
|
div.dokuwiki form.sync_profile input.edit,
|
|
div.dokuwiki form.sync_profile select.edit {
|
|
width: 25em;
|
|
display: block;
|
|
margin-left: 2em;
|
|
}
|
|
|
|
div.dokuwiki form.sync_profile fieldset div.type {
|
|
margin-left: 2em;
|
|
}
|
|
div.dokuwiki form.sync_profile fieldset div.type label{
|
|
display: inline;
|
|
}
|
|
|
|
div.dokuwiki form.sync_profile fieldset div.submit {
|
|
margin-top: 1em;
|
|
text-align: center;
|
|
}
|
|
|
|
div.dokuwiki form.sync_profile fieldset div small {
|
|
display: block;
|
|
}
|
|
|
|
div.dokuwiki ul.sync li.skipped {
|
|
list-style-image: url(pix/skipped.png);
|
|
}
|
|
|
|
div.dokuwiki ul.sync li.del_okay {
|
|
list-style-image: url(pix/del_okay.png);
|
|
}
|
|
|
|
div.dokuwiki ul.sync li.del_fail {
|
|
list-style-image: url(pix/del_fail.png);
|
|
}
|
|
|
|
div.dokuwiki ul.sync li.push_okay {
|
|
list-style-image: url(pix/right_okay.png);
|
|
}
|
|
|
|
div.dokuwiki ul.sync li.push_fail {
|
|
list-style-image: url(pix/right_fail.png);
|
|
}
|
|
|
|
div.dokuwiki ul.sync li.pull_okay {
|
|
list-style-image: url(pix/left_okay.png);
|
|
}
|
|
|
|
div.dokuwiki ul.sync li.pull_fail {
|
|
list-style-image: url(pix/right_fail.png);
|
|
}
|
|
|
|
th.sync__action{
|
|
cursor: pointer;
|
|
}
|
|
|
|
#sync__direction__table {
|
|
table-layout: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
#sync__direction__table .sync__file {
|
|
width: 50%;
|
|
}
|
|
|
|
#sync__direction__table .sync__push,
|
|
#sync__direction__table .sync__skip,
|
|
#sync__direction__table .sync__pull {
|
|
width: 3%;
|
|
}
|
|
|