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:
|
||||
css = {
|
||||
"all": [
|
||||
"markdown.css",
|
||||
"pagedown_widget.css",
|
||||
"content-description.css",
|
||||
"admin/css/pagedown.css",
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
}
|
||||
|
||||
pre.no-border {
|
||||
margin-top: -0.7em;
|
||||
margin-top: 0.4em;
|
||||
padding: 0.5em;
|
||||
border: none;
|
||||
background-color: inherit;
|
||||
|
@ -137,7 +137,7 @@
|
|||
|
||||
.linenos {
|
||||
width: 4%;
|
||||
|
||||
|
||||
pre {
|
||||
color: rgba(0,0,0,.26);
|
||||
background-color: rgba(0,0,0,.07);
|
||||
|
@ -166,8 +166,8 @@
|
|||
textarea,
|
||||
pre {
|
||||
-moz-tab-size : 4;
|
||||
-o-tab-size : 4;
|
||||
tab-size : 4;
|
||||
-o-tab-size : 4;
|
||||
tab-size : 4;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -220,8 +220,8 @@ input {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.md-typeset .copy-clipboard {
|
||||
margin-top: 1.5em;
|
||||
.md-typeset .btn-clipboard {
|
||||
right: -0.6rem;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue