summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-06-07 04:50:31 -0400
committerJulie Lala <jules@okfoc.us>2014-06-07 04:50:31 -0400
commitf28d8f4aac3f6411d43ac81a70bfebe5e61e96c7 (patch)
tree659b2aa98c4851389398cea1e6bd7bac354bc6e6 /public/assets/stylesheets/app.css
parent32c33b9e24cde290096af10d97b37eb4bbc0e788 (diff)
arrange edit project/profile modals
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 48e5e20..85ecdb4 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -333,20 +333,15 @@ h5{
/* PROFILE PAGE */
.profilepage .profilePic {
font-size: 148px;
- background: url(http://www.clevelandfoundation.org/wp-content/uploads/2012/10/ivan-discussing-his-eye-surgery.jpg);
background-size: cover;
background-position: center;
}
.editProfile {
- padding: 8px;
- float: right;
margin-right: 10px;
- font-size: 38px;
color: black;
font-weight: 100;
text-decoration: none
}
-
.editProfile span {
vertical-align: middle;
}
@@ -356,6 +351,9 @@ h5{
padding: 8px;
margin: 14px;
}
+.topLinks span {
+ font-weight: 300;
+}
.topLinks a {
padding: 8px;
color: black;
@@ -426,6 +424,9 @@ h5{
font-size: 16px;
font-weight: 300;
}
+.profilepage .bio span:nth-of-type:after { content: ' &middot; ' }
+.profilepage .bio span:last-of-type:after { display: none; }
+
.templates {
padding-top: 7vh;