michael@0: #controls { michael@0: position: absolute; michael@0: left: 0; michael@0: bottom:0; michael@0: right: 0; michael@0: height: 30px; michael@0: background-color: -moz-dialog; michael@0: } michael@0: michael@0: #home-button { michael@0: margin: auto; michael@0: margin-top: 3px; michael@0: width: 24px; michael@0: height: 24px; michael@0: background: #eee url("images/desktop/home-black.png") center no-repeat; michael@0: border: 1px solid #888; michael@0: border-radius: 12px; michael@0: display: block; michael@0: } michael@0: michael@0: #home-button::-moz-focus-inner { michael@0: padding: 0; michael@0: border: 0; michael@0: } michael@0: michael@0: #home-button:hover { michael@0: background-image: url("images/desktop/home-white.png"); michael@0: background-color: #ccc; michael@0: border-color: #555; michael@0: } michael@0: michael@0: #home-button.active { michael@0: background-image: url("images/desktop/home-white.png"); michael@0: background-color: #888; michael@0: border-color: black; michael@0: } michael@0: michael@0: #rotate-button { michael@0: position: absolute; michael@0: top: 3px; michael@0: bottom: 3px; michael@0: right: 3px; michael@0: width: 24px; michael@0: height: 24px; michael@0: background: #eee url("images/desktop/rotate.png") center no-repeat; michael@0: border: 1px solid #888; michael@0: border-radius: 12px; michael@0: display: block; michael@0: } michael@0: michael@0: #rotate-button:hover { michael@0: background-color: #ccc; michael@0: border-color: #555; michael@0: } michael@0: michael@0: #rotate-button.active { michael@0: background-color: #888; michael@0: border-color: black; michael@0: }