From e2d0f42adfc71ca1689cc3a7e83c1930ebc05363 Mon Sep 17 00:00:00 2001
From: Ricardo Rauch <ricardo@gravityonmars.com>
Date: Thu, 10 Nov 2011 20:42:01 -0300
Subject: [PATCH] fixing buttons

---
 app/assets/stylesheets/style.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/style.scss b/app/assets/stylesheets/style.scss
index 9e093fd4314..567826f7eff 100644
--- a/app/assets/stylesheets/style.scss
+++ b/app/assets/stylesheets/style.scss
@@ -101,7 +101,7 @@ input.text{border: 1px solid #ccc; border-radius: 4px; display: block; padding:
 /* eo Forms */
 
 /* Tables */
-table {width:100%; border: 1px solid #DEE2E3}
+table {width:100%; border: 1px solid #DEE2E3; margin-bottom: 20px}
 table thead{
 	-webkit-border-top-left-radius: 5px;
 	-webkit-border-top-right-radius: 5px;
@@ -144,7 +144,7 @@ table  tr:hover, .listed_items tr.odd:hover{background-color:#FFFFCF}
 	background-image: -o-linear-gradient(#f7f7f7 7.6%, #d5d5d5);
 }
 
-a.button, input.button, .lbutton {
+a.button, input.button {
 	font-weight: bold;
 	padding: 10px 20px;
 	text-align: center;
-- 
GitLab