From c3d6bfbf1a34abbe9f82f74c67a0f49d143bc48d Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Tue, 12 Jan 2016 20:23:54 -0600 Subject: [PATCH] Updated styling on last modified element --- notebook/static/tree/less/tree.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/notebook/static/tree/less/tree.less b/notebook/static/tree/less/tree.less index dd86b8113..ac3643907 100644 --- a/notebook/static/tree/less/tree.less +++ b/notebook/static/tree/less/tree.less @@ -139,6 +139,11 @@ ul.breadcrumb { vertical-align: baseline; } +.item_modified { + margin-right: @dashboard_lr_pad; + margin-left: @dashboard_lr_pad; +} + .item_buttons { line-height: 1em; .btn-toolbar();