mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Further formatting and bug fixes
This commit is contained in:
@@ -15,7 +15,6 @@ table {
|
||||
}
|
||||
|
||||
table,caption {
|
||||
margin: 0 auto;
|
||||
border-right: 1px solid #CCC;
|
||||
border-left: 1px solid #CCC
|
||||
}
|
||||
@@ -25,16 +24,24 @@ caption,th,td {
|
||||
padding: 10px
|
||||
}
|
||||
|
||||
caption,thead th,tfoot th,tfoot td {
|
||||
background-color: #E63C1E;
|
||||
caption,thead th {
|
||||
background-color: #858585;
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase
|
||||
}
|
||||
|
||||
tfoot th,tfoot td {
|
||||
background-color: #858585;
|
||||
color: #FFF;
|
||||
font-size: 1px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase
|
||||
}
|
||||
|
||||
thead th {
|
||||
background-color: #C30;
|
||||
color: #FFB3A6;
|
||||
background-color: #858585;
|
||||
color: white;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
@@ -77,3 +84,8 @@ tbody td+td+td+td a:active,tbody td+td+td+td a:hover,tbody td+td+td+td a:focus,t
|
||||
color: #E63C1E
|
||||
}
|
||||
|
||||
body a:active, body a:hover, body a:focus, body a:visited {
|
||||
color: #E63C1E;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user