summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-08 13:29:08 -0400
committerryderr <r@okfoc.us>2014-10-08 13:29:08 -0400
commit88f0fe47a3f130efc25ee9e2579427c814667086 (patch)
tree81bbc36aadc2ab0e44862e7d57cd9cddf6398e0b
parentc2e2334328256fa0409341692284f25f3167ab30 (diff)
minor
-rwxr-xr-xpublic/assets/stylesheets/app.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 6e23962..29e23c8 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -499,6 +499,10 @@ iframe.embed {
display:table;
}
+.noPic {
+ border-right: 1px solid;
+}
+
.profilePic .ion-ios7-person-outline {
font-size: 100px;
}
@@ -1669,6 +1673,7 @@ input[type="range"]::-webkit-slider-thumb {
font-size: 12px;
width: 100%;
max-height: 200px;
+ max-width: 100%;
}
#textEditor.settings textarea {
max-height: none;
@@ -2256,6 +2261,7 @@ a[data-role="forgot-password"] {
background-size: cover;
display: inline-block;
margin-right: 10px;
+ background-color: #ccc;
}
#collaborator-list .username {
position: relative;