mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Minor CSS tweaks
This commit is contained in:
parent
cf5f12fdf3
commit
a353e02b01
1 changed files with 5 additions and 6 deletions
|
|
@ -25,13 +25,12 @@ body,
|
||||||
#header .text {
|
#header .text {
|
||||||
float: right;
|
float: right;
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 40px;
|
right: 30px;
|
||||||
top: 25px;
|
top: 25px;
|
||||||
font: 50px 'PT Sans', sans-serif;
|
font: 55px 'PT Sans', sans-serif;
|
||||||
letter-spacing: -0.05em;
|
letter-spacing: -0.05em;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
color: #fff;
|
color: #444;
|
||||||
background: #444;
|
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
@ -43,11 +42,11 @@ body,
|
||||||
}
|
}
|
||||||
|
|
||||||
#stats-vmpooler-running {
|
#stats-vmpooler-running {
|
||||||
position: relative;
|
margin-bottom: -15px;
|
||||||
top -20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
|
margin-top: 10px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
text-indent: 25px;
|
text-indent: 25px;
|
||||||
font: 12px 'PT Sans', sans-serif;
|
font: 12px 'PT Sans', sans-serif;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue