diff options
| author | ryderr <r@okfoc.us> | 2014-10-01 17:25:49 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-01 17:25:49 -0400 |
| commit | 238e3d65298b2c74803d91895b0c535827f2be4e (patch) | |
| tree | 52ebfaf5b88b369369c7759258b28c23c936d8e6 /public | |
| parent | 65efeb5242f86a06191c5f1c847ace42de617898 (diff) | |
ya
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 1cebade..9ab878c 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -14,7 +14,9 @@ body{ overflow-x:hidden; } - +.loading .wow { + display:none!important; +} ::-moz-selection { color: white; background: black; @@ -263,7 +265,7 @@ h5 { .projectList.about .item:nth-child(2) span:nth-child(2) { - padding: 70px 0 70px 70px; + padding: 70px 0 70px 100px; } .projectList.about .item:nth-child(2) { padding: 5% 0; @@ -865,6 +867,11 @@ iframe.embed { font-size: 13px; } +.menu span.icon-ios7-sunny-outline:hover:after { + width: 130px; +} + + .menu span.inuse:hover:after{ content:""; opacity:0; @@ -1975,7 +1982,7 @@ a[data-role="forgot-password"] { } .aboutRoom { - width: 250px; + width: 190px; background: rgba(255,255,255,0.95); padding: 2px 8px 8px 8px; position: fixed; |
