merlin/extensions/mistral/static/mistral/css/mistral.css

142 lines
2.5 KiB
CSS

/* Copyright (c) 2014 Mirantis, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
*/
/*.left, .right {*/
/*padding: 6px;*/
/*}*/
/*.left {*/
/*border: 1px solid black;*/
/*}*/
.expandable:before {
content: '+';
}
.expandable.expanded:before {
content: '-';
}
.container-action {
padding-left: 5px;
}
.inner-node {
padding-left: 5px;
border-left: 1px solid green;
}
div#create-workbook {
padding-left: 15px;
padding-right: 15px;
}
.panel-default.merlin-panel > .panel-heading {
color: inherit;
background-color: inherit;
border: none;
padding-left: 20px;
}
.panel-default.merlin-panel .panel-body {
padding-left: 20px;
}
.panel-heading a:before {
font-family: 'FontAwesome';
content: "\f0d7";
margin-left: -10px;
float: left;
color: grey;
}
.panel-heading a.collapsed:before {
content:"\f0da";
}
.section .form-group {
padding-left: 15px;
}
.section .section {
margin-left: 15px;
}
.section a {
padding-left: 5px;
text-decoration: none;
color: black;
font-weight: bold;
}
.section a[data-toggle="collapse"]:before {
font-family: 'FontAwesome';
content: "\f147";
font-weight: normal;
float: left;
color: grey;
}
.section a[data-toggle="collapse"].collapsed:before {
content: "\f196";
}
i.fa-minus-circle.input-group-addon {
color: red;
}
.merlin-panel label {
font-weight: normal;
}
.merlin-panel .panel-title {
font-weight: bold;
}
.popover-content > button {
margin: 5px;
float: right;
}
.popover.right {
width: 200px;
}
.dictionary .add-btn {
margin-top: 26px;
}
.list .add-btn {
margin-top: 2px;
}
.second-column .form-group {
padding-left: 0;
}
.well .panel-body pre {
background-color: inherit;
border: none;
margin-bottom: 0;
}
i.fa-times-circle {
padding-right: 10px;
}
.section .section i.fa-times-circle {
font-weight: bold;
margin-top: 10px;
margin-bottom: 0;
font-size: 15px;
color: inherit;
}
.merlin-panel textarea {
resize: vertical;
}