From a1c150c7405027cc4dbd3cef11317d1aaa52a0d9 Mon Sep 17 00:00:00 2001 From: saman bb Date: Thu, 30 May 2013 01:01:54 -0400 Subject: [PATCH] fix minor errors. --- css/app.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/css/app.css b/css/app.css index 9b8af8e81..946867a1c 100644 --- a/css/app.css +++ b/css/app.css @@ -1048,7 +1048,7 @@ a:hover .icon.out-link { background-position: -500px -14px;} color: #a9a9a9; padding: 5px 10px; opacity: 1; - line-height: 19px; + line-height: 20px; width: 100%; } @@ -1112,13 +1112,6 @@ input, transition: opacity 200ms 200ms; } -.entity-editor-pane .toggle-list button { - -webkit-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms; - -moz-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms; - -o-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms; - transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms; -} - .entity-editor-pane a.hide-toggle { -webkit-transition: padding-left 200ms 200ms, color 200ms 200ms; -moz-transition: padding-left 200ms 200ms, color 200ms 200ms;