aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-01-30 14:26:38 +0100
committerMario Vavti <mario@mariovavti.com>2016-01-30 14:26:38 +0100
commit385709853b7db64bbb660824e033674d594b3ac0 (patch)
tree318e37289db87ac2e69a2e127748ac78eec5b3f4 /view
parent0405a49df19663d92a8e660a4193dbf2f582f04d (diff)
downloadvolse-hubzilla-385709853b7db64bbb660824e033674d594b3ac0.tar.gz
volse-hubzilla-385709853b7db64bbb660824e033674d594b3ac0.tar.bz2
volse-hubzilla-385709853b7db64bbb660824e033674d594b3ac0.zip
css fixes
Diffstat (limited to 'view')
-rw-r--r--view/css/conversation.css2
-rw-r--r--view/theme/redbasic/css/style.css18
2 files changed, 17 insertions, 3 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index d49359f46..9063ffa60 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -49,7 +49,7 @@ code {
height: 30px;
}
-#profile-jot-end {
+#profile-jot-wrapper {
margin-bottom: 30px;
}
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 4ae08dec8..ffa613bc9 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1160,6 +1160,13 @@ img.mail-conv-sender-photo {
background-color: #fff;
}
+#profile-jot-wrapper {
+ background-color: rgba(254,254,254,.5);
+ border: 1px solid rgba(254,254,254,.5);
+ border-radius: $radiuspx;
+
+}
+
#profile-jot-text {
color:#000;
border: 1px solid #cccccc;
@@ -1361,8 +1368,8 @@ img.mail-conv-sender-photo {
/* widgets */
.widget {
- background-color: rgba(254,254,254,0.5);
- border-bottom: 1px solid rgba(238,238,238,0.8);
+ background-color: rgba(254,254,254,.5);
+ border: 1px solid rgba(254,254,254,.5);
-moz-border-radius: $radiuspx;
-webkit-border-radius: $radiuspx;
border-radius: $radiuspx;
@@ -1691,6 +1698,13 @@ nav .badge.mail-update:hover {
padding: 7px 10px;
}
+.nav-tabs.nav-justified {
+ background-color: rgba(254,254,254,.5);
+ border: 1px solid rgba(254,254,254,.5);
+ border-top-left-radius: $radiuspx;
+ border-top-right-radius: $radiuspx;
+}
+
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {