diff options
| author | ryderr <r@okfoc.us> | 2014-10-08 13:29:08 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-08 13:29:08 -0400 |
| commit | 88f0fe47a3f130efc25ee9e2579427c814667086 (patch) | |
| tree | 81bbc36aadc2ab0e44862e7d57cd9cddf6398e0b | |
| parent | c2e2334328256fa0409341692284f25f3167ab30 (diff) | |
minor
| -rwxr-xr-x | public/assets/stylesheets/app.css | 6 |
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; |
