mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
SVG sprites, modals, general improvements
This commit is contained in:
@@ -2,8 +2,8 @@ header {
|
||||
background-color: @bg;
|
||||
margin: 0;
|
||||
padding: 0 1em;
|
||||
height: 4em;
|
||||
line-height: 4em;
|
||||
height: 3em;
|
||||
line-height: 3em;
|
||||
font-family: @fTitle;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
@@ -43,7 +43,6 @@ header {
|
||||
}
|
||||
|
||||
.menu-list {
|
||||
width: 25em;
|
||||
font-family: @fStandard;
|
||||
position: absolute;
|
||||
padding: 1em 1em;
|
||||
@@ -51,8 +50,12 @@ header {
|
||||
background-color: @bgBlack;
|
||||
font-size: 0.8em;
|
||||
|
||||
&.sm {
|
||||
width: auto;
|
||||
&.dbl {
|
||||
width: 22.5em;
|
||||
ul {
|
||||
float: left;
|
||||
width: 10em;
|
||||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
@@ -66,6 +69,7 @@ header {
|
||||
margin: 0.5em 1em 0 0;
|
||||
padding: 0;
|
||||
line-height: 2em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
li {
|
||||
@@ -80,6 +84,10 @@ header {
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
|
||||
&.build-name {
|
||||
font-family: Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
&:visited {
|
||||
color: @warning;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user