aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFabrixxm <fabrix.xm@gmail.com>2012-06-29 05:47:53 -0400
committerFabrixxm <fabrix.xm@gmail.com>2012-06-29 05:47:53 -0400
commita03e6b96ea96c81d4cb1a1e8c4e86a8a3a82863e (patch)
treea3f090db847cb404297833252be8b02134c30104 /view
parent8b18ee49ffbc51e4d377a99fd391ee44d876734f (diff)
downloadvolse-hubzilla-a03e6b96ea96c81d4cb1a1e8c4e86a8a3a82863e.tar.gz
volse-hubzilla-a03e6b96ea96c81d4cb1a1e8c4e86a8a3a82863e.tar.bz2
volse-hubzilla-a03e6b96ea96c81d4cb1a1e8c4e86a8a3a82863e.zip
quattro: fix Forum widget, hide edit profile link
Diffstat (limited to 'view')
-rw-r--r--view/theme/quattro/dark/style.css5
-rw-r--r--view/theme/quattro/green/style.css5
-rw-r--r--view/theme/quattro/quattro.less4
3 files changed, 11 insertions, 3 deletions
diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css
index d115453bc..35595c8bc 100644
--- a/view/theme/quattro/dark/style.css
+++ b/view/theme/quattro/dark/style.css
@@ -423,7 +423,7 @@ code {
.tool .action {
float: right;
}
-.tool li > img {
+.tool > img {
float: left;
}
/* popup notifications */
@@ -690,6 +690,9 @@ aside {
padding: 0px 10px 0px 20px;
border-right: 1px solid #bdcdd4;
}
+aside .profile-edit-side-div {
+ display: none;
+}
aside .vcard .fn {
font-size: 16px;
font-weight: bold;
diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css
index 23fd4cb41..57fa38aa1 100644
--- a/view/theme/quattro/green/style.css
+++ b/view/theme/quattro/green/style.css
@@ -423,7 +423,7 @@ code {
.tool .action {
float: right;
}
-.tool li > img {
+.tool > img {
float: left;
}
/* popup notifications */
@@ -690,6 +690,9 @@ aside {
padding: 0px 10px 0px 20px;
border-right: 1px solid #bdcdd4;
}
+aside .profile-edit-side-div {
+ display: none;
+}
aside .vcard .fn {
font-size: 16px;
font-weight: bold;
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index 2e4c0da38..0dac79bf9 100644
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -85,7 +85,7 @@ code {
height: auto; overflow: auto;
.label { float: left;}
.action { float: right; }
- li > img { float: left; }
+ > img { float: left; }
}
@@ -287,6 +287,8 @@ aside {
padding:0px 10px 0px 20px;
border-right: 1px solid @AsideBorder;
+ .profile-edit-side-div { display: none; }
+
.vcard {
.fn { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.title { margin-bottom: 5px; }