mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-10 04:29:53 +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>
|
<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">
|
<form class="form" id="sync" method="post" action="http://api.lbry.io/yt/connect">
|
||||||
<div class="form-inner">
|
<div class="form-inner">
|
||||||
<input type="text" hidden name="type" value="sync"/>
|
<div class="block">
|
||||||
|
<div class="center">
|
||||||
<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>
|
<input type="text" hidden name="type" value="sync"/>
|
||||||
|
<input id="immediate-sync" name="immediate_sync" type="checkbox" value="true"/>
|
||||||
<div class="block">
|
<label for="immediate-sync">I want to sync my content.</label></div>
|
||||||
<input type="submit" value="Sync Now"/>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="block">
|
||||||
|
<div class="center">
|
||||||
|
<input type="submit" value="Sync Now"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
|
@ -686,9 +686,12 @@ header .right a.github {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.block {
|
.block {
|
||||||
position: relative;
|
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: 10px;
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.center {
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.error {
|
.error {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -698,9 +701,8 @@ header .right a.github {
|
||||||
color: #E2495E;
|
color: #E2495E;
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
display: block;
|
float: left;
|
||||||
text-indent: 15px;
|
margin: 15px 0 15px 10px;
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Add table
Reference in a new issue