completata gestione filtraggio da stato schede...
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -10,9 +10,14 @@
|
||||
}
|
||||
|
||||
.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,
|
||||
.table > tfoot > tr > th,
|
||||
@@ -80,6 +85,26 @@ a:focus {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------
|
||||
AREA UserSection
|
||||
---------------------------------------------------------*/
|
||||
|
||||
// Mixin
|
||||
.text-overflow() {
|
||||
overflow: hidden;
|
||||
-ms-text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
// Usage
|
||||
.limitText {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
.text-overflow();
|
||||
}
|
||||
/*---------------------------------------------------------*/
|
||||
|
||||
/* Formato stato scheda collaudo */
|
||||
.sc{
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user