Toggle description

Tooltips fixed
Buttons moved
This commit is contained in:
Alexander Kastius
2016-09-01 15:23:58 +02:00
parent fc1266d0d1
commit b24db1dca0
6 changed files with 47 additions and 14 deletions

View File

@@ -18,6 +18,7 @@ button i.fa-spin {
.score {
display: none;
vertical-align: bottom;
}
#alert, #development-environment {
@@ -149,4 +150,22 @@ button i.fa-spin {
.enforce-top-margin {
margin-top: 5px !important;
}
.enforce-right-margin {
margin-right: 10px !important;
}
.description-panel-collapsed {
-webkit-transition: width 2s;
transition: width 2s;
height: 0px;
visibility: hidden;
}
.description-panel {
height: auto;
-webkit-transition: height 2s;
transition: height 2s;
visibility: visible;
}