completata gestione filtraggio da stato schede...

This commit is contained in:
Samuele E. Locatelli
2016-04-01 12:24:41 +02:00
parent a3a1a4e634
commit ee04085ea6
22 changed files with 402 additions and 157 deletions
+17 -1
View File
@@ -7,7 +7,10 @@
margin: 0.25em;
}
.table-striped > tbody > tr:nth-child(odd) > th {
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
background-image: linear-gradient(to bottom, #e3e3e3 0, #acacac 100%);
}
.table-striped > tbody > tr:nth-child(odd) {
background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}
.table > thead > tr > th,
.table > tbody > tr > th,
@@ -65,6 +68,19 @@ a:focus {
.bg-default {
background-color: white;
}
/*---------------------------------------------------------
AREA UserSection
---------------------------------------------------------*/
.limitText {
display: inline-block;
max-width: 100%;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
/*---------------------------------------------------------*/
/* Formato stato scheda collaudo */
.sc {
font-weight: bold;