small changes to the layouts and their css files, nothing really impacting

This commit is contained in:
noxy
2019-09-02 11:56:50 +00:00
parent 5fada7ae29
commit 8dd96f7d11
10 changed files with 23 additions and 29 deletions

View File

@@ -3707,12 +3707,11 @@ button#layout1 {
button#layout2 {
width: 100%;
padding-bottom: 5px;
background: #000000;
padding: 5px;
border: 1px solid #b1a9a9;
border: 1px solid #000000;
margin-bottom: 5px;
color: #ffffff;
color: #fff;
background: linear-gradient(to top,#0dd97de0 0%,#000000d9 100%);
text-shadow: 1px 1px 1px black;
}
button#layout3 {
@@ -3750,4 +3749,8 @@ button#layout4 {
.centered {
display: flex;
justify-content: center;
}
div#parent {
overflow-x: overlay;
}