mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-07 02:59:45 +00:00
center checkbox CSS
This commit is contained in:
parent
1edba56551
commit
48c4bb76de
2 changed files with 18 additions and 11 deletions
|
@ -140,13 +140,18 @@ Response::setMetaDescription("Put your content on the blockchain, experience tru
|
|||
<p>LBRY offers a single-click sync process<br>for existing YouTubers</p>
|
||||
<form class="form" id="sync" method="post" action="http://api.lbry.io/yt/connect">
|
||||
<div class="form-inner">
|
||||
<input type="text" hidden name="type" value="sync"/>
|
||||
|
||||
<input id="immediate-sync" name="immediate_sync" type="checkbox" value="true"/><label class="block full" for="immediate-sync">I want to sync my content.</label>
|
||||
|
||||
<div class="block">
|
||||
<input type="submit" value="Sync Now"/>
|
||||
<div class="block">
|
||||
<div class="center">
|
||||
<input type="text" hidden name="type" value="sync"/>
|
||||
<input id="immediate-sync" name="immediate_sync" type="checkbox" value="true"/>
|
||||
<label for="immediate-sync">I want to sync my content.</label></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<div class="center">
|
||||
<input type="submit" value="Sync Now"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
|
|
@ -686,9 +686,12 @@ header .right a.github {
|
|||
margin: 0 auto;
|
||||
}
|
||||
.block {
|
||||
position: relative;
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
.center {
|
||||
display: inline-block;
|
||||
}
|
||||
.error {
|
||||
position: absolute;
|
||||
|
@ -698,9 +701,8 @@ header .right a.github {
|
|||
color: #E2495E;
|
||||
}
|
||||
label {
|
||||
display: block;
|
||||
text-indent: 15px;
|
||||
margin-bottom: 15px;
|
||||
float: left;
|
||||
margin: 15px 0 15px 10px;
|
||||
}
|
||||
input {
|
||||
float: left;
|
||||
|
|
Loading…
Add table
Reference in a new issue