diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-03 14:54:13 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-03 14:54:13 -0500 |
| commit | 9c42aeb567744518c56e9140afa3f5fb9cbda12b (patch) | |
| tree | 602412bc1cc910c5591f3fb8250aecffb4085bb5 | |
| parent | 0df2cd6c000e593795c1de868a47666862d3ed96 (diff) | |
| parent | 9fe1ac9d0964989a19f442118eae225aa693eb48 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
| -rwxr-xr-x | public/assets/stylesheets/app.css | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 94430dd..edd3928 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -8,7 +8,9 @@ } body,textarea,input { font-family: 'Lato', sans-serif; + -webkit-appearance: none; } + input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background:white!important; } @@ -18,9 +20,7 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { body{ overflow-x:hidden; } -.loading .wow { - display:none!important; -} + ::-moz-selection { color: white; background: black; @@ -129,7 +129,7 @@ a{ .videoModal .ion-ios7-close-empty { position: absolute; right: 50px; - top: 60px; + top: 10px; font-size: 80px; cursor:pointer; color:#444; @@ -581,10 +581,16 @@ iframe.embed { /* DOCUMENTATION / ABOUT SECTION / FAQ PAGES */ .docs .content { - width: 600px; + width: 80%; margin: 0 auto; text-align: left; } +.page.docs h1 { + border-top: 0px solid; + font-weight: 500; + font-size: 40px; + text-transform:capitalize; +} .docs .content img { max-width: 90%; margin: 0 auto; @@ -607,8 +613,10 @@ iframe.embed { .docs .content p { margin: 1em 0; + font-size: 30px; + font-weight: 300; + line-height: 60px; } - .footer { width: 100%; padding: 100px 0 120px 0; @@ -1229,6 +1237,11 @@ border-left: 1px solid black; background-image:url(https://s3.amazonaws.com/luckyplop/735c46b0268cd511a22c37bc0c11e9f60c4459b2.png)!important; cursor:move; } +#deleteMedia { + font-size: 13px; + padding: 3px; + cursor:pointer; +} #deleteMedia:after { content:"delete media?"; } @@ -2751,7 +2764,7 @@ a[data-role="forgot-password"] { } .projectList .room { width: 100%; - height: 280px; + height: 230px; margin: 0; } .mediaDrawer form h2 { |
