From 2c4302570cfd507e4c664b212f6e8f06b3480ab3 Mon Sep 17 00:00:00 2001 From: Ran Tavory Date: Mon, 25 Jul 2011 01:05:51 -0700 Subject: [PATCH] #82: [PATCH] Add some spacing around the pagination items. I'm sorry, but I didn't find the component, so I fixed it right on the page's CSS. A getter fix is probably to fix the root at the component definition, or alternatively in an external CSS --- .../grails-app/views/plan/archived.gsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/console/org.linkedin.glu.console-webapp/grails-app/views/plan/archived.gsp b/console/org.linkedin.glu.console-webapp/grails-app/views/plan/archived.gsp index 8068866d..b53e313d 100644 --- a/console/org.linkedin.glu.console-webapp/grails-app/views/plan/archived.gsp +++ b/console/org.linkedin.glu.console-webapp/grails-app/views/plan/archived.gsp @@ -27,6 +27,10 @@ table#deployment td { padding: 0.5em; } + .step { + padding: .2em; + margin: .4em; + }