Shutdown and restart are buttons now

This commit is contained in:
Mark McDowall
2014-02-07 22:53:35 -08:00
parent fcd05cda60
commit 469d802b7b
2 changed files with 10 additions and 34 deletions

View File

@@ -219,26 +219,3 @@ body {
height: 55px;
opacity: 0;
}
.lifecycle-controls {
font-size: 20px;
i {
cursor: pointer;
}
.drone-button {
height: .8em;
margin-left: -8px;
&:hover {
.icon-stack-base:before {
.icon(@sign-blank)
}
.icon-nd-restart:before {
color: white;
}
}
}
}