From 3b271f1f52455351874c6ac814ecf6d0f93512e5 Mon Sep 17 00:00:00 2001 From: gigaherz Date: Tue, 7 Feb 2012 16:20:25 +0100 Subject: [PATCH] More style fixes. --- web/viewer.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index f0f2fca69..97a1951b4 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -103,24 +103,24 @@ span#info { } #pinIcon { - position: absolute; - top: 4px; - right: 55px; - width: 15px; - height: 15px; - background: center no-repeat; + position: absolute; + top: 4px; + right: 55px; + width: 15px; + height: 15px; + background: center no-repeat; } #pinIcon:hover { - background-color: rgba(255,255,255,0.35); + background-color: rgba(255,255,255,0.35); } #pinIcon.released { - background-image: url('images/pin_up.png'); + background-image: url('images/pin_up.png'); } #pinIcon.pinned { - background-image: url('images/pin_down.png'); + background-image: url('images/pin_down.png'); } #sidebarBox { @@ -406,6 +406,6 @@ canvas { } #loading { - margin: 100px 0; - text-align: center; -} \ No newline at end of file + margin: 100px 0; + text-align: center; +}