| @@ -28,7 +28,7 @@ a:hover { | |||||
| color:#ff8400; | color:#ff8400; | ||||
| text-decoration:none | text-decoration:none | ||||
| } | } | ||||
| h1,h2,h3,div,form,ul,ol,li,dd { | |||||
| div,form,ul,ol,li { | |||||
| margin:0; | margin:0; | ||||
| padding:0 | padding:0 | ||||
| } | } | ||||
| @@ -45,9 +45,9 @@ img { | |||||
| border-radius:.5rem | border-radius:.5rem | ||||
| } | } | ||||
| table { | table { | ||||
| border-collapse:separate; | |||||
| background:#fff; | |||||
| border-spacing:0; | border-spacing:0; | ||||
| background:#fff | |||||
| border-collapse:separate | |||||
| } | } | ||||
| table tr:first-child td:first-child { | table tr:first-child td:first-child { | ||||
| border-top-left-radius:.5rem; | border-top-left-radius:.5rem; | ||||
| @@ -93,8 +93,8 @@ input[type=button],input[type=submit],input[type=reset] { | |||||
| } | } | ||||
| input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus { | input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus { | ||||
| height:auto; | height:auto; | ||||
| box-shadow:none; | |||||
| outline:none; | outline:none; | ||||
| box-shadow:none; | |||||
| vertical-align:text-top | vertical-align:text-top | ||||
| } | } | ||||
| select { | select { | ||||
| @@ -360,10 +360,6 @@ body.hidemenu .body-right { | |||||
| .list-group-item { | .list-group-item { | ||||
| padding:.65rem 0 | padding:.65rem 0 | ||||
| } | } | ||||
| span.page-link { | |||||
| color:#fff; | |||||
| background:#1eb867 | |||||
| } | |||||
| .coolbg { | .coolbg { | ||||
| padding:.25rem .65rem; | padding:.25rem .65rem; | ||||
| background:#f5f5f5; | background:#f5f5f5; | ||||
| @@ -631,6 +627,9 @@ table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubd | |||||
| border-top-right-radius:.5rem; | border-top-right-radius:.5rem; | ||||
| border-bottom-right-radius:.5rem | border-bottom-right-radius:.5rem | ||||
| } | } | ||||
| #timerange { | |||||
| width:230px | |||||
| } | |||||
| #browsehappy { | #browsehappy { | ||||
| padding:20px 30px; | padding:20px 30px; | ||||
| font-size:14px; | font-size:14px; | ||||
| @@ -644,9 +643,6 @@ table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubd | |||||
| float:right; | float:right; | ||||
| cursor:pointer | cursor:pointer | ||||
| } | } | ||||
| #timerange { | |||||
| width:230px | |||||
| } | |||||
| @media (min-width:480px) { | @media (min-width:480px) { | ||||
| .modal-dialog { | .modal-dialog { | ||||
| max-width:500px | max-width:500px | ||||