buttons in table footer
This commit is contained in:
@@ -13,17 +13,17 @@ table {
|
||||
border-spacing: 0;
|
||||
margin: 10px auto;
|
||||
width: 80%;
|
||||
border: 1px solid #ddd;
|
||||
border: 1px solid #E1C6A8;
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
line-height: 1.2;
|
||||
font-size: 12px; /* по-малък текст навсякъде */
|
||||
{#font-size: 12px; /* по-малък текст навсякъде */ #}
|
||||
}
|
||||
thead {
|
||||
background-color: #f2f2f2;
|
||||
background-color: #E1C6A8;
|
||||
}
|
||||
tfoot {
|
||||
background-color: #f9f9f9;
|
||||
background-color: #E1C6A8;
|
||||
}
|
||||
th, td {
|
||||
padding: 4px 6px;
|
||||
|
||||
Reference in New Issue
Block a user