Changes the layout and image for the checkbox of the welcome page.
This commit is contained in:
parent
bcf4caaf00
commit
bb22acf80a
|
@ -3,46 +3,42 @@
|
|||
display:none;
|
||||
}
|
||||
|
||||
.disable_welcome_position
|
||||
{
|
||||
margin: -139px auto 0px auto;
|
||||
padding-left: 39px;
|
||||
padding-top: 7px;
|
||||
width: 269px;
|
||||
height: 31px;
|
||||
display:block;
|
||||
}
|
||||
|
||||
#disable_welcome + label
|
||||
{
|
||||
background-image: url(../images/welcome_page/disable-welcome.png);
|
||||
display:inline-block;
|
||||
position:absolute;
|
||||
height: 54px;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 62px;
|
||||
padding-top: 19px;
|
||||
font-weight: 500;
|
||||
font-family: Helvetica;
|
||||
font-size: 16px;
|
||||
color: #acacac;
|
||||
z-index: 2;
|
||||
float: left;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#disable_welcome:checked + label
|
||||
{
|
||||
background-image: url(../images/welcome_page/disable-welcome-selected.png);
|
||||
display:inline-block;
|
||||
position:absolute;
|
||||
height: 54px;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 62px;
|
||||
padding-top: 19px;
|
||||
font-weight: 500;
|
||||
font-family: Helvetica;
|
||||
font-size: 16px;
|
||||
color: #acacac;
|
||||
z-index: 2;
|
||||
float: left;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#enter_room_form {
|
||||
|
@ -86,8 +82,8 @@
|
|||
width: 73px;
|
||||
height: 45px;
|
||||
background-color: #16a8fe;
|
||||
moz-border-radius: 15px;
|
||||
-webkit-border-radius: 15px;
|
||||
moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
color: #ffffff;
|
||||
font-weight: 600;
|
||||
border: none;
|
||||
|
@ -103,7 +99,7 @@
|
|||
|
||||
#enter_room_container {
|
||||
margin: 70px auto 0px auto;
|
||||
width:531px;
|
||||
width:437px;
|
||||
}
|
||||
|
||||
#enter_room{
|
||||
|
@ -159,15 +155,13 @@
|
|||
|
||||
#header_text
|
||||
{
|
||||
left: 200px;
|
||||
top: 150px;
|
||||
width: 885px;
|
||||
height: 100px;
|
||||
color: #ffffff;
|
||||
font-family: Helvetica;
|
||||
font-size: 24px;
|
||||
text-align: center;
|
||||
margin: -139px auto 0px auto;
|
||||
margin: 0px auto 0px auto;
|
||||
}
|
||||
|
||||
#features
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.5 KiB |
|
@ -82,10 +82,10 @@
|
|||
<input id="enter_room_button" type="button" value="GO" />
|
||||
</div>
|
||||
</div>
|
||||
<input type='checkbox' name='checkbox' id="disable_welcome"/>
|
||||
<label for="disable_welcome">Don't show this page</label>
|
||||
</div>
|
||||
<div id="brand_header"></div>
|
||||
<input type='checkbox' name='checkbox' id="disable_welcome"/>
|
||||
<label for="disable_welcome" class="disable_welcome_position">Don't show this page next time I enter</label>
|
||||
<div id="header_text"></div>
|
||||
</div>
|
||||
<div id="welcome_page_main">
|
||||
|
|
Loading…
Reference in New Issue