Fix color and scroll issues in the PCS

This commit is contained in:
yflory 2018-04-27 17:49:04 +02:00
parent 389c197441
commit b21f42747d

View File

@ -89,8 +89,8 @@
} }
.cp-creation-create { .cp-creation-create {
text-align: center; text-align: center;
margin: auto; //margin: auto;
margin-top: 20px; //margin-top: 20px;
width: 400px; width: 400px;
max-width: 100%; max-width: 100%;
button { button {
@ -103,6 +103,7 @@
flex-flow: column; flex-flow: column;
align-items: center; align-items: center;
flex: 1 0 auto; flex: 1 0 auto;
justify-content: space-evenly;
& > div { & > div {
width: 400px; width: 400px;
max-width: 100%; max-width: 100%;
@ -110,7 +111,7 @@
align-items: center; align-items: center;
flex-wrap: wrap; flex-wrap: wrap;
font-size: 16px; font-size: 16px;
margin: 10px 0; //margin: 10px 0;
min-height: 28px; min-height: 28px;
line-height: 28px; line-height: 28px;
label { label {
@ -194,7 +195,7 @@
} }
div.cp-creation-template { div.cp-creation-template {
width: 100%; width: 100%;
flex: 1 0 auto; //flex: 1 0 auto;
flex-wrap: nowrap; flex-wrap: nowrap;
.cp-creation-template-more { .cp-creation-template-more {
font-size: 30px; font-size: 30px;
@ -290,7 +291,9 @@
.cp-creation-deleted-container { .cp-creation-deleted-container {
text-align: center; text-align: center;
.cp-creation-deleted { .cp-creation-deleted {
background: #111; margin: 0 10px;
background: @colortheme_loading-bg;
color: @colortheme_loading-color;
padding: 10px; padding: 10px;
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;