commit
1efbc99365
|
@ -219,10 +219,14 @@ table th:focus .sort-indicator.hidden {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
table th, table td { border-bottom:1px solid #ddd; text-align:left; font-weight:normal; }
|
table th,
|
||||||
|
table td {
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
|
text-align: left;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
table td {
|
table td {
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
border-bottom: 1px solid #eee;
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
background-position: 8px center;
|
background-position: 8px center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
|
@ -533,7 +533,7 @@ button.loading {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
color: #555;
|
color: #555;
|
||||||
border-top: 1px solid #ddd;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
.section.hidden {
|
.section.hidden {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
|
@ -316,7 +316,7 @@ span.version {
|
||||||
}
|
}
|
||||||
|
|
||||||
#app-category-1 {
|
#app-category-1 {
|
||||||
border-bottom: 1px solid #e8e8e8;
|
margin-bottom: 18px;
|
||||||
}
|
}
|
||||||
/* capitalize "Other" category */
|
/* capitalize "Other" category */
|
||||||
#app-category-925 {
|
#app-category-925 {
|
||||||
|
|
Loading…
Reference in New Issue