From 0054ba23844a37f52c286e635377a81be7ef38bc Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Sun, 31 May 2015 15:36:36 -0700 Subject: [PATCH] clean up css --- styles/flashy.css | 82 +++++++++++++++++++++++++++---------------------------- 1 file changed, 40 insertions(+), 42 deletions(-) diff --git a/styles/flashy.css b/styles/flashy.css index a768dff..0d324fe 100644 --- a/styles/flashy.css +++ b/styles/flashy.css @@ -172,11 +172,11 @@ } .feed-modal-input { - background-color: #D3D3D3; - //border-style: solid; - //border-width: 1px; - box-shadow: 2px 2px 5px #888888; - height: 24px; + background-color: #D3D3D3; +/ / border-style : solid; +/ / border-width : 1 px; + box-shadow: 2px 2px 5px #888888; + height: 24px; } #newCard input[type=text] { @@ -230,11 +230,12 @@ body { background-color: #e8e8e8; overflow-x: hidden; font-family: 'Titillium Web', sans-serif; - height: 100%; + height: 100%; } + html { background: transparent; - height: 100%; + height: 100%; } .btn { @@ -372,7 +373,6 @@ md-content.md-default-theme { opacity: 0; } - /*.repeated-card.ng-move + div div {*/ /*background-color:blue;*/ /*top: -150px;*/ @@ -384,61 +384,59 @@ md-content.md-default-theme { /* Animation CSS END */ - - - /* Footer */ * { -margin: 0; + margin: 0; } - .wrapper { - min-height: 100%; - height: auto !important; - height: 100%; - margin: 0 auto -4em; + min-height: 100%; + height: 100%; + margin: 0 auto -4em; } .container, .push { - height: 4em; + height: 4em; } - -#resetPasswordForm - display: block; - margin-left: auto; - margin-right: auto; - width: 500px; +#resetPasswordForm { + display: block; + margin-left: auto; + margin-right: auto; + width: 500px; } -#resetPWButton{ - margin-left: auto; - margin-right: auto; - display: block; - width: 200px; +#resetPWButton { + margin-left: auto; + margin-right: auto; + display: block; + width: 200px; } .study-params { - background-color: #f6f6f6; - height: 100%; - overflow: hidden; - transition: all 1.2s cubic-bezier(0, 0, 0.6, 1); - will-change: opacity; + background-color: #f6f6f6; + height: 100%; + overflow: hidden; + transition: all 1.2s cubic-bezier(0, 0, 0.6, 1); + will-change: opacity; } + .dropping.ng-enter { - height: 0%; - opacity: 0; + height: 0%; + opacity: 0; } + .dropping.ng-enter-active { - height: 100%; - opacity: 1; + height: 100%; + opacity: 1; } + .dropping.ng-leave { - height: 100%; - opacity: 1; + height: 100%; + opacity: 1; } + .dropping.ng-leave-active { - opacity: 0; - height: 0%; + opacity: 0; + height: 0; } -- 1.9.1