mirror of https://gitee.com/bigwinds/arangodb
Added more style to arango-store
This commit is contained in:
parent
6b792b07bd
commit
e813caaef8
|
@ -323,3 +323,19 @@ pre.gv-object-view {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
.foxx-store-row {
|
||||
.foxx-name {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.foxx-author {
|
||||
margin-top: -4px;
|
||||
font-size: 10pt;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.foxx-version {
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4639,6 +4639,15 @@ pre.gv-object-view {
|
|||
margin-bottom: 0;
|
||||
width: 100%; }
|
||||
|
||||
.foxx-store-row .foxx-name {
|
||||
font-weight: 700; }
|
||||
.foxx-store-row .foxx-author {
|
||||
margin-top: -4px;
|
||||
font-size: 10pt;
|
||||
font-weight: 300; }
|
||||
.foxx-store-row .foxx-version {
|
||||
font-weight: 400; }
|
||||
|
||||
.navlogo .stat_cpu {
|
||||
height: 26px;
|
||||
margin-top: 1px;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue