not quite there yet but getting closer

This commit is contained in:
marijus
2014-10-20 22:46:14 +02:00
parent 11e8fe3085
commit c080c420ba
3 changed files with 90 additions and 109 deletions

View File

@@ -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;
#photo-view-wrapper,
#photo-edit-edit {
background-color: $item_colour;
}
#in-this-photo-text {
color: #0080FF;
}
#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 {