summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-04 12:12:43 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-04 12:12:43 +0100
commit505c0e2229331a1627504542a06a1bc9428e5c62 (patch)
tree810c67091daa141d4bf4d79fde4765c5e5c2b801 /css
parent00b075ef1e634c83b686267e6a54d7e31239c4fe (diff)
parent3abea9056d87be632bcdfc95a980316dee0e7c40 (diff)
Merge pull request #123 from owncloud/hide-star
Hide star
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/css/public/style.css b/css/public/style.css
index bfbc4357..3595163e 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -44,9 +44,9 @@
.contact__icon {
display: inline-block;
- height: 32px;
- width: 32px;
- line-height: 32px;
+ height: 40px;
+ width: 40px;
+ line-height: 40px;
border-radius: 50%;
vertical-align: middle;
margin-right: 10px;
@@ -200,13 +200,13 @@ detailsitem.details-item-note .icon-delete {
.app-content-list-item-icon {
position: absolute;
display: inline-block;
- left: 10px;
- top: 5px;
+ left: 6px;
+ top: 14px;
}
.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;
@@ -225,7 +225,9 @@ detailsitem.details-item-note .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;