Skip to content

Commit 5cee770

Browse files
author
Giovanni Di Milia
committed
Latest change before submit
1 parent 32ad560 commit 5cee770

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

New/buyg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h3>Rates: 150$/Kg</h3>
2626

2727
<form action="end.html">
2828
<label class="leftbox leftboxwide">Amount (in Kg):</label>
29-
<input class="rightbox" type="text" size="10" autofocus="autofocus" autocomplete="off"/>
29+
<input class="rightbox" name="amount" type="text" size="10" autofocus="autofocus" autocomplete="off"/>
3030
<span class="leftbox leftboxwide"><input type="button" value="Cancel" onclick="location.href='index.html';"/></span>
3131
<span class="rightbox"><input type="submit" value="Buy"/></span>
3232
</form>

New/style.css

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ body {
66
.biggerfont {
77
font-size:2em;
88
}
9-
109
dl.menulist {
1110
margin:0px;
1211
}
1312

1413
dl.menulist dt {
1514
font-size:1.2em;
1615
}
17-
1816
dl.menulist * {
1917
background-color:#999;
2018
color:#fff;
@@ -24,31 +22,25 @@ dl.menulist * {
2422
padding-left:10px;
2523
padding-right:10px;
2624
}
27-
2825
dl.menulist * a {
2926
margin:0px;
3027
padding:0px;
3128
}
32-
3329
dl.ratelist dt{
3430
font-weight:bold;
3531
}
3632
dl.ratelist dd{
3733
margin-bottom:5px;
3834
}
39-
40-
4135
div.leftmenu, div.rightwrapper, div.topmenu, div.content, .leftbox, .rightbox {
4236
float:left;
4337
}
4438
.leftmenu, .rightwrapper {
4539
margin:5px;
4640
}
47-
4841
.leftbox, .rightbox{
4942
margin-bottom:10px;
5043
}
51-
5244
.leftbox {
5345
width:100px;
5446
clear:left;
@@ -61,18 +53,12 @@ div.leftmenu, div.rightwrapper, div.topmenu, div.content, .leftbox, .rightbox {
6153
width:150px;
6254
}
6355

64-
.leftboxshort {
65-
width:auto;
66-
}
67-
6856
div.topmenu {
6957
margin-bottom:10px;
7058
}
71-
7259
div.content {
7360
clear:left;
7461
}
75-
7662
div.topbutton {
7763
width:100px;
7864
border:2px solid black;
@@ -83,17 +69,14 @@ div.topbutton {
8369
border-radius: 0.5em;
8470
box-shadow: rgba(0,0,0,0.2) 0.5em 0.5em 0.3em;
8571
}
86-
8772
div.topbutton.last{
8873
margin-right:0px;
8974
}
90-
9175
div.topbutton * {
9276
color:#fff;
9377
margin:0px;
9478
padding:0px;
9579
}
96-
9780
p.spaced {
9881
margin-top:100px;
9982
clear:both;

New/xchange.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<h1>Exchange Currencies</h1>
2525
<form action="end.html">
2626
<label class="leftbox">Amount:</label>
27-
<input class="rightbox" type="text" size="10" autofocus="autofocus" autocomplete="off"/>
27+
<input class="rightbox" name="amount" type="text" size="10" autofocus="autofocus" autocomplete="off"/>
2828
<label class="leftbox">From:</label>
2929
<select class="rightbox" name="fromexchange">
3030
<option value="US">US$</option>

0 commit comments

Comments
 (0)