Modificati nomi di alcune pagine php Aggiunto metodo per filtrare i backend datatable Modifiche al css
24 lines
1.1 KiB
CSS
24 lines
1.1 KiB
CSS
@CHARSET "UTF-8";
|
|
|
|
.hidden{display:none;}
|
|
|
|
#admin_menu{position:fixed; left:0; top:0; bottom:0; width:300px; background-color:#393939; display:inline-block;}
|
|
|
|
#admin_menu ul{list-style: none; width:100%; border:0; margin:0; padding:0; display:block; overflow:hidden;}
|
|
#admin_menu ul li{width:100%; height:50px; display:inline-block;}
|
|
#admin_menu ul li.selected{background-color:#7E97D6; }
|
|
#admin_menu ul li a{width:100%; line-height:50px; display:inline-block; text-decoration:none; color:white; font-weight:bold; padding-left:15px; }
|
|
#admin_menu ul li a:hover{background-color:rgba(255,255,255,0.2);}
|
|
#admin_menu ul ul li a{padding-left:25px; }
|
|
#admin_menu ul ul{height:0px;}
|
|
|
|
.admin_head{margin-left:300px;}
|
|
.admin_head + div{margin-left:300px; padding: 20px;}
|
|
|
|
|
|
table.dataTable th{text-align:left; }
|
|
table.dataTable tr .lastVisible{text-align:right; }
|
|
table.dataTable tr.odd td{background-color:rgba(126, 151, 214, 0.3); }
|
|
table.dataTable tr.even td{background-color:rgba(126, 151, 214, 0.4); }
|
|
.dataTables_wrapper .toolbar{float:right;}
|
|
.dataTables_wrapper .toolbar > *{vertical-align:middle;} |