pandorafms/pandora_console/include/styles/fixed-bottom-box.css

124 lines
2.9 KiB
CSS
Raw Normal View History

div.fixed-bottom-box {
2019-06-04 22:16:58 +02:00
background: #fff;
2023-01-19 23:26:26 +01:00
height: -webkit-fill-available;
height: -moz-fill-available;
border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
-o-border-radius: 10px 10px 0 0;
-ms-border-radius: 10px 10px 0 0;
-khtml-border-radius: 10px 10px 0 0;
}
2019-06-04 22:16:58 +02:00
/* Overrides */
.left_align {
2023-01-19 23:26:26 +01:00
/*border: 1px solid #e1e1e1;*/
2019-06-04 22:16:58 +02:00
}
.white_table_graph_header {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
margin: -1px;
}
.white-box-content {
margin: -1px;
}
/* Overrides end */
div.fixed-bottom-box > div.fixed-bottom-box-head {
2023-01-19 23:26:26 +01:00
width: 20px !important;
height: 30px;
line-height: 30px;
vertical-align: middle;
2023-01-19 23:26:26 +01:00
position: absolute;
top: 10px;
right: 20px;
/* background-color: #3f3f3f; */
/* border-radius: 10px 10px 0 0; */
/* -moz-border-radius: 10px 10px 0 0; */
/* -webkit-border-radius: 10px 10px 0 0; */
/* -o-border-radius: 10px 10px 0 0; */
/* -ms-border-radius: 10px 10px 0 0; */
/* -khtml-border-radius: 10px 10px 0 0; */
}
div.fixed-bottom-box
> div.fixed-bottom-box-head
> div.fixed-bottom-box-head-body {
height: inherit;
line-height: inherit;
color: #ffffff;
font-weight: bold;
vertical-align: middle;
text-align: center;
}
div.fixed-bottom-box
> div.fixed-bottom-box-head
> span.fixed-bottom-box-head-close {
2023-01-19 23:26:26 +01:00
height: 20px;
width: 20px;
background-image: url(../../images/close@svg.svg);
background-repeat: no-repeat;
background-position: center;
float: right;
}
div.fixed-bottom-box
> div.fixed-bottom-box-head
> div.fixed-bottom-box-head-body:hover {
cursor: pointer;
2023-01-19 23:26:26 +01:00
/*
background-color: #747474;
border-radius: inherit;
-moz-border-radius: inherit;
-webkit-border-radius: inherit;
-o-border-radius: inherit;
-ms-border-radius: inherit;
-khtml-border-radius: inherit;
2023-01-19 23:26:26 +01:00
*/
}
div.fixed-bottom-box
> div.fixed-bottom-box-head
> span.fixed-bottom-box-head-close:hover {
cursor: pointer;
2023-01-19 23:26:26 +01:00
/*
background-color: #747474;
border-radius: 0 10px 0 0;
-moz-border-radius: 0 10px 0 0;
-webkit-border-radius: 0 10px 0 0;
-o-border-radius: 0 10px 0 0;
-ms-border-radius: 0 10px 0 0;
-khtml-border-radius: 0 10px 0 0;
2023-01-19 23:26:26 +01:00
*/
}
div.fixed-bottom-box.fixed-bottom-box-hided
> div.fixed-bottom-box-head
> div.fixed-bottom-box-head-body {
/*background-image: url(../../images/.png);
background-repeat: no-repeat;
background-position: right;*/
}
div.fixed-bottom-box.fixed-bottom-box-opened
> div.fixed-bottom-box-head
> div.fixed-bottom-box-head-body {
/*background-image: url(../../images/.png);
background-repeat: no-repeat;
background-position: right;*/
}
div.fixed-bottom-box > div.fixed-bottom-box-content {
vertical-align: top;
text-align: center;
2023-01-19 23:26:26 +01:00
/*overflow: auto;*/
overflow-x: hidden;
box-sizing: border-box;
width: 100% !important;
height: 100% !important;
border-left: 1px solid #aeaeae;
}