table style
This commit is contained in:
parent
8765ac5ca5
commit
2dc4cb26e1
2 changed files with 58 additions and 41 deletions
|
|
@ -836,6 +836,20 @@ label small.has-error {
|
|||
font-size: 11px;
|
||||
}
|
||||
|
||||
table { border-collapse: collapse; text-align: left; width: 100%; border: none;
|
||||
box-shadow: -2px 1px 9px 1px #DDDDDD;
|
||||
-webkit-box-shadow: -2px 1px 5px 1px #DDDDDD;
|
||||
-moz-box-shadow: -2px 1px 5px 1px #DDDDDD;
|
||||
-o-box-shadow: -2px 1px 5px 1px #DDDDDD;
|
||||
|
||||
}
|
||||
thead tr{ text-transform: uppercase; border-top: 1px solid #FFFFFF; height: 46px}
|
||||
table td, .datagrid table th { padding: 15px 15px; height: 58px} }
|
||||
table thead th {background-color: #F5F5F8; color:#949BAD; font-size: 13px; font-weight: normal; !important}
|
||||
table tbody td { color: #000000; font-size: 14px;border-bottom: 1px solid #F1F1F3; }
|
||||
table tbody tr:last-child td { border-bottom: none; }
|
||||
|
||||
|
||||
table tr.active {
|
||||
background: #CBECE6;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue