Drastically improved build page layout

This commit is contained in:
Colin McLeod
2015-05-25 20:40:53 -07:00
parent f12383bac3
commit e2225d7bf1
12 changed files with 133 additions and 168 deletions

View File

@@ -2,20 +2,30 @@
overflow: hidden;
padding: 5px;
cursor: default;
position: relative;
font-size: 0.8em;
min-width: 21em;
text-align: left;
.header {
position: absolute;
width: 100%;
height: 1.6em;
margin-bottom: 0.4em;
font-family: @fTitle;
color: @primary;
color: @bgBlack;
background-color: @primary-disabled;
text-transform: uppercase;
text-align: center;
}
table {
width: 100%;
text-align: right;
td {
padding-right: 0.5em;
}
}
.items {
margin-top: 25px;
margin-bottom: 10px;
clear: both;
overflow: hidden;
@@ -52,20 +62,4 @@
}
}
.summary {
font-family: @fStandard;
overflow: hidden;
text-align: right;
.item {
float:right;
width: 25%
}
.lbl {
font-family: @fTitle;
color: @primary;
text-transform: uppercase;
}
}
}