aboutsummaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/DashboardICT.css
diff options
context:
space:
mode:
Diffstat (limited to 'uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/DashboardICT.css')
-rw-r--r--uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/DashboardICT.css203
1 files changed, 203 insertions, 0 deletions
diff --git a/uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/DashboardICT.css b/uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/DashboardICT.css
new file mode 100644
index 00000000..1a4fa39d
--- /dev/null
+++ b/uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/DashboardICT.css
@@ -0,0 +1,203 @@
+.droppable {
+ height: 254px;
+ /*height: 600px;*/
+ opacity: 0.0;
+}
+
+.draggableItemsWrapper {
+ opacity: 0.8;
+ background: #F7F7F7;
+ position: fixed;
+ width: 100%;
+ height: 70px;
+ overflow: auto;
+ margin: 5px;
+ top: 0px;
+}
+
+.draggableItems {
+ display: inline-block;
+ /* width: 70px; */
+ color: black;
+ /*background-color: #4b8df8;*/
+ padding: 1px;
+ padding-left: 5px;
+ padding-right: 5px;
+ margin-right: 5px;
+ font-size: 1.8em;
+ /*margin-bottom: 10px;*/
+ border: 1px solid #e1e1e1 !important;
+ border-bottom: 0px !important;
+ cursor: pointer;
+}
+
+.droppedOver {
+ background-color: red;
+}
+
+/*.plotItemsSelectionWrapper{
+ width: 160px;
+ float: left;
+ position: relative;
+ margin-right: -100%;
+ height:600px;
+ margin-top: 10px;
+ overflow-y:auto;
+}*/
+.sideBarHeader {
+ float: left;
+ display: block;
+ width: 160px;
+ height: 75px;
+ padding-left: 20px;
+ padding-right: 20px;
+}
+
+.sideBarClose {
+ width: 0px !important;
+}
+
+.dashboardExpand {
+ margin-left: 10px !important;
+}
+
+.dashBoardWrapper {
+ overflow-x: auto;
+}
+
+.delete-icon {
+ float: right;
+ padding: 5px;
+ cursor: pointer;
+}
+
+.delete-icon img {
+ position: fixed;
+ right: 10px;
+}
+
+.deleteIconHidden {
+ opacity: 0;
+}
+
+.removeIcon {
+ width: 22px;
+ height: 22px;
+ float: right;
+ margin-right: -30px;
+ margin-top: -20px;
+ background: url(images/delete.png) no-repeat 0px 0px;
+ cursor: pointer;
+}
+
+.portletLabel {
+ color: #B1B1B1;
+ width: 122px;
+ height: 32px;
+ float: left;
+}
+
+.col-md-6.column.sortable.ui-sortable {
+ padding-left: 5px !important;
+}
+
+.col-padding-adjust {
+ padding-right: 5px !important;
+}
+
+.dashBoardBody {
+ width: 100%;
+ /*height:830px;*/
+ overflow-y: auto;
+ overflow-x: hidden;
+}
+
+.widePortlet {
+ width: 600px !important;
+}
+
+.freeDragBlock {
+ display: block;
+ width: 300px !important;
+ height: 270px !important;
+}
+
+.freeDragBlockWide {
+ display: block;
+ width: 600px !important;
+ height: 270px !important;
+}
+
+.brickDraggable {
+ float: left;
+ display: block;
+ cursor: default;
+ /*overflow: hidden;*/
+}
+
+.size11 {
+ height: 250px !important;
+ width: 280px !important;
+}
+
+/*
+.size21 {
+ height: 250px !important;
+ width: 566px !important;
+}
+.size22 {
+ height: 506px !important;
+ width: 566px !important;
+}
+*/
+.size21 {
+ height: 250px;
+ width: 566px;
+}
+
+.size22 {
+ height: 506px;
+ width: 566px;
+}
+
+/*
+.size11 {
+ height: 250px !important;
+ width: 25% !important;
+}
+.size21 {
+ height: 250px !important;
+ width: 51% !important;
+}
+.size22 {
+ height: 506px !important;
+ width: 51% !important;
+}*/
+.c3PlotTypes {
+ float: right;
+}
+
+.legendC3 {
+ width: 50%;
+ top: 12%;
+ position: absolute;
+ right: 5%;
+ z-index: 99;
+}
+
+.legendC3 span {
+ width: 33.333333%;
+ display: inline-block;
+ text-align: center;
+ cursor: pointer;
+ color: white;
+}
+
+.initBlock {
+ opacity: 0 !important;
+}
+
+.dashBoardHeader {
+ position: relative;
+ z-index: 99999;
+} \ No newline at end of file