mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
minor fixes with mobile
This commit is contained in:
@@ -108,7 +108,7 @@ input[type="radio"]{display: none;}
|
||||
.ltitle{height: 70px; /*color: #000;*/}
|
||||
#plus,#minus{padding-left: 24px; margin-left: 0; padding-right: 24px;}
|
||||
#plus{border-right:solid 3px rgb(172, 172, 172);}
|
||||
#search{text-align: left; height: 100px; font-size: 40px; /*border: solid 2px #ccc;*/color:#FD00C0;width:100%;border-radius:0px;}
|
||||
#search{text-align: left; height: 100px; font-size: 40px; /*border: solid 2px #ccc;*/color:#FD00C0;width:100%;border-radius:0px;font-weight:bold;}
|
||||
#buttons{text-align: center; height: 80px; margin: 0;}
|
||||
.skip{height: 50px; -webkit-filter: brightness(300%);}
|
||||
.vcent{
|
||||
@@ -125,22 +125,18 @@ input[type="radio"]{display: none;}
|
||||
.footer{font-size: 40px; position:fixed;}
|
||||
::-webkit-input-placeholder {
|
||||
color: #FD00C0;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
:-moz-placeholder { /* Firefox 18- */
|
||||
color: #FD00C0;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
::-moz-placeholder { /* Firefox 19+ */
|
||||
color: #FD00C0;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
:-ms-input-placeholder {
|
||||
color: #FD00C0;
|
||||
font-weight:bold;
|
||||
}
|
||||
#toptitle{color:#FD00C0;font-weight:bold;}
|
||||
#mobile-banner{background-repeat: no-repeat;background-position: center center;height:265px;position: absolute;top: -16px;z-index: -100;background-size: 100%;}
|
||||
|
||||
Reference in New Issue
Block a user