move console styles to view/console

This commit is contained in:
Isaac Connor 2016-03-01 09:56:36 -05:00
parent 86c223668d
commit 0d8c16bb56
1 changed files with 0 additions and 19 deletions

View File

@ -474,22 +474,3 @@ input[type=submit]:disabled {
}
/*
* Console table for the main event table
*/
#consoleTable td, #consoleTable th {
padding: 5px;
border-bottom: 2px solid #f2f2f2;
}
#consoleTable input[type=button] {
margin-right: 3px !important;
}
#consoleTable tfoot {
background-color: #f2f2f2;
}