aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-09-26 11:50:48 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-09-26 11:50:48 +0200
commitec4061e6feb5be540136cf79ea4cbd048ae4d047 (patch)
treeab934a51107143a7487bcc758d5edf512df262a8 /view
parent968e7bb3b15cd4205e857c4245c5d328d17d6a66 (diff)
downloadvolse-hubzilla-ec4061e6feb5be540136cf79ea4cbd048ae4d047.tar.gz
volse-hubzilla-ec4061e6feb5be540136cf79ea4cbd048ae4d047.tar.bz2
volse-hubzilla-ec4061e6feb5be540136cf79ea4cbd048ae4d047.zip
quattro: fix star
Diffstat (limited to 'view')
-rw-r--r--view/theme/quattro/quattro.less2
-rw-r--r--view/theme/quattro/style.css3
2 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index e96095c24..95dd61adb 100644
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -263,6 +263,8 @@ section {
margin-bottom: 20px;
}
.wall-item-decor { position: absolute; left: 790px; top: -10px; width: 16px;}
+.unstarred { display: none; }
+
.wall-item-container {
display: table;
width: 780px;
diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css
index a6ea35869..ad50ee327 100644
--- a/view/theme/quattro/style.css
+++ b/view/theme/quattro/style.css
@@ -501,6 +501,9 @@ section {
top: -10px;
width: 16px;
}
+.unstarred {
+ display: none;
+}
.wall-item-container {
display: table;
width: 780px;