mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 00:24:12 +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 {
|
||||
background: url("../images/buttons/search.png") top left no-repeat;
|
||||
}
|
||||
button#copy-button-code {
|
||||
float: left;
|
||||
clear: both;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
/* tables */
|
||||
.table-toolbar {
|
||||
|
@ -468,6 +468,11 @@ input.save-button {
|
||||
input.search-button {
|
||||
background: url("../images/buttons/search.png") top left no-repeat;
|
||||
}
|
||||
button#copy-button-code {
|
||||
float: left;
|
||||
clear: both;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
/* tables */
|
||||
.table-toolbar {
|
||||
|
Loading…
Reference in New Issue
Block a user