#9771 fixed list apps
This commit is contained in:
parent
232ebd2f60
commit
b9791bff16
|
@ -4,14 +4,13 @@
|
|||
|
||||
ul.bigbuttonlist {
|
||||
min-height: 200px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
li.discovery {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
width: 250px;
|
||||
margin: 15px;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
li.discovery > a {
|
||||
|
@ -37,8 +36,7 @@ div.data_container {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
padding-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
div.data_container:hover {
|
||||
|
|
|
@ -9011,8 +9011,7 @@ div.graph div.legend table {
|
|||
}
|
||||
|
||||
.app_mssg {
|
||||
position: absolute;
|
||||
bottom: 1em;
|
||||
margin: 1em;
|
||||
clear: both;
|
||||
color: #888;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue