fixes for mobile

This commit is contained in:
ARvind Tiwari 2017-08-03 00:20:20 +05:30
commit 4bd34b56d1
2 changed files with 41 additions and 38 deletions

View file

@ -170,15 +170,18 @@
.dashboard-choice-container {
max-width: 834px !important;
}
.form_key_name{
width:60%;
min-width: 215px;
}
.form_public_key{
resize: none;
}
@media (min-width: 768px) {
.form_key_name{
width:60%;
min-width: 215px;
}
}
.form_public_key,
.form_key_name{
position: relative;
border:none;
border-bottom: 1px solid grey;
box-shadow: none;
@ -214,31 +217,31 @@
}
.form_public_key::-webkit-input-placeholder{
position: absolute;
bottom: 5px;
position: relative;
top: 110px;
font-size: 20px;
font-weight: 200;
font-family: 'Lato-Light', sans-serif;
}
.form_public_key::-moz-input-placeholder{
position: absolute;
bottom: 5px;
position: relative;
top: 110px;
font-size: 20px;
font-family: 'Lato-Light', sans-serif;
font-weight:200;
}
.form_public_key:-moz-input-placeholder{
position: absolute;
bottom: 5px;
position: relative;
top: 110px;
font-size: 20px;
font-weight:200;
font-family: 'Lato-Light', sans-serif;
}
.form_public_key:-ms-input-placeholder {
position: absolute;
bottom: 5px;
position: relative;
top: 110px;
font-size: 20px;
font-weight:200;
font-family: 'Lato-Light', sans-serif;