Skip to content
Snippets Groups Projects
Commit e2d0f42a authored by Ricardo Rauch's avatar Ricardo Rauch
Browse files

fixing buttons

parent 99bd0015
No related branches found
No related tags found
No related merge requests found
Loading
@@ -101,7 +101,7 @@ input.text{border: 1px solid #ccc; border-radius: 4px; display: block; padding:
Loading
@@ -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;
Loading
@@ -144,7 +144,7 @@ table tr:hover, .listed_items tr.odd:hover{background-color:#FFFFCF}
Loading
@@ -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;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment