Bugfix amministrazione per cellulari

This commit is contained in:
Riccardo Di Dato
2016-03-31 13:09:08 +02:00
parent 1c3c178846
commit fd8c01af93
+5 -2
View File
@@ -1,5 +1,9 @@
@CHARSET "UTF-8";
body{min-width:1000px;}
body:before{content: ""; float:left; width:15%; min-width: 180px; height:100vh; min-height:600px;}
body > div {overflow:hidden;}
.hidden{display:none;}
#admin_menu{position:fixed; left:0; top:0; bottom:0; width:15%; min-width:180px; background-color:#393939; display:inline-block;}
@@ -16,8 +20,7 @@
.admin_head{margin-left:300px; text-align:center;}
.admin_head + div{padding: 20px; position:relative;min-height:50px;}
body:before{content: ""; float:left; width:15%; min-width: 180px; height:100vh; min-height:600px;}
body > div {overflow:hidden;}
table.dataTable th{text-align:left; }