added width to submit button.
This commit is contained in:
parent
9e00a44597
commit
9a3b97648a
|
@ -152,7 +152,7 @@ cursor:pointer;} /*COMES FROM THE BACKEND, please change*/
|
|||
{font-size:12px;
|
||||
position:absolute;
|
||||
top:40px;
|
||||
left:28px;
|
||||
left:35px;
|
||||
z-index:60;
|
||||
padding-bottom:6px;
|
||||
border-bottom:1px solid #b4131b;
|
||||
|
@ -164,7 +164,7 @@ transform: rotate(-6deg);}
|
|||
{font-size:20px;
|
||||
position:absolute;
|
||||
top:68px;
|
||||
left:64px;
|
||||
left:68px;
|
||||
z-index:60;
|
||||
-webkit-transform: rotate(-6deg);
|
||||
-moz-transform: rotate(-6deg);}
|
||||
|
@ -231,7 +231,8 @@ margin-top:10px;
|
|||
cursor:pointer;}
|
||||
|
||||
.input
|
||||
{-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
|
||||
{width:180px;
|
||||
-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
|
||||
-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
|
||||
box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px 3px;
|
||||
background-color:rgba(254, 254, 254, 0.1);
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
|
||||
<form action="" method="post">
|
||||
<input type="email" placeholder="you@domain.org" class="input">
|
||||
<input type="submit" class="submit">
|
||||
<input type="submit" class="submit" value="Submit">
|
||||
</form>
|
||||
|
||||
<p class="sectionsRightLink">Newsletter archives ›</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user