Styles fixes
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
background-color: #e14333;
|
||||
}
|
||||
.status-indicator-medium {
|
||||
background-color: #fada5e;
|
||||
background-color: #fcb322;
|
||||
}
|
||||
.status-indicator-high {
|
||||
background-color: #1fbc99;
|
||||
@@ -87,7 +87,7 @@
|
||||
.ind-title-selector {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow:hidden;
|
||||
/*overflow:hidden;*/
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
|
||||
@@ -71,18 +71,19 @@
|
||||
content: "\f065";
|
||||
}
|
||||
|
||||
.grid-stack-item[data-gs-width="12"] { width: 100% }
|
||||
.grid-stack-item[data-gs-width="11"] { width: 91.66666667% }
|
||||
.grid-stack-item[data-gs-width="10"] { width: 83.33333333% }
|
||||
.grid-stack-item[data-gs-width="9"] { width: 75% }
|
||||
.grid-stack-item[data-gs-width="8"] { width: 66.66666667% }
|
||||
.grid-stack-item[data-gs-width="7"] { width: 58.33333333% }
|
||||
.grid-stack-item[data-gs-width="6"] { width: 50% }
|
||||
.grid-stack-item[data-gs-width="5"] { width: 41.66666667% }
|
||||
.grid-stack-item[data-gs-width="4"] { width: 33.33333333% }
|
||||
.grid-stack-item[data-gs-width="3"] { width: 25% }
|
||||
.grid-stack-item[data-gs-width="2"] { width: 16.66666667% }
|
||||
.grid-stack-item[data-gs-width="1"] { width: 8.33333333% }
|
||||
.grid-stack-item[data-gs-width="12"] { width: 100%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="11"] { width: 91.66666667%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="10"] { width: 83.33333333% ; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="9"] { width: 75%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="8"] { width: 66.66666667% ; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="7"] { width: 58.33333333%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="6"] { width: 50%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="5"] { width: 41.66666667%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="4"] { width: 33.33333333%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="3"] { width: 25%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="2"] { width: 16.66666667%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="1"] { width: 8.33333333%; margin-bottom: 45px; }
|
||||
|
||||
|
||||
.grid-stack-item[data-gs-x="12"] { left: 100% }
|
||||
.grid-stack-item[data-gs-x="11"] { left: 91.66666667% }
|
||||
|
||||
@@ -547,6 +547,7 @@ table.dataTable thead .sorting:after {
|
||||
|
||||
.indicators{
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 45px;
|
||||
}
|
||||
|
||||
.panel-green:hover, .panel-red:hover, .panel-high:hover, .panel-low:hover{
|
||||
@@ -566,7 +567,7 @@ table.dataTable thead .sorting:after {
|
||||
}
|
||||
|
||||
.panel-active{
|
||||
background-color: #D99058;
|
||||
/*background-color: #D99058;*/
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -583,7 +584,7 @@ table.dataTable thead .sorting:after {
|
||||
|
||||
.panel-active:after {
|
||||
border-color: rgba(136, 183, 213, 0);
|
||||
background-color: #000;
|
||||
/*background-color: #000;*/
|
||||
border-top-color: #fff;
|
||||
border-width: 20px;
|
||||
margin-left: -20px;
|
||||
@@ -633,6 +634,7 @@ table.dataTable thead .sorting:after {
|
||||
|
||||
.process-div .panel-heading{
|
||||
color:#606368;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.process-div .panel-heading a{
|
||||
|
||||
Reference in New Issue
Block a user