1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- #wrapper{
- text-align: center;
- min-height: 93vh;
- }
- #content{
- }
- .dx-datagrid-focus-overlay{
- height: 0px !important;
- }
- td{
- text-align: right !important;
- }
- hr{
- margin: 0px !important;
- }
- #overview{
- font-family: monospace;
- background-color: #ccc;
- min-width: 200px;
- text-align: right;
- margin: auto;
- font-size: 2em;
- display: inline-block;
- padding: 0px 7px;
- }
- #overview table{
- width: 100%;
- }
- .dx-datagrid-focus-overlay{
- height: auto;
- }
- #overview p{
- margin: 0.2em 1em;
- }
- footer{
- background-color: #eee;
- }
- h1{
- margin-top: 0px;
- padding-top: 20px;
- }
- input[type="text"]{
- margin: 7px;
- }
|