aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-12-30 08:57:37 +1100
committerRedMatrix <info@friendica.com>2014-12-30 08:57:37 +1100
commit619733e297708f49646bb220658c90223a8648c6 (patch)
tree294d3cdfcae69213aa38b624e9f7982cbde6186b /view/css
parentd1d4cec932c23c2b42eb77e2734b71a2e80f6772 (diff)
parente69e59d260c311ceae4cbde3239c33d8caea4553 (diff)
downloadvolse-hubzilla-619733e297708f49646bb220658c90223a8648c6.tar.gz
volse-hubzilla-619733e297708f49646bb220658c90223a8648c6.tar.bz2
volse-hubzilla-619733e297708f49646bb220658c90223a8648c6.zip
Merge pull request #789 from pafcu/chanman
Don't show current channel separately in channel manager, highlight it i...
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_manage.css30
1 files changed, 11 insertions, 19 deletions
diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css
index 161b46757..bb7ef566d 100644
--- a/view/css/mod_manage.css
+++ b/view/css/mod_manage.css
@@ -1,7 +1,6 @@
#channels-selected {
color: #666666;
font-size: 0.8em;
-
}
#channels-desc {
@@ -14,33 +13,23 @@
.channels-break {
margin-bottom: 15px;
}
-#selected-channel {
- float: left;
- margin-left: 0;
-}
-
-.channels-end.selected {
- clear: both;
-}
-
-#selected-channel .channel-selection {
- clear: both;
- margin: 0 auto 0 auto;
-}
.channel-selection-default {
font-size: 0.8em;
margin-bottom: 10px;
}
-#all-channels .channel-selection {
+.channel-selection {
width: 12em;
height: 16em;
float: left;
- margin: 0 15px 15px 0;
+ text-align: center;
}
-.channels-end {
- clear: both;
+
+.channel-selection img {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
}
.channel-selection-name-link {
@@ -50,7 +39,6 @@
.channel-selection-name-link .channel-name {
padding-top: 10px;
- text-align: left;
word-wrap: break-word;
overflow: hidden;
}
@@ -59,3 +47,7 @@
clear: both;
padding-top: 10px;
}
+
+.selected-channel img {
+ border: 2px solid #ff0000;
+}