Updated, hopefully good for the jam!
This commit is contained in:
@@ -9,3 +9,12 @@ div.bottom-space {
|
||||
img.thumbnail {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.results-container {
|
||||
border: 1px solid #999;
|
||||
border-radius: 3px;
|
||||
background-color: #DDD;
|
||||
margin-bottom: 20px;
|
||||
padding-left: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
@@ -25,6 +25,10 @@ div.half {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.fa-2 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.primary {
|
||||
color: #0078e7;
|
||||
}
|
||||
@@ -33,6 +37,15 @@ div.half {
|
||||
background-color: #0078e7;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: #DD0000;
|
||||
}
|
||||
|
||||
.error-bg {
|
||||
background-color: #DD0000;
|
||||
}
|
||||
|
||||
|
||||
input.file {
|
||||
padding: .5em .6em;
|
||||
display: inline-block;
|
||||
@@ -240,6 +253,14 @@ div.fullscreen {
|
||||
z-index:1001;
|
||||
}
|
||||
|
||||
.pure-form input[disabled]:not([type]).disabled-but-visible {
|
||||
background-color: #FFF;
|
||||
color: #555;
|
||||
}
|
||||
input.larger {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
@media (min-width: 40em) {
|
||||
#menu {
|
||||
width: 150px;
|
||||
|
Reference in New Issue
Block a user