@@ -46,6 +46,10 @@ body {
4646 grid-template-rows : auto 1fr auto;
4747}
4848
49+ body > center , body > center > main {
50+ width : 100vw ;
51+ }
52+
4953/****************************************************
5054 elements style
5155 ****************************************************/
@@ -565,9 +569,26 @@ button, a[role=button], input[type=submit], input[type=button] { background-colo
565569p , input , textarea { margin : 5px }
566570thead > tr {background : black; border-top : 2px solid # 33BFFF ; border-bottom : 2px solid # 33BFFF ;}
567571tr : hover {background : # 111111 }
568- .grid-search-form {width : 100% ; max-width : 100% }
569- tbody tr : hover { background-color : # 002233 }
570- .grid-search-form-tr {border-bottom : none}
572+
573+ header { background-color : # 111 ; }
574+ nav { width : auto; }
575+
576+ @media (min-width : 600px ) {
577+ nav > ul > li { padding : 0.5em 0.5em ; }
578+ }
579+
580+ .padded { max-width : unset; padding-top : 0 ; }
581+
582+ .dbadmin { width : 100% ;}
583+ .dbadmin .grid-search-form {width : 100% ; max-width : 100% }
584+ .dbadmin tbody tr : hover { background-color : # 002233 }
585+ .dbadmin .grid-search-form-tr {border-bottom : none}
571586/* Prevent word wrapping in grid cells - truncate with ellipsis instead */
572- .grid-td { max-width : 300px !important ; overflow : hidden !important ; text-overflow : ellipsis !important ; white-space : nowrap !important ; }
573- .grid-td : last-child {text-align : right}
587+ .dbadmin .grid-td { max-width : 300px !important ; overflow : hidden !important ; text-overflow : ellipsis !important ; white-space : nowrap !important ; }
588+ .dbadmin .grid-td : last-child {text-align : right}
589+ .dbadmin .grid-table-wrapper { overflow-x : auto; }
590+ .dbadmin div : has (> flash-alerts ) { height : 6px ; }
591+ .dbadmin h2 { margin-top : 0px ; font-size : 1.5em ; }
592+ .dbadmin .grid-search-form-table { width : 70vw ; }
593+ .dbadmin .grid-search-form-tr : hover { background-color : transparent; }
594+ .dbadmin td , .dbadmin th { padding : 1px 8px ; }
0 commit comments