print styles detail template und admin templates

This commit is contained in:
Jana Deutschländer 2017-08-22 15:54:57 +02:00
commit 938e7b6518
4 changed files with 290 additions and 37 deletions

View file

@ -169,6 +169,27 @@ a.jiralink {
}
}
.do-admin #dokuwiki__content {
#magicmatcher__repoadmin,
#magicmatcher_adminimport {
.tabs li {
a {
cursor: pointer;
}
&.active {
a {
cursor: default;
}
}
}
.service_wrapper > a{
display: inline-block;
margin-top: 20px;
}
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* max-width: 1023px */

View file

@ -109,3 +109,19 @@
padding: .1rem;
}
}
/* + + + + + admin settings + + + + + */
.do-admin #dokuwiki__content {
#plugin__qc_admin {
table .centeralign {
.qc_icon svg + span {
min-width: 2em;
padding-left: .2em;
text-align: left;
display: inline-block;
}
}
}
}