mirror of https://gitee.com/bigwinds/arangodb
58 lines
702 B
CSS
58 lines
702 B
CSS
.foxxList {
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.foxxList i:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.foxxElement {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.foxxDescription {
|
|
width:170px;
|
|
float: left;
|
|
text-align: left;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.foxxIcon {
|
|
width:64px;
|
|
height:64px;
|
|
float:left;
|
|
padding:10px;
|
|
}
|
|
|
|
.badge-foxx {
|
|
bottom: 0px;
|
|
}
|
|
|
|
li.applicationList {
|
|
margin-left:-10px;
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
|
|
.applicationListHeader {
|
|
margin-bottom: 25px;
|
|
color: #FFF;
|
|
text-align: center;
|
|
padding: 1px 0px;
|
|
}
|
|
|
|
.toggle-icon {
|
|
margin: 10px;
|
|
}
|
|
|
|
.foxxList .boxHeader {
|
|
background-color: #686766;
|
|
opacity: 1;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.applicationList {
|
|
width: 100%;
|
|
padding-left: 10px;
|
|
}
|