Small improvements to the wizard

This commit is contained in:
tidusjar 2016-08-11 09:00:35 +01:00
commit d6c2956ee7
5 changed files with 52 additions and 54 deletions

View file

@ -336,3 +336,8 @@ label {
.tooltip_templates {
display: none; }
.shadow {
-moz-box-shadow: 3px 3px 5px 6px #191919;
-webkit-box-shadow: 3px 3px 5px 6px #191919;
box-shadow: 3px 3px 5px 6px #191919; }

File diff suppressed because one or more lines are too long

View file

@ -416,8 +416,17 @@ $border-radius: 10px;
font-weight: bold;
}
.checkbox-custom{
margin-top:0 $i;
margin-bottom:0 $i;
.checkbox-custom {
margin-top: 0 $i;
margin-bottom: 0 $i;
}
.tooltip_templates {
display: none;
}
.shadow {
-moz-box-shadow: 3px 3px 5px 6px #191919;
-webkit-box-shadow: 3px 3px 5px 6px #191919;
box-shadow: 3px 3px 5px 6px #191919;
}
.tooltip_templates { display: none; }

View file

@ -12,7 +12,7 @@
@Html.LoadWizardAssets()
<img class="landing-header" src="@formAction/Content/images/logo.png" width="300" />
<div id="area" class="landing-block">
<div id="area" class="landing-block shadow">
<div class="media">
@ -30,6 +30,7 @@
</div>
<!--Templates-->
<script id="plexAuthArea" type="text/html">
<form method="post" action="/wizard/plexAuth" id="plexAuthForm">
@ -153,6 +154,8 @@
<script id="adminArea" type="text/html">
<form method="post" action="/wizard/createuser" id="adminForm">
<h4 class="media-heading landing-title">Create the Admin account</h4>
<small>This account will be used to configure your settings and also manage all of the requests.</small>
<div class="form-group">
<div>
<label for="adminUsername">Username</label><input type="text" class="form-control form-control-custom" id="adminUsername" name="Username" placeholder="Username">