aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-28 16:57:43 -0700
committerfriendica <info@friendica.com>2014-08-28 16:57:43 -0700
commitb27e21472bb6fadcadba5e614cd71a8ce55f7dc1 (patch)
treeb3f6d9511d01747a5398943aeb904bb88c6db4b8
parent53b5cf7f507df53d3e382b6714caacf9551ed6db (diff)
parent0b9adbc080f5f08090987d897a56cbfc35b063bc (diff)
downloadvolse-hubzilla-b27e21472bb6fadcadba5e614cd71a8ce55f7dc1.tar.gz
volse-hubzilla-b27e21472bb6fadcadba5e614cd71a8ce55f7dc1.tar.bz2
volse-hubzilla-b27e21472bb6fadcadba5e614cd71a8ce55f7dc1.zip
Merge https://github.com/friendica/red into pending_merge
-rw-r--r--app/manage.apd2
-rw-r--r--view/theme/redbasic/css/style.css12
2 files changed, 3 insertions, 11 deletions
diff --git a/app/manage.apd b/app/manage.apd
index ed6cb9f0a..2e0a92d74 100644
--- a/app/manage.apd
+++ b/app/manage.apd
@@ -1,4 +1,4 @@
url: $baseurl/manage
requires: local_user
-name: Channel Select
+name: Channel Manager
photo: $baseurl/app/manage.png
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 85ab4adb8..0f2949a49 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -366,11 +366,6 @@ aside li {
font-weight: bold;
}
-
-#profile-vcard-break {
- clear: both;
-}
-
#profile-edit-wrapper .field label {
margin-top: 20px;
width: 175px;
@@ -446,11 +441,6 @@ aside li {
margin-bottom: 0px;
}
-.vcard-profile-edit-icon:hover {
- text-decoration: none;
-}
-
-
#profile-extra-links {
clear: both;
margin-top: 10px;
@@ -468,6 +458,7 @@ aside li {
.profile-edit-side-link {
+ padding: 3px 0px;
opacity: 0;
filter:alpha(opacity=30);
float: right;
@@ -787,6 +778,7 @@ aside li {
}
#contact-block {
+ width: 100%;
float: left;
background-color: $comment_item_colour;
border-bottom: 1px solid $widget_brdrcolour;