/* best not to modify this file, it is supposed to be the same across all sites */ .block_container{ position:relative; } .block_container_loggedin{ min-height:200px; } .blockcontrols{ position:relative;top:0px;left:0px; width:100%;padding:0px;background-color:#eee;color:#666; z-index:999; max-height:500px; /*transition: max-height 1.5s;*/ box-shadow:inset 0 10px 10px -10px #888,inset 0 -10px 10px -10px #888; transition: all 0.7s ease; overflow:hidden; } .blockcontrols_closed{ max-height:0px; box-shadow:none; /*transition: max-height .5s;*/ transition: all 0.7s ease; } .blockcontrols p{font-size:13px; color:#666; margin-bottom:0px;margin-top:10px;} .gear{ position: absolute; height: 52px; width: 52px; background: url("/images/admin/gear2.png") no-repeat center center; top: 15px; left:15px; cursor: pointer; z-index:999; transition: all 0.7s ease; } .blockcontrols_gear_closed{ transition: all 0.7s ease; transform: rotate(-30deg) }