From 0d86cd89903b1e056f58af23b4b45b2bf6d9f3d2 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Tue, 22 Jan 2013 11:48:36 -0500 Subject: [PATCH] remove ui hidiing. --- css/app.css | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/css/app.css b/css/app.css index f57611633..312f958a8 100644 --- a/css/app.css +++ b/css/app.css @@ -481,21 +481,6 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;} right:0; height:60px; border-radius: 0; - -webkit-transition: opacity .25s, z-index 0 0s; - -moz-transition: opacity .25s, z-index 0 0s; - transition: opacity .25s, z-index 0 0s; -} - -.mode-add-point #bar, -.mode-add-line #bar, -.mode-draw-line #bar, -.mode-draw-area #bar, -.mode-add-area #bar { - opacity:0; - z-index: -9999; - -webkit-transition: opacity .25s, z-index 0 .5s; - -moz-transition: opacity .25s, z-index 0 .5s; - transition: opacity .25s, z-index 0 .5s; } /* Inspector */ @@ -595,7 +580,7 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;} .tag-row button.tag-help { right: -30px; } -.inspector-buttons { +.inspector-buttons { border-radius: 0 0 0 10px; height: 60px; } @@ -943,7 +928,7 @@ div.typeahead a:first-child { border-radius: 0 0 4px 4px; } -.modal-section .buttons { +.modal-section .buttons { padding-top: 10px; width: 100%; }