Fix #5678 - tidy up roojs directory
[roojs1] / old-css-bootstrap / table.css
diff --git a/old-css-bootstrap/table.css b/old-css-bootstrap/table.css
deleted file mode 100644 (file)
index 3916ab4..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-/* paging toolbar */
-
-.pagination .x-paging-position span {
-    padding-top:3px; padding-bottom:3px;
-}
-.pagination .x-paging-position span  input {
-    margin: 0 3px;
-}
-
-.navbar .pagination>li>span {
-    min-height:34px;
-}
-
-.navbar .pagination {
-    margin: 0;
-}
-
-
-/* these are technicall adminlte related */
-.skin-blue  .navbar .pagination > li > a:active,
-.skin-blue  .navbar .pagination > li > a:focus,
-.skin-blue .navbar .pagination>li>a {
-    background-color: #428bca;
-    
-}
-.skin-blue  .navbar .pagination > li > a:hover
-{
-   background-color:  rgb(221, 221, 221);
-}
-.skin-blue table .navbar {
-    background-color: #fff;
-}
-.skin-blue .navbar .pagination>li.disabled >a{
-    background-color: rgb(221, 221, 221);
-}
-.skin-blue table .navbar {
-    margin-bottom: 0;
-    min-height: 0;
-}
-
-.table .sortable {
-    cursor: pointer;
-}
-
-.table-body-fixed tbody {
-   overflow-y: scroll;
-   width: 100%;
-}
-.table-body-fixed  thead,
-.table-body-fixed  tbody,
-.table-body-fixed th   {
-  display: block;
-}
-.table-body-fixed thead {
-    overflow:  hidden;
-}
-
-
-.table-body-fixed tbody td, 
-.table-body-fixed thead > tr> th {
-  float: left;
-  border-bottom-width: 0;
-}
-
-/* fake infinate widt.. */
-.table-body-fixed thead > tr,
-.table-body-fixed tbody > tr
-{
-    display: block;
-    overflow: hidden;
-}
-
-/* standard bootstrap does not colour rows very well.. */
-
-
-.table > tbody > tr.info
-{
-  background-color: #d9edf7;
-}
-
-.table-hover > tbody > tr.info:hover
-{
-  background-color: #c4e3f3;
-}
\ No newline at end of file