Copy button css
This commit is contained in:
parent
a5bad300b8
commit
c6a268114a
3 changed files with 7 additions and 6 deletions
|
@ -52,6 +52,7 @@ else:
|
||||||
class Media:
|
class Media:
|
||||||
css = {
|
css = {
|
||||||
"all": [
|
"all": [
|
||||||
|
"markdown.css",
|
||||||
"pagedown_widget.css",
|
"pagedown_widget.css",
|
||||||
"content-description.css",
|
"content-description.css",
|
||||||
"admin/css/pagedown.css",
|
"admin/css/pagedown.css",
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
pre.no-border {
|
pre.no-border {
|
||||||
margin-top: -0.7em;
|
margin-top: 0.4em;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
|
|
|
@ -220,8 +220,8 @@ input {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-typeset .copy-clipboard {
|
.md-typeset .btn-clipboard {
|
||||||
margin-top: 1.5em;
|
right: -0.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue