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