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