|
@@ -407,6 +407,14 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.add-metric-modal.modal-690px-width {
|
|
|
+ .modal {
|
|
|
+ max-height: 600px;
|
|
|
+ .modal-body {
|
|
|
+ min-height: 380px;;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
#add-metric-popup {
|
|
|
min-height: 200px;
|
|
|
div.row-fluid {
|
|
@@ -416,12 +424,24 @@
|
|
|
}
|
|
|
}
|
|
|
.component-select {
|
|
|
+ .btn.dropdown-toggle {
|
|
|
+ border-radius: 4px;
|
|
|
+ -webkit-border-radius: 4px;
|
|
|
+ -moz-border-radius: 4px;
|
|
|
+ width: 220px;
|
|
|
+ text-align: left;
|
|
|
+ white-space: normal;
|
|
|
+ }
|
|
|
+ ul.dropdown-menu {
|
|
|
+ overflow: auto;
|
|
|
+ max-height: 280px;
|
|
|
+ }
|
|
|
.accordion-group {
|
|
|
border: none;
|
|
|
}
|
|
|
.accordion-toggle {
|
|
|
text-decoration: none;
|
|
|
- padding-bottom: 0;
|
|
|
+ padding: 3px 15px;
|
|
|
.icon-caret-down {
|
|
|
width: 10px;
|
|
|
display: inline-block;
|
|
@@ -432,7 +452,6 @@
|
|
|
}
|
|
|
.accordion-toggle.collapsed {
|
|
|
text-decoration: none;
|
|
|
- padding-bottom: 0;
|
|
|
.icon-caret-down {
|
|
|
display: none;
|
|
|
}
|
|
@@ -456,6 +475,56 @@
|
|
|
background: transparent;
|
|
|
}
|
|
|
}
|
|
|
+ .chosen-container-single {
|
|
|
+ width: 250px;
|
|
|
+ .chosen-single {
|
|
|
+ height: 30px;
|
|
|
+ line-height: 20px;
|
|
|
+ color: #333333;
|
|
|
+ font-size: 14px;
|
|
|
+ padding: 4px 14px;
|
|
|
+ border-radius: 4px;
|
|
|
+ -webkit-border-radius: 4px;
|
|
|
+ -moz-border-radius: 4px;
|
|
|
+ background-color: #f5f5f5;
|
|
|
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
|
|
+ background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
+ background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
+ background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
|
|
+ background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
+ background-repeat: repeat-x;
|
|
|
+ border: 1px solid #bbbbbb;
|
|
|
+ span {
|
|
|
+ margin-right: 8px;
|
|
|
+ }
|
|
|
+ div b {
|
|
|
+ background: none;
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ top: 13px;
|
|
|
+ left: -3px;
|
|
|
+ position: relative;
|
|
|
+ border-left: 4px solid transparent;
|
|
|
+ border-right: 4px solid transparent;
|
|
|
+ border-top: 4px solid #333333;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .chosen-drop {
|
|
|
+ margin-top: 2px;
|
|
|
+ overflow: auto;
|
|
|
+ width: 300px;
|
|
|
+ max-height: 280px;
|
|
|
+ border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
+ -webkit-border-radius: 0px;
|
|
|
+ -moz-border-radius: 0px;
|
|
|
+ border-radius: 0px;
|
|
|
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.sixty-percent-width-modal.widgets-browser-popup {
|