Commit e2d0f42a authored by Ricardo Rauch's avatar Ricardo Rauch

fixing buttons

parent 99bd0015
...@@ -101,7 +101,7 @@ input.text{border: 1px solid #ccc; border-radius: 4px; display: block; padding: ...@@ -101,7 +101,7 @@ input.text{border: 1px solid #ccc; border-radius: 4px; display: block; padding:
/* eo Forms */ /* eo Forms */
/* Tables */ /* Tables */
table {width:100%; border: 1px solid #DEE2E3} table {width:100%; border: 1px solid #DEE2E3; margin-bottom: 20px}
table thead{ table thead{
-webkit-border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px;
...@@ -144,7 +144,7 @@ table tr:hover, .listed_items tr.odd:hover{background-color:#FFFFCF} ...@@ -144,7 +144,7 @@ table tr:hover, .listed_items tr.odd:hover{background-color:#FFFFCF}
background-image: -o-linear-gradient(#f7f7f7 7.6%, #d5d5d5); background-image: -o-linear-gradient(#f7f7f7 7.6%, #d5d5d5);
} }
a.button, input.button, .lbutton { a.button, input.button {
font-weight: bold; font-weight: bold;
padding: 10px 20px; padding: 10px 20px;
text-align: center; text-align: center;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment