mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Drastically improved build page layout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user