Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 18 additions & 9 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -780,19 +780,28 @@ nav.menu-bar ul li:first-child a { border-left: 0 }
margin: 0 0 2px 0;
}
.no-js .platform-img.js { display: none }

.align {
font-family: 'Open Sans', sans-serif;
color: #AF3232;
margin-top: 5px;
font-size: 15px;
}
.alignleft {
float: left;
margin-top: 5px;
font-family: 'Open Sans', sans-serif;
color: #AF3232;
font-size: 15px;
}
.alignright {
float: right;
font-family: 'Open Sans', sans-serif;
color: #AF3232;
font-size: 15px;
margin-right: 50px;
margin-top: 5px;
}

input[type=radio] {
margin-right: 5px;
}

img[alt=nurse-jan] {
float:right;
margin-top: -1.0%;
margin-right: 35px;
width: 226px;
height: 244px;
}
12 changes: 6 additions & 6 deletions mainmenu.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
<div id="wrapper">
<br>
<h1>FixIt Main Menu</h1>
<img src="nurse.png" alt="nurse-jan" style="float:right; margin-top: -1.0%; margin-right: 35px; width: 226px; height: 244px;"/>
<img src="nurse.png" alt="nurse-jan"/>
<p>This will teach and/or automate the steps of:</p>
<ul>
<li>Changing your homepage</li>
</ul>
<p>To continue, please choose if you would like this add-on to fix it for you or follow a set of instructions:</p>
<form class="red" action="replace.me">
<p><input type="radio" name="choice" class="red" style="margin-right: 5px" />Automate the steps</p>
<p> <input type="radio" name="choice" class="red" style="margin-right: 5px" />Teach me how to do it</p>
<p><input type="radio" name="choice" class="red"/>Automate the steps</p>
<p> <input type="radio" name="choice" class="red"/>Teach me how to do it</p>
<a class="button" href="#buttons">Next</a>
<a class="button-blue" href="#buttons">Cancel</a>
</form>
</div>
</div>
</div>
<footer>
<div style="clear: both;">
<p class="alignleft">Step 1 of 3</p>
<p class="alignright">How to change your homepage</p></div>
<p class="align alignleft">Step 1 of 3</p>
<p class="align alignright">How to change your homepage</p></div>
</footer>
</body>
</html>
Expand Down