Folder/device panel header with progress indicator

This commit is contained in:
Ben Schulz
2014-12-05 18:44:38 +01:00
parent 72a278c9ed
commit 4ff211662a
3 changed files with 20 additions and 4 deletions

View File

@@ -28,6 +28,19 @@ ul+h5 {
margin-top: 1.5em;
}
.panel-progress {
background: #3498db;
height: 3px;
left: 0;
position: absolute;
top: 0;
display: block;
}
.panel-title {
position: relative;
}
identicon {
display: inline-block;
position: relative;
@@ -46,15 +59,14 @@ identicon {
}
.identicon {
width: 30px;
height: 30px;
width: 20px;
height: 20px;
}
.panel-heading .identicon {
display: block;
position: absolute;
top: -4px;
left: -9px;
top: 1px;
}
.panel-heading {