Conflicts: index.html
@ -25,6 +25,7 @@
var multi = function(func) { return func.toString().match(/[^]*\/\*([^]*)\*\/\}$/)[1]; }
var BALLOT_EXAMPLE = multi(function(){/*contract Ballot {
struct Voter {
uint weight;
bool voted;
@ -10,12 +10,66 @@ body {
width: auto;
bottom: 0px;
right: 37em;
}
#input {
#files {
font-size: 15px;
height: 2.5em;
box-sizing: border-box;
line-height: 2em;
padding: 0.5em 0.5em 0;
#files .file,
#files .newFile {
display: inline-block;
padding: 0 0.6em;
background-color: #f0f0f0;
cursor: pointer;
margin-right: 0.5em;
position: relative;
background-color: #B1EAC5;
font-weight: bold;
color: #4E775D;
#files .file.active {
border-bottom: 0 none;
padding-right: 2.5em;
#files .file .remove {
position: absolute;
right: 0;
top: 0;
height: 1.25em;
width: 1.25em;
line-height: 1em;
border-radius: 1em;
color: #FF8080;
display: none;
margin: 0.4em;
text-align: center;
#files .file input {
background-color: transparent;
border: 0 none;
border-bottom: 1px dotted black;
margin: 0.5em 0;
#files .file.active .remove { display: inline-block; }
top: 2.5em;
left: 0;
bottom: 0;