aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-22 02:06:19 +0100
committerMario Vavti <mario@mariovavti.com>2016-03-22 02:06:19 +0100
commit97e1a6dfde7d8d8e23d463ab22f24011cbce0d8c (patch)
tree276d437338bd93fe8957d6193ab36e0c03bd088c /view/css
parent28599fe652de514217e332382f7e5622cb68cc9f (diff)
downloadvolse-hubzilla-97e1a6dfde7d8d8e23d463ab22f24011cbce0d8c.tar.gz
volse-hubzilla-97e1a6dfde7d8d8e23d463ab22f24011cbce0d8c.tar.bz2
volse-hubzilla-97e1a6dfde7d8d8e23d463ab22f24011cbce0d8c.zip
whip mod manage into shape
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_manage.css65
1 files changed, 21 insertions, 44 deletions
diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css
index fbe4a672a..077b6b838 100644
--- a/view/css/mod_manage.css
+++ b/view/css/mod_manage.css
@@ -1,57 +1,34 @@
-#channels-selected {
- color: #666666;
- font-size: 0.8em;
+.make-default-link,
+.make-default-link:hover {
+ color: inherit;
+ text-decoration: none;
}
-#channels-desc {
- color: #666666;
- font-size: 1.2em;
- margin-top: 15px;
- margin-bottom: 20px;
-}
-
-.channels-break {
- margin-bottom: 15px;
-}
-
-.channel-selection-default {
- font-size: 0.8em;
- margin-bottom: 10px;
+.new-notification {
+ color: #c60032;
}
-.channel-selection {
- width: 12em;
- height: 16em;
- float: left;
- text-align: center;
+.channel-photo-wrapper {
+ display: table-cell;
+ table-layout: fixed;
+ vertical-align: top;
}
-.channel-selection img {
- display: block;
- margin-left: auto;
- margin-right: auto;
+.channel-photo-wrapper img {
+ border-radius: 4px;
}
-.channel-selection-name-link {
- font-size: 1.2em;
- margin-top: 10px;
+.channel-notifications-wrapper {
+ display: table-cell;
+ table-layout: fixed;
+ vertical-align: top;
+ padding-left: 10px;
}
-.channel-selection-name-link .channel-name {
- padding-top: 10px;
- word-wrap: break-word;
- overflow: hidden;
+.selected-channel {
+ color: green;
}
-.channels-notifications-wrapper {
- clear: both;
- padding-top: 10px;
-}
-
-.selected-channel img {
- border: 2px solid #ff0000;
+#all-channels-end {
+ margin-bottom: 20px;
}
-
-.channels-end {
- clear: both;
-} \ No newline at end of file