@CHARSET "UTF-8";
body {
background-color: #9FB8C4;
}
h1, h2, h3 {
padding-left: 5px;
}
form {
padding-left: 5px;
}
table {
width: 100%;
margin-left:auto;
margin-right:auto;
}
th, td {
text-align:left;
padding-left: 5px;
}
a {
padding: 5px 3px 5px 3px;
border: solid 1px #CCCCCC;
background-color: #E5E5E5;
}
div#container {
background-color: #CDDEE7;
width: 95%;
border: solid 1px #CCCCCC;
margin-left:auto;
margin-right:auto;
height: 600px;
}
div#filter {
float: left;
}
div#data {
float: left;
width: 100%;
}
div#insert {
float: left;
width: 100%;
}
.centrato {
margin:20px auto; /* Impostiamo il margine superiore ed inferiore a 0 e in auto i margini laterali */
padding:10px;
}
.debug{
width: 98%;
height: auto;
margin: 20px auto;
padding:10px;
text-align: left;
background-color: LightSalmon;
border: solid 1px #CCCCCC;
}
.star{
font-size: 10pt;
color: red;
}
.db_res{
width: 100%;
border: solid 1px #cccccc;
}
.db_res td{
min-width: 100px;
border: solid 1px #cccccc;
padding: 10px 3px 10px 3px;
}
.db_res th{
min-width: 100px;
border: solid 1px #cccccc;
padding: 10px 3px 10px 3px;
}
/*Override*/
.ui-btn {
clear: both;
}
input.ui-input-text, textarea.ui-input-text {
width: 77%;
padding: .2em;
font-size: 16px;
}
.ui-checkbox, .ui-radio {
clear: none;
}
.ui-checkbox input, .ui-radio input {
/*position: absolute;*/
left: 200px;
top: -20px;
width: 15px;
height: 15px;
margin: 0;
}
|