create form for uploading logo

refactor admin setup layout for adding logo personalisation section
This commit is contained in:
mike-esokia
2018-05-31 16:04:10 +04:00
committed by Mike Ng
parent e7c4034caa
commit 4d96feaf28
5 changed files with 270 additions and 9 deletions

View File

@@ -630,6 +630,86 @@ span.simplecolorpicker.picker {
}
}
.personalise-logo-row-container {
height: 105px;
td:first-child {
border-right: 1px solid #3b99fc;
}
td {
padding: 4px 40px 10px 40px;
min-width: 100px;
max-width: 200px;
vertical-align: top;
input[type="radio"] {
height: 25px;
margin: 0;
}
label {
display: inline-block;
line-height: 25px;
margin-left: 10px;
}
.image-container {
height: 42px;
width: 52px;
border: 1px solid #979797;
display: block;
}
img {
width: 100%;
height: 100%;
object-fit: scale-down;
}
a {
font-family: Roboto;
font-size: 10px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #3b99fc;
text-align: left;
display: block;
margin-top: 10px;
}
#select-logo-btn {
border-radius: 5px;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.09);
background-color: #ffffff;
border: solid 1px #c3c3c3;
font-family: Roboto;
font-size: 11px;
text-align: left;
color: #000000;
margin-top: 10px;
padding: 3px 20px;
line-height: 11px;
}
#help-text {
font-family: Roboto;
font-size: 12px;
line-height: 1.33;
letter-spacing: normal;
text-align: left;
color: #000000;
}
#error-text {
font-family: Roboto;
font-size: 12px;
font-weight: normal;
font-style: italic;
line-height: 1.33;
letter-spacing: normal;
text-align: left;
color: #ff0404;
}
//input[type="file"] {
// display: none;
//}
}
}
@media screen and (max-width: 1150px) {
.langTab {
display: block;