mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 08:34:11 +03:00
Style copy code button
This commit is contained in:
parent
01261f8c92
commit
eeb660293c
@ -474,6 +474,11 @@ input.save-button {
|
|||||||
input.search-button {
|
input.search-button {
|
||||||
background: url("../images/buttons/search.png") top left no-repeat;
|
background: url("../images/buttons/search.png") top left no-repeat;
|
||||||
}
|
}
|
||||||
|
button#copy-button-code {
|
||||||
|
float: left;
|
||||||
|
clear: both;
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
/* tables */
|
/* tables */
|
||||||
.table-toolbar {
|
.table-toolbar {
|
||||||
|
@ -468,6 +468,11 @@ input.save-button {
|
|||||||
input.search-button {
|
input.search-button {
|
||||||
background: url("../images/buttons/search.png") top left no-repeat;
|
background: url("../images/buttons/search.png") top left no-repeat;
|
||||||
}
|
}
|
||||||
|
button#copy-button-code {
|
||||||
|
float: left;
|
||||||
|
clear: both;
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
/* tables */
|
/* tables */
|
||||||
.table-toolbar {
|
.table-toolbar {
|
||||||
|
Loading…
Reference in New Issue
Block a user