Skip to content
Snippets Groups Projects
Commit 98778cc8 authored by William Sutanto's avatar William Sutanto
Browse files

fix styling bugs

parent 15609a61
No related merge requests found
...@@ -273,9 +273,32 @@ img.driver-photo{ ...@@ -273,9 +273,32 @@ img.driver-photo{
font-family: "Bree Serif"; font-family: "Bree Serif";
float: right; float: right;
} }
.green-button:hover{
background-color:goldenrod; span.wrongMark{
} float: none;
color: red;
visibility: hidden;
}
#next input{
margin-top: 30px;
padding: 5px 20px;
font-size: 20px;
border-radius: 10px;
border: 1px solid black;
background-color: #82d800;
font-family: "Bree Serif";
float: right;
}
#next input:hover {
background-color: goldenrod
}
.ichoosebutton:hover {
background-color: goldenrod
}
#ratingPanel { #ratingPanel {
padding:0px; padding:0px;
...@@ -286,4 +309,9 @@ img.driver-photo{ ...@@ -286,4 +309,9 @@ img.driver-photo{
letter-spacing: -20px; letter-spacing: -20px;
cursor: pointer; cursor: pointer;
line-height: 25%; line-height: 25%;
}
.wrongMark {
color: red;
visibility: hidden;
} }
\ No newline at end of file
...@@ -49,8 +49,8 @@ ...@@ -49,8 +49,8 @@
<label>Preferred Driver</label> <label>Preferred Driver</label>
<input type="text" class="input-control" placeholder="(optional)" name="pref_driver"> <input type="text" class="input-control" placeholder="(optional)" name="pref_driver">
</div> </div>
<div id="green-button"> <div id="next">
<input type="submit"name="submit" value="NEXT"> <input type="submit"name="submit" value="NEXT">
</div> </div>
</form> </form>
</body> </body>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment