2014-02-14 11:50:47 -06:00
|
|
|
|
|
|
|
|
2014-04-17 02:07:10 -05:00
|
|
|
#simple-container {
|
|
|
|
|
2014-07-31 05:26:01 -05:00
|
|
|
.global-activity-indicator {
|
2014-04-17 02:07:10 -05:00
|
|
|
|
2014-07-31 05:26:01 -05:00
|
|
|
bottom: auto;
|
|
|
|
height: auto;
|
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
|
color: white;
|
|
|
|
width: 200px;
|
|
|
|
text-align: left;
|
2014-04-17 02:07:10 -05:00
|
|
|
|
2014-07-31 05:26:01 -05:00
|
|
|
.activity-row {
|
|
|
|
background-color: transparent;
|
|
|
|
display: block;
|
|
|
|
padding: 10px 20px;
|
|
|
|
}
|
2014-04-17 02:07:10 -05:00
|
|
|
|
2014-07-31 05:26:01 -05:00
|
|
|
.activity-text {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
2014-04-17 02:07:10 -05:00
|
|
|
|
2014-07-31 05:26:01 -05:00
|
|
|
.activity-text {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
2014-04-17 02:07:10 -05:00
|
|
|
|
2014-07-31 05:26:01 -05:00
|
|
|
.slider {
|
|
|
|
transition-property: all;
|
|
|
|
transition-duration: .5s;
|
|
|
|
transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
|
|
|
|
}
|
2014-04-17 02:07:10 -05:00
|
|
|
}
|
|
|
|
|
2014-02-14 11:50:47 -06:00
|
|
|
.global-activity-indicator {
|
|
|
|
|
2014-07-31 05:26:01 -05:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
text-shadow: none;
|
|
|
|
color: black;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 300;
|
|
|
|
height: 80px;
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
2014-04-17 02:07:10 -05:00
|
|
|
|
2014-07-31 05:26:01 -05:00
|
|
|
.activity-row {
|
|
|
|
display: inline-block;
|
|
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
|
|
padding: 7px;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
2014-04-17 02:07:10 -05:00
|
|
|
|
2014-07-31 05:26:01 -05:00
|
|
|
.activity-text {
|
|
|
|
padding: 3px 14px;
|
|
|
|
background-color: white;
|
|
|
|
}
|
2014-02-14 11:50:47 -06:00
|
|
|
}
|
|
|
|
|
2014-04-17 02:07:10 -05:00
|
|
|
.slider {
|
2014-07-31 05:26:01 -05:00
|
|
|
overflow-y: hidden;
|
2014-02-14 11:50:47 -06:00
|
|
|
}
|
|
|
|
|
2014-04-17 02:07:10 -05:00
|
|
|
#simple-container .slider.closed,
|
2014-02-14 11:50:47 -06:00
|
|
|
.slider.closed {
|
2014-07-31 05:26:01 -05:00
|
|
|
max-height: 0;
|
|
|
|
padding: 0;
|
2014-02-14 11:50:47 -06:00
|
|
|
}
|
2014-07-31 05:15:09 -05:00
|
|
|
|
|
|
|
// Rule Details Widget
|
|
|
|
|
|
|
|
.rule-enable-radio {
|
|
|
|
// make some space for 'Undo' button
|
|
|
|
line-height: @input-height-base + 2;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
2014-07-31 05:57:53 -05:00
|
|
|
|
|
|
|
// SSH Key Widget
|
|
|
|
|
|
|
|
.sshkey-status {
|
|
|
|
margin-right: 5px;
|
2014-09-03 07:45:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
// Make bootstrap tooltips wider
|
|
|
|
.tooltip-inner {
|
|
|
|
min-width: 200px;
|
|
|
|
max-width: 400px;
|
2015-05-07 03:23:11 -05:00
|
|
|
}
|
|
|
|
|
2015-05-18 07:29:03 -05:00
|
|
|
// Datetime widget
|
|
|
|
.input-group .form-control.datetime-hour,
|
|
|
|
.input-group .form-control.datetime-minutes {
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.datetime-widget .time-cnt {
|
|
|
|
width: 1%;
|
|
|
|
display: table-cell;
|
|
|
|
|
|
|
|
.input-group-addon {
|
|
|
|
border: 0;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time-separator {
|
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.datetime-widget .time-group {
|
|
|
|
display: table;
|
|
|
|
padding-left: 10px
|
|
|
|
}
|
|
|
|
|
2015-06-05 12:03:46 -05:00
|
|
|
.apibrowser {
|
|
|
|
.item-select input[type=text] {
|
|
|
|
width: 100%;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
.label {
|
|
|
|
margin-left: 5px; // spacing between param flags
|
|
|
|
}
|
|
|
|
.prop-label {
|
|
|
|
text-align: right;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-07-08 17:12:00 -05:00
|
|
|
// Certificate Widget
|
|
|
|
|
|
|
|
.certificate-widget {
|
2016-04-26 05:28:45 -05:00
|
|
|
padding: 5px 5px 5px 5px;
|
|
|
|
border: 1px dashed #DDD;
|
2015-07-08 17:12:00 -05:00
|
|
|
label {
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
2016-04-26 05:28:45 -05:00
|
|
|
.cert-value {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2015-07-08 17:12:00 -05:00
|
|
|
.certificate {
|
|
|
|
word-wrap: break-word;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
2016-04-26 05:28:45 -05:00
|
|
|
.dropdown {
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
ul.dropdown-menu {
|
|
|
|
min-width: 100px;
|
|
|
|
}
|
|
|
|
.watermark {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
opacity:0.5;
|
|
|
|
font-size: 150%;
|
|
|
|
}
|
2015-07-08 17:12:00 -05:00
|
|
|
}
|
|
|
|
|
2016-04-22 03:31:07 -05:00
|
|
|
// Working widget
|
|
|
|
|
|
|
|
.working-widget {
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
.spinner {
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-05-07 03:23:11 -05:00
|
|
|
// workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=409254
|
2015-11-12 11:17:50 -06:00
|
|
|
tbody:empty { display: none; }
|
|
|
|
|
|
|
|
// Topology Graph
|
|
|
|
|
|
|
|
.topology-view {
|
|
|
|
svg {
|
2016-06-13 03:21:25 -05:00
|
|
|
background-color: #FFF;
|
|
|
|
cursor: default;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
-o-user-select: none;
|
|
|
|
user-select: none;
|
2015-11-12 11:17:50 -06:00
|
|
|
}
|
|
|
|
|
2016-06-13 03:21:25 -05:00
|
|
|
|
2015-11-12 11:17:50 -06:00
|
|
|
path.link {
|
2016-06-13 03:21:25 -05:00
|
|
|
fill: none;
|
|
|
|
stroke: #000;
|
|
|
|
stroke-width: 4px;
|
|
|
|
cursor: pointer;
|
|
|
|
.dragline {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2015-11-12 11:17:50 -06:00
|
|
|
}
|
|
|
|
|
2016-06-13 03:21:25 -05:00
|
|
|
.plus {
|
|
|
|
font-size: .9em;
|
|
|
|
font-family: FontAwesome;
|
|
|
|
fill: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adder_label {
|
|
|
|
font-weight: bold;
|
2015-11-12 11:17:50 -06:00
|
|
|
}
|
|
|
|
|
2016-06-13 03:21:25 -05:00
|
|
|
path.adder {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selected {
|
|
|
|
stroke-dasharray: 10,2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.marker {
|
|
|
|
stroke: rgba(0, 0, 0);
|
2015-11-12 11:17:50 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
circle.node {
|
2016-06-13 03:21:25 -05:00
|
|
|
stroke-width: 1.5px;
|
|
|
|
cursor: pointer;
|
2015-11-12 11:17:50 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
text {
|
2016-06-13 03:21:25 -05:00
|
|
|
font: 16px sans-serif;
|
|
|
|
pointer-events: none;
|
2015-11-12 11:17:50 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
text.id {
|
2016-06-13 03:21:25 -05:00
|
|
|
text-anchor: middle;
|
|
|
|
font-weight: bold;
|
2015-11-12 11:17:50 -06:00
|
|
|
}
|
|
|
|
}
|
2016-06-10 09:16:57 -05:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Moves message next to the rule radio button to the right in caacl plugin.
|
|
|
|
*/
|
|
|
|
.rule-radio-note {
|
|
|
|
float: right;
|
|
|
|
}
|