Commit e2d0f42adfc71ca1689cc3a7e83c1930ebc05363
1 parent
99bd0015
Exists in
master
and in
4 other branches
fixing buttons
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/style.scss
... | ... | @@ -101,7 +101,7 @@ input.text{border: 1px solid #ccc; border-radius: 4px; display: block; padding: |
101 | 101 | /* eo Forms */ |
102 | 102 | |
103 | 103 | /* Tables */ |
104 | -table {width:100%; border: 1px solid #DEE2E3} | |
104 | +table {width:100%; border: 1px solid #DEE2E3; margin-bottom: 20px} | |
105 | 105 | table thead{ |
106 | 106 | -webkit-border-top-left-radius: 5px; |
107 | 107 | -webkit-border-top-right-radius: 5px; |
... | ... | @@ -144,7 +144,7 @@ table tr:hover, .listed_items tr.odd:hover{background-color:#FFFFCF} |
144 | 144 | background-image: -o-linear-gradient(#f7f7f7 7.6%, #d5d5d5); |
145 | 145 | } |
146 | 146 | |
147 | -a.button, input.button, .lbutton { | |
147 | +a.button, input.button { | |
148 | 148 | font-weight: bold; |
149 | 149 | padding: 10px 20px; |
150 | 150 | text-align: center; | ... | ... |