Custom comparisons, performance improvements

This commit is contained in:
Colin McLeod
2015-05-20 00:29:24 -07:00
parent 02fe76f43b
commit 6c1e3a7410
146 changed files with 1096 additions and 1062 deletions

View File

@@ -16,10 +16,10 @@
@import 'chart-tooltip';
@import 'buttons';
@import 'error';
@import 'sortable';
html, body {
min-height: 100%;
height: 100%;
text-rendering: optimizeLegibility;
}
@@ -33,15 +33,16 @@ body {
background-image: none;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-attachment: scroll;
background-size: cover;
}
#main {
margin: 0;
padding: 0.5em 0.25em;
min-height: 800px;
min-height: 90%;
clear: both;
text-align: center;
}
.l {
@@ -64,6 +65,10 @@ body {
clear: both;
}
.cen {
text-align: center;
}
h1 {
font-family: @fTitle;
color: @primary;
@@ -93,6 +98,13 @@ a, a:visited {
color: @fg;
}
input {
background: @primary-bg;
border: 1px solid @primary-disabled;
color: @primary-disabled;
outline: none;
}
footer {
clear: both;
font-size: 0.6em;