diff --git a/css/all.css b/css/all.css index 8073037..8addfa6 100644 --- a/css/all.css +++ b/css/all.css @@ -224,7 +224,7 @@ .post-create.editing { -webkit-box-shadow: 0px 1px 13px 1px #eaeaea ; -moz-box-shadow: 0px 1px 13px 1px #eaeaea ; -o-box-shadow: 0px 1px 13px 1px #eaeaea ; -ms-box-shadow: 0px 1px 13px 1px #eaeaea ; box-shadow: 0px 1px 13px 1px #eaeaea } .post-create .select-user-container { width: 100%; text-align: center; margin-bottom: -100px; height: 100px; z-index: 1; position: relative; } .post-create .attach { font-size: 12px; text-transform: uppercase; border: 0px; padding: 8px 20px; font-weight: bold; } -.post-create .icon-image { position: absolute; margin-left: 490px; margin-top: 17px; color: #CECECE; -webkit-transition: all 0.3s ; -moz-transition: all 0.3s ; -o-transition: all 0.3s ; -ms-transition: all 0.3s ; transition: all 0.3s } +.post-create .icon-image { color: #CECECE; -webkit-transition: all 0.3s ; -moz-transition: all 0.3s ; -o-transition: all 0.3s ; -ms-transition: all 0.3s ; transition: all 0.3s } .post-create .icon-image:hover { color: #5d68ff; -webkit-transition: none ; -moz-transition: none ; -o-transition: none ; -ms-transition: none ; transition: none } .post-create .image { width: 100%; height: 0px; background-repeat: no-repeat; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1) ; background-position: top center;