Merge pull request #18543 from owncloud/remove-lines

Remove some lines
This commit is contained in:
Jan-Christoph Borchardt 2015-08-25 16:08:06 +02:00
commit 1efbc99365
3 changed files with 8 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -316,7 +316,7 @@ span.version {
}
#app-category-1 {
border-bottom: 1px solid #e8e8e8;
margin-bottom: 18px;
}
/* capitalize "Other" category */
#app-category-925 {