aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-20 22:46:14 +0200
committermarijus <mario@mariovavti.com>2014-10-20 22:46:14 +0200
commitc080c420ba4e9f216708b63fdddb5c03bbea72c9 (patch)
tree7f1303769398dc0862a2941e64e7a42e4e39d10d /view/theme/redbasic
parent11e8fe3085d17fed5103ddcc22a7ab411ecd114c (diff)
downloadvolse-hubzilla-c080c420ba4e9f216708b63fdddb5c03bbea72c9.tar.gz
volse-hubzilla-c080c420ba4e9f216708b63fdddb5c03bbea72c9.tar.bz2
volse-hubzilla-c080c420ba4e9f216708b63fdddb5c03bbea72c9.zip
not quite there yet but getting closer
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css18
1 files changed, 7 insertions, 11 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index c448c877f..be2eb05ae 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -648,7 +648,7 @@ footer {
list-style: none;
}
-.profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo {
+.profile-match-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo {
border-radius: $radiuspx;
-moz-border-radius: $radiuspx;
box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
@@ -704,16 +704,11 @@ footer {
cursor: pointer;
}
-#photo-caption {
- font-size: 110%;
- font-weight: bold;
-}
-
-#in-this-photo-text {
- color: #0080FF;
+#photo-view-wrapper,
+#photo-edit-edit {
+ background-color: $item_colour;
}
-
#side-follow-wrapper {
margin-top: 20px;
}
@@ -2327,8 +2322,9 @@ aside .nav-pills > li > a {
.section-title-wrapper {
padding: 7px 10px;
background-color: $item_colour;
- border-radius: $radiuspx;
- margin-bottom: 10px;
+ border-top-left-radius: $radiuspx;
+ border-top-right-radius: $radiuspx;
+ margin-bottom: 3px;
}
.section-title-wrapper h2 {