Style copy code button

This commit is contained in:
Fedor A. Fetisov 2021-08-28 03:46:11 +03:00
parent 01261f8c92
commit eeb660293c
2 changed files with 10 additions and 0 deletions

View File

@ -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 {

View File

@ -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 {