forked from wallabag/wallabag
Added list view
This commit is contained in:
@ -194,7 +194,6 @@ main,
|
||||
|
||||
.results {
|
||||
height: 1em;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.results .nb-results,
|
||||
@ -203,6 +202,14 @@ main,
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.results .nb-results {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.results a {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
float: right;
|
||||
}
|
||||
@ -593,6 +600,7 @@ a.original {
|
||||
background-position: 50%;
|
||||
}
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
5 = Article
|
||||
========================================================================== */
|
||||
|
||||
Reference in New Issue
Block a user