summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-04 11:37:32 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-04 11:37:32 +0100
commit52534a2bf6291c45f5b9e2dee9af6bd8aa3a55d5 (patch)
tree88b01a140c68d2d33ecbcca2c08bd868106aed00 /css
parentad89f0aff164d7e67e61102a07ecdd75cf3e54d2 (diff)
hide star until we implement it, ref #119
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 5986c233..1be93192 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -181,12 +181,12 @@ detailsitem .icon-delete {
position: absolute;
display: inline-block;
left: 10px;
- top: 5px;
+ top: 18px; /* change back to 5px when we implement starring */
}
.app-content-list-item-star {
position: absolute;
- display: inline-block;
+ display: none; /* change to inline-block when we implement it */
left: 16px;
top: 28px;
padding: 20px;
@@ -205,7 +205,9 @@ detailsitem .icon-delete {
overflow: hidden;
text-overflow: ellipsis;
}
-.app-content-list-item-line-one {
+.app-content-list-item-line-one.no-line-two {
+ padding-top: 24px;
+ padding-bottom: 24px;
}
.app-content-list-item-line-two {
top: 25px;