682a5eea5a
- Fix back-to-motion-block-link in item detail view. - Show projector name in window title. - Fix sorting for motion blocks and categories in motion list view. - Fix missing permission check for editing motion block. - Improved style of rejected CR in motionn detail view.
256 lines
3.4 KiB
SCSS
256 lines
3.4 KiB
SCSS
/** General helper classes **/
|
|
.disabled {
|
|
color: #555;
|
|
cursor: not-allowed !important;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
margin-left: 0px !important;
|
|
max-height: 300px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.slimDropDown {
|
|
padding-left: 4px !important;
|
|
padding-right: 4px !important;
|
|
}
|
|
|
|
.btn-primary {
|
|
background-color: #317796;
|
|
}
|
|
|
|
.btn-slim {
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
}
|
|
|
|
.spacer, .spacer-top {
|
|
margin-top: 7px;
|
|
}
|
|
|
|
.spacer-top-lg {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.spacer-bottom {
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.spacer-right {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.spacer-left {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.spacer-left-lg {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.no-padding {
|
|
padding: 0px;
|
|
}
|
|
|
|
.lead-div {
|
|
margin-bottom: 20px;
|
|
|
|
.lead {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
.hoverActions {
|
|
font-size: 85%;
|
|
}
|
|
|
|
.hiddenDiv {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.vcenter {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.white-space-pre-line {
|
|
white-space: pre-line;
|
|
}
|
|
|
|
.slimlabel.label {
|
|
padding: 0px 10px;
|
|
}
|
|
|
|
.indentation, .indentation20 {
|
|
margin-left: 20px !important;
|
|
}
|
|
|
|
.indentation-lg {
|
|
margin-left: 35px !important;
|
|
}
|
|
|
|
.halfWidth {
|
|
width: 50%;
|
|
}
|
|
|
|
.badge-info {
|
|
background-color: #f0ad4e;
|
|
}
|
|
|
|
.badge-success {
|
|
background-color: #5bb85b;
|
|
}
|
|
|
|
.smallhr {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
border-color: #cccccc;
|
|
}
|
|
|
|
.nobr {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.rotate-45-deg-right {
|
|
filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5)";
|
|
-webkit-transform: rotate(45deg);
|
|
-moz-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
-o-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.optional { /* show optional column */
|
|
display: auto;
|
|
}
|
|
|
|
.inline {
|
|
display: inline;
|
|
}
|
|
|
|
.login-logo {
|
|
width: 250px;
|
|
}
|
|
|
|
.loginForm .input-group-addon i {
|
|
width: 15px;
|
|
}
|
|
|
|
.modal-header {
|
|
padding: 5px;
|
|
}
|
|
|
|
.no-padding {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.no-padding-left {
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.no-padding-right {
|
|
padding-right: 0 !important;
|
|
}
|
|
|
|
.scroll-x-container {
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.btn-group > label > input[type=radio] {
|
|
display: none;
|
|
}
|
|
|
|
/* tables */
|
|
.topictext table {
|
|
border-spacing: 10px 0;
|
|
border-collapse: separate;
|
|
}
|
|
|
|
.minimum {
|
|
width: 1px;
|
|
}
|
|
|
|
.minimumTable {
|
|
width: auto;
|
|
}
|
|
|
|
.deleteColumn {
|
|
text-align: center;
|
|
background-color: #ff9999 !important;
|
|
}
|
|
|
|
th.sortable:hover, tr.pointer:hover, .pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/** background colors for table rows **/
|
|
tr.hiddenrow td {
|
|
background-color: #F5DCDC;
|
|
}
|
|
|
|
tr.activeline td, li.activeline, .projected {
|
|
background-color: #bed4de !important;
|
|
}
|
|
|
|
.related-projected {
|
|
background-color: #e1ecfe !important;
|
|
}
|
|
|
|
tr.selected td {
|
|
background-color: #ff9999;
|
|
}
|
|
|
|
.help-block {
|
|
font-size: 85%;
|
|
margin-top: 2px;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
.pagination-arrow {
|
|
font-size: 150%;
|
|
padding: 3px;
|
|
text-decoration: none;
|
|
|
|
&:hover, &:focus {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.grey {
|
|
color: gray;
|
|
}
|
|
|
|
.info {
|
|
color: #222;
|
|
background-color: #bed4de;
|
|
border-color: #46b8da;
|
|
}
|
|
.error {
|
|
color: #a94442;
|
|
background-color: #f2dede;
|
|
border-color: #ebccd1;
|
|
}
|
|
.success {
|
|
color: #3c763d;
|
|
background-color: #dff0d8;
|
|
border-color: #d6e9c6;
|
|
}
|
|
.warning {
|
|
color: #725523;
|
|
background-color: #fcf8e3;
|
|
border-color: #faebcc;
|
|
}
|
|
.close {
|
|
opacity: 0.3 !important;
|
|
}
|
|
.close:hover {
|
|
opacity: 0.6 !important;
|
|
}
|