From 0e0c3ccea29032b5532d63b245222a0d0556e63a Mon Sep 17 00:00:00 2001 From: David Huynh Date: Wed, 20 Oct 2010 04:52:05 +0000 Subject: [PATCH] Added bottom padding to history so it clears the status bar of Chrome git-svn-id: http://google-refine.googlecode.com/svn/trunk@1610 7d457c2a-affb-35e4-300a-418c747d4874 --- main/webapp/modules/core/styles/project/sidebar.less | 1 + 1 file changed, 1 insertion(+) diff --git a/main/webapp/modules/core/styles/project/sidebar.less b/main/webapp/modules/core/styles/project/sidebar.less index c9147f688..06198d4ba 100644 --- a/main/webapp/modules/core/styles/project/sidebar.less +++ b/main/webapp/modules/core/styles/project/sidebar.less @@ -123,6 +123,7 @@ a.history-entry.filtered-out > * { .history-future { position: relative; + padding-bottom: @padding_loose; } .history-highlight {