mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-05 23:17:33 +08:00
2161 lines
34 KiB
SCSS
2161 lines
34 KiB
SCSS
@import 'constants';
|
|
@import "mixins";
|
|
|
|
/** Layout **/
|
|
|
|
body,
|
|
#activity-modal,
|
|
#main-nav,
|
|
#notifications,
|
|
#notifications .alert {
|
|
min-width: 320px;
|
|
}
|
|
|
|
// Word wrapping everywhere, except for table header of "datatables.js"
|
|
body,
|
|
table.dataTable td {
|
|
text-overflow: ellipsis;
|
|
word-break: break-word;
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
// All tables are fixed, except for table of "datatables.js"
|
|
table {
|
|
table-layout: fixed;
|
|
}
|
|
|
|
#alert-container {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#main-nav {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#project-archive-btn {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
#projects-toolbar {
|
|
margin: 15px 0;
|
|
}
|
|
|
|
#projects-toolbar .form-group {
|
|
width: 100%;
|
|
}
|
|
|
|
.form-inline {
|
|
.form-group .dropdown {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
#fluid-content {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
padding-top: 80px;
|
|
}
|
|
|
|
.spacer {
|
|
margin-left: 0.5em;
|
|
margin-right: 0.5em;
|
|
}
|
|
|
|
#content-wrapper {
|
|
margin-top: 50px;
|
|
|
|
&.alert-shown {
|
|
margin-top: 102px;
|
|
}
|
|
}
|
|
|
|
.center-block-narrow {
|
|
max-width: 400px;
|
|
}
|
|
|
|
#notifications-dropdown {
|
|
.fa-bell {
|
|
font-size: 15px;
|
|
position: absolute;
|
|
}
|
|
|
|
#count-notifications {
|
|
background-color: $color-theme-primary;
|
|
border-radius: 5px;
|
|
color: $color-wild-sand;
|
|
display: none;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
margin-left: 12px;
|
|
padding: 1px 6px;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
|
|
@media(max-width:450px) {
|
|
.dropdown-notifications {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.dropdown-notifications {
|
|
max-height: 500px;
|
|
overflow-x: hidden;
|
|
overflow-y: scroll;
|
|
padding-bottom: 0;
|
|
padding-top: 0;
|
|
width: 450px;
|
|
word-wrap: break-word;
|
|
|
|
.notifications-no-recent {
|
|
padding-bottom: 10px;
|
|
padding-left: 10px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.notification {
|
|
border-bottom: 1px solid $color-alto;
|
|
padding-bottom: 10px;
|
|
padding-top: 10px;
|
|
|
|
&:hover {
|
|
background-color: $color-concrete;
|
|
}
|
|
}
|
|
|
|
.unseen {
|
|
border-left: 4px solid $color-theme-primary;
|
|
}
|
|
|
|
.text-center {
|
|
margin-left: 12px;
|
|
}
|
|
|
|
.avatar {
|
|
top: 0px;
|
|
margin-top: 5px;
|
|
height: 45px;
|
|
width: 45px;
|
|
}
|
|
|
|
.assignment {
|
|
background-color: $color-theme-primary;
|
|
border-radius: 50%;
|
|
color: $color-wild-sand;
|
|
display: block;
|
|
font-size: 23px;
|
|
height: 45px;
|
|
padding-top: 5px;
|
|
width: 45px;
|
|
}
|
|
|
|
.deliver {
|
|
background-color: $color-orange;
|
|
border-radius: 50%;
|
|
color: $color-wild-sand;
|
|
display: block;
|
|
font-size: 23px;
|
|
height: 45px;
|
|
padding-top: 5px;
|
|
width: 45px;
|
|
}
|
|
|
|
.system-message {
|
|
background-color: $color-theme-secondary;
|
|
border-radius: 50%;
|
|
color: $color-wild-sand;
|
|
display: block;
|
|
font-size: 23px;
|
|
height: 45px;
|
|
padding-top: 8px;
|
|
width: 45px;
|
|
}
|
|
|
|
.notifications-dropdown-header {
|
|
background-color: $color-theme-primary;
|
|
color: $color-wild-sand;
|
|
font-weight: bold;
|
|
padding: 8px;
|
|
|
|
a {
|
|
color: $color-white;
|
|
}
|
|
}
|
|
|
|
.notifications-dropdown-footer {
|
|
background-color: $color-mystic;
|
|
padding: 8px;
|
|
text-align: center;
|
|
}
|
|
|
|
}
|
|
|
|
.notification {
|
|
padding-right: 8px;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
#search-menu {
|
|
padding-right: 0;
|
|
|
|
.nav {
|
|
position: relative;
|
|
z-index: 1000;
|
|
}
|
|
}
|
|
|
|
#search-content {
|
|
padding-left: 0;
|
|
}
|
|
|
|
#search-container {
|
|
padding-left: 45px;
|
|
}
|
|
|
|
.well-search-checklist {
|
|
background-color: $color-concrete !important;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.blockquote-search {
|
|
font-size: 14px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.vertical-spacer-one-half {
|
|
display: inline-block;
|
|
width: 1.5em;
|
|
}
|
|
|
|
// Global invisible setter (hide element, but keep its size)
|
|
.invisible {
|
|
visibility: hidden !important;
|
|
}
|
|
|
|
/** Skin **/
|
|
|
|
|
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic&subset=latin,latin-ext);
|
|
|
|
body {
|
|
background-color: $color-concrete;
|
|
color: $color-emperor;
|
|
font-family: "Open Sans",Arial,Helvetica,sans-serif;
|
|
font-size: 13px;
|
|
}
|
|
|
|
a {
|
|
color: $color-theme-primary;
|
|
}
|
|
|
|
.jumbotron {
|
|
background-color: inherit;
|
|
}
|
|
|
|
.alert {
|
|
border-radius: 0;
|
|
margin-bottom: 0;
|
|
opacity: 1;
|
|
width: 100%;
|
|
|
|
&.alert-hidden {
|
|
display: none;
|
|
}
|
|
|
|
a#hide-alert {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
&.alert-floating {
|
|
position: fixed;
|
|
top: 50px;
|
|
z-index: 1000;
|
|
}
|
|
}
|
|
|
|
.badge {
|
|
background-color: $color-theme-primary;
|
|
font-size: 11px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.badge-indicator,
|
|
.btn .badge-indicator {
|
|
font-size: 9px;
|
|
margin-left: -8px;
|
|
padding: 3px 5px;
|
|
top: 3px;
|
|
}
|
|
|
|
.handle-move {
|
|
cursor: move;
|
|
cursor: -webkit-grabbing;
|
|
}
|
|
|
|
.bg-primary {
|
|
background-color: $color-theme-primary;
|
|
}
|
|
|
|
/* this rule is strict because the order of css files is not correct */
|
|
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.btn {
|
|
border-radius: 1.5em;
|
|
}
|
|
|
|
.btn-primary {
|
|
background-color: $color-theme-secondary;
|
|
border-color: darken($color-theme-secondary, 5%);
|
|
|
|
&.active,
|
|
&.focus,
|
|
&.active.focus {
|
|
background-color: darken($color-theme-secondary, 20%);
|
|
border-color: darken($color-theme-secondary, 25%);
|
|
|
|
&:hover {
|
|
background-color: darken($color-theme-secondary, 25%);
|
|
border-color: darken($color-theme-secondary, 30%);
|
|
}
|
|
}
|
|
|
|
&:active,
|
|
&:focus,
|
|
&:active:focus,
|
|
&:active:hover,
|
|
&:focus:hover,
|
|
&:active:focus:hover {
|
|
background-color: darken($color-theme-secondary, 20%);
|
|
border-color: darken($color-theme-secondary, 25%);
|
|
}
|
|
|
|
&:hover {
|
|
background-color: darken($color-theme-secondary, 5%);
|
|
border-color: darken($color-theme-secondary, 10%);
|
|
}
|
|
}
|
|
|
|
.btn-omniauth-login {
|
|
background-color: $color-theme-primary;
|
|
color: $color-white;
|
|
|
|
&:active,
|
|
&:focus,
|
|
&:active:focus {
|
|
background-color: darken($color-theme-primary, 5%);
|
|
color: $color-white;
|
|
|
|
&:hover {
|
|
background-color: darken($color-theme-primary, 10%);
|
|
color: $color-white;
|
|
}
|
|
}
|
|
|
|
&:hover {
|
|
background-color: darken($color-theme-primary, 5%);
|
|
color: $color-white;
|
|
}
|
|
}
|
|
|
|
.btn-open-file {
|
|
position: relative;
|
|
overflow: hidden;
|
|
|
|
& > input[type=file] {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
min-width: 100%;
|
|
min-height: 100%;
|
|
font-size: 100px;
|
|
text-align: right;
|
|
filter: alpha(opacity=0);
|
|
opacity: 0;
|
|
outline: none;
|
|
background: white;
|
|
cursor: inherit;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
mark,.mark {
|
|
background-color: $color-candlelight;
|
|
}
|
|
|
|
.label-default {
|
|
background-color: $color-alto;
|
|
}
|
|
|
|
.label-primary {
|
|
background-color: $color-theme-primary;
|
|
}
|
|
|
|
.circle {
|
|
@extend .badge;
|
|
background-color: $color-theme-primary;
|
|
border-radius: 1em;
|
|
|
|
&.disabled {
|
|
background-color: $color-silver-chalice;
|
|
}
|
|
}
|
|
|
|
.navbar {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.navbar-default {
|
|
background-color: $color-white;
|
|
border-color: $color-alto;
|
|
}
|
|
|
|
.navbar-default .navbar-brand {
|
|
background-color: $color-theme-primary;
|
|
font-size: 23px;
|
|
|
|
& > img {
|
|
margin-top: -4px;
|
|
max-width: 132px;
|
|
max-height: 26px;
|
|
|
|
&.with-version {
|
|
margin-top: -10px;
|
|
}
|
|
}
|
|
|
|
& > span.version {
|
|
font-size: 0.6em;
|
|
color: $color-white;
|
|
float: right;
|
|
}
|
|
|
|
&:hover,
|
|
&:focus,
|
|
&:focus:active,
|
|
&:focus:visited {
|
|
background-color: $color-theme-primary;
|
|
}
|
|
}
|
|
|
|
a[data-toggle="tooltip"] {
|
|
color: inherit;
|
|
border-bottom: 1px dashed $color-emperor;
|
|
|
|
&:hover {
|
|
text-decoration: none;
|
|
cursor: help;
|
|
}
|
|
}
|
|
|
|
.nav-tabs {
|
|
margin-bottom: 15px;
|
|
|
|
& > li.has-error {
|
|
& > a {
|
|
color: $color-apple-blossom;
|
|
|
|
&:hover {
|
|
color: $color-mojo;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.has-error {
|
|
.ql-container.ql-snow,
|
|
.ql-toolbar.ql-snow {
|
|
border: 1px solid $color-apple-blossom;
|
|
}
|
|
}
|
|
|
|
.nav-tabs-less {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.nav-pills {
|
|
& > li {
|
|
a {
|
|
color: $color-theme-primary;
|
|
}
|
|
|
|
&:not(.active):hover a {
|
|
background-color: $color-alto;
|
|
}
|
|
|
|
&.active a {
|
|
color: $color-white;
|
|
background-color: $color-theme-primary;
|
|
}
|
|
}
|
|
}
|
|
|
|
.breadcrumb {
|
|
background-color: transparent;
|
|
padding: 15px;
|
|
margin-bottom: 0;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.nav-tabs-less > li.active > a {
|
|
&,&:hover,&:focus {
|
|
color: $color-theme-secondary;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
}
|
|
|
|
.tag.label.label-info {
|
|
font-size: 100%;
|
|
background-color: $color-theme-primary;
|
|
}
|
|
|
|
#secondary-navigation {
|
|
white-space: nowrap;
|
|
overflow: hidden
|
|
}
|
|
|
|
.panel-body {
|
|
.ql-editor {
|
|
padding: 0;
|
|
white-space: normal;
|
|
|
|
blockquote {
|
|
padding: 10px 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.navbar-secondary {
|
|
background: $color-concrete !important;
|
|
margin-left: -280px;
|
|
padding-left: 295px;
|
|
padding-right: 15px;
|
|
margin-bottom: 0;
|
|
border-color: transparent;
|
|
z-index: 500;
|
|
position: fixed;
|
|
width: 100%;
|
|
|
|
.container-fluid {
|
|
border-left: 0;
|
|
border-top: 0;
|
|
border-right: 0;
|
|
border-bottom: 4px solid $color-silver;
|
|
padding-right: 0;
|
|
}
|
|
|
|
ul.nav {
|
|
margin-right: 0;
|
|
|
|
& > li {
|
|
text-transform: uppercase;
|
|
|
|
& > a {
|
|
color: $color-gray;
|
|
|
|
span {
|
|
//width: 14px;
|
|
}
|
|
}
|
|
&.active {
|
|
@include box-shadow(0 4px 0 $color-theme-primary);
|
|
|
|
&> a {
|
|
font-weight: bold;
|
|
color: $color-emperor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.navbar-secondary {
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.navbar-without-sidebar{
|
|
padding-left: 15px;
|
|
margin-left: 0px;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
/** Chat bubble */
|
|
.chat-bubble {
|
|
background-color: $color-white;
|
|
border-radius: 1em;
|
|
padding: 10px;
|
|
}
|
|
|
|
/** Search */
|
|
.nav-search {
|
|
li.disabled {
|
|
opacity: 0.8;
|
|
|
|
.badge {
|
|
background-color: $color-emperor;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
}
|
|
|
|
.repositories-team {
|
|
padding: 10px 15px;
|
|
|
|
&.active {
|
|
color: $color-theme-primary;
|
|
}
|
|
}
|
|
|
|
.repository-search {
|
|
padding-left: 15px;
|
|
}
|
|
}
|
|
|
|
.search-dropdown {
|
|
padding-right: 25px;
|
|
width: 250px;
|
|
|
|
input {
|
|
width: 230px;
|
|
}
|
|
}
|
|
|
|
@media(max-width:1000px) {
|
|
.search-dropdown {
|
|
width: 270px;
|
|
|
|
.form-group {
|
|
padding-left: 15px;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Global team switch
|
|
#team-switch {
|
|
border-left: 1px solid $color-alto;
|
|
border-right: 1px solid $color-alto;
|
|
word-wrap: break-word;
|
|
|
|
.dropdown-menu {
|
|
width: 100%;
|
|
}
|
|
|
|
i {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
li {
|
|
display: block;
|
|
text-align: left;
|
|
word-wrap: break-word;
|
|
|
|
&:hover {
|
|
background-color: $color-concrete;
|
|
}
|
|
|
|
a {
|
|
color: $color-emperor;
|
|
display: block;
|
|
line-height: 1.6em;
|
|
padding: 3px 20px;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
word-wrap: break-word;
|
|
}
|
|
}
|
|
}
|
|
|
|
/** Settings */
|
|
.nav-settings {
|
|
margin-top: 15px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.tab-pane-settings {
|
|
background-color: $color-white;
|
|
padding: 15px;
|
|
border-left: 1px solid $color-alto;
|
|
border-right: 1px solid $color-alto;
|
|
border-bottom: 1px solid $color-alto;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.breadcrumb-teams {
|
|
background-color: $color-concrete;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.notification-settings-labels {
|
|
line-height: 3em;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.notification-settings-container {
|
|
margin-bottom: 50px;
|
|
margin-top: 50px;
|
|
|
|
h4 {
|
|
font-weight: 600;
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.col-sm-4 {
|
|
padding-left: 5rem;
|
|
padding-top: .5rem;
|
|
word-break: break-word;
|
|
}
|
|
|
|
.col-sm-2 {
|
|
padding-left: 3rem;
|
|
padding-top: .7rem;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.col-sm-4 {
|
|
margin-bottom: 1rem;
|
|
padding-left: 1.8rem;
|
|
}
|
|
|
|
.col-sm-2 {
|
|
padding-left: 1.8rem;
|
|
}
|
|
}
|
|
|
|
.btn-group {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.assignment {
|
|
background-color: $color-theme-primary;
|
|
border-radius: 50%;
|
|
color: $color-wild-sand;
|
|
display: block !important;
|
|
font-size: 15px;
|
|
height: 30px;
|
|
margin-right: 15px;
|
|
padding: 7px;
|
|
padding-bottom: 5px;
|
|
padding-top: 5px;
|
|
width: 30px;
|
|
}
|
|
|
|
.system-message {
|
|
background-color: $color-theme-secondary;
|
|
border-radius: 50%;
|
|
color: $color-wild-sand;
|
|
display: block !important;
|
|
font-size: 15px;
|
|
height: 30px;
|
|
margin-right: 15px;
|
|
padding: 8px;
|
|
padding-bottom: 5px;
|
|
padding-top: 5px;
|
|
width: 30px;
|
|
}
|
|
|
|
.img-circle {
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
|
|
#reset-tutorial-btn {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
// Help link
|
|
#help-link {
|
|
padding: 13px;
|
|
|
|
.glyphicon.glyphicon-info-sign {
|
|
font-size: 16px;
|
|
margin-top: 4px;
|
|
}
|
|
}
|
|
|
|
// Checkbox tree
|
|
.checkbox-tree ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
/** Add users modal */
|
|
.btn-group-existing-users {
|
|
width: 100%;
|
|
|
|
label.btn {
|
|
text-align: center;
|
|
|
|
&.btn-title {
|
|
color: $color-white;
|
|
cursor: inherit;
|
|
background-color: $color-theme-primary;
|
|
|
|
&:focus, &:active, &:hover {
|
|
box-shadow: none;
|
|
background-color: $color-theme-primary;
|
|
border-color: $color-dark-gray;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.existing-users-smalltext {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
// Teams datatable
|
|
.teams-datatable {
|
|
margin-bottom: 20px;
|
|
|
|
.dataTables_paginate {
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
/** Users datatable */
|
|
.panel-team-users .panel-body {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.users-datatable {
|
|
margin-bottom: 20px;
|
|
|
|
#users-table_filter {
|
|
float: right;
|
|
margin-top: 19px;
|
|
}
|
|
|
|
#users-table_paginate {
|
|
float: right;
|
|
}
|
|
|
|
.dropdown-teams-user {
|
|
.dropdown-menu li.user-team-role {
|
|
& > :first-child {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
&:not(.disabled) span.glyphicon {
|
|
color: transparent !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.user-statistics {
|
|
.list-inline {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.label {
|
|
font-size: 100%;
|
|
}
|
|
|
|
li {
|
|
height: 100px;
|
|
margin: 15px;
|
|
padding-bottom: 15px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
width: 100px;
|
|
}
|
|
}
|
|
|
|
/** Protocols management */
|
|
.breadcrumb-protocols-manager {
|
|
overflow: visible;
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
background-color: $color-white;
|
|
}
|
|
|
|
.tab-pane-protocols {
|
|
& > div.protocols-description {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
& > .btn-group {
|
|
margin-right: 30px;
|
|
}
|
|
}
|
|
@media(max-width:768px) {
|
|
.tab-pane-protocols > .btn-group {
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
|
|
@media(max-width:768px) {
|
|
.navbar-secondary ul.breadcrumb {
|
|
margin-left: 15px;
|
|
}
|
|
}
|
|
|
|
.protocols-datatable table {
|
|
tbody tr.selected {
|
|
& > td:nth-child(3), td:nth-child(4) {
|
|
color: $color-emperor;
|
|
& a {
|
|
color: $color-emperor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.well-protocols-results {
|
|
margin-top: 15px;
|
|
margin-bottom: 0;
|
|
background-color: $color-concrete !important;
|
|
|
|
& > ul {
|
|
list-style: none;
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
|
|
& > li {
|
|
margin: 2px 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.linked-children-datatable {
|
|
clear: right;
|
|
|
|
table thead {
|
|
display: none;
|
|
}
|
|
|
|
table tbody tr .breadcrumb {
|
|
padding: 0 5px;
|
|
|
|
& li + li::before {
|
|
content: "> ";
|
|
}
|
|
}
|
|
|
|
.dataTables_paginate {
|
|
float: right;
|
|
|
|
.pagination {
|
|
margin: 2px 0;
|
|
}
|
|
}
|
|
|
|
.dataTables_info {
|
|
padding-top: 8px;
|
|
}
|
|
}
|
|
|
|
a.edit-name-link small {
|
|
margin-left: 5px;
|
|
display: none;
|
|
}
|
|
a.edit-name-link:hover small {
|
|
display: initial;
|
|
}
|
|
|
|
#edit-protocol-metadata-modal {
|
|
& div.bootstrap-tagsinput {
|
|
width: 100%;
|
|
min-height: 64px;
|
|
}
|
|
}
|
|
|
|
ul.no-style {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
ul.double-line > li {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.page-header {
|
|
border-color: $color-alto;
|
|
}
|
|
|
|
.pagination > .active > a,
|
|
.pagination > .active > a:hover,
|
|
.pagination > .active > a:focus,
|
|
.pagination > .active > span,
|
|
.pagination > .active > span:hover,
|
|
.pagination > .active > span:focus {
|
|
background-color: $color-theme-primary;
|
|
}
|
|
|
|
.pagination > li > a,
|
|
.pagination > li > span {
|
|
color: $color-theme-primary;
|
|
}
|
|
|
|
.panel-default > .panel-heading {
|
|
background-color: $color-mystic;
|
|
|
|
&>.panel-title {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.panel-project {
|
|
.panel-heading {
|
|
background-color: $color-theme-primary;
|
|
color: $color-white;
|
|
}
|
|
}
|
|
|
|
.panel-archive {
|
|
.panel-heading {
|
|
background-color: darken($color-mystic, 5%);
|
|
color: lighten($color-mine-shaft, 15%);
|
|
}
|
|
}
|
|
|
|
.panel-options {
|
|
position: relative;
|
|
bottom: 6px;
|
|
}
|
|
|
|
.panel-footer {
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.panel-footer-scinote {
|
|
background: linear-gradient(to bottom, $color-concrete, $color-white 10px);
|
|
padding: 0;
|
|
|
|
hr {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.btn-link {
|
|
color: $color-silver-chalice;
|
|
}
|
|
|
|
.btn-link:hover {
|
|
color: darken($color-silver-chalice, 15%);
|
|
}
|
|
|
|
.tab-content {
|
|
ul {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
li {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.manage-users-link {
|
|
padding-left: 15px;
|
|
}
|
|
}
|
|
|
|
.content-module-info {
|
|
max-height: 250px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.content-comments {
|
|
max-height: 250px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.content-activities {
|
|
max-height: 250px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.content-users {
|
|
max-height: 250px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.content-notifications {
|
|
max-height: 250px;
|
|
overflow: auto;
|
|
|
|
li.notification.alert-red > .date-time {
|
|
font-weight: bold;
|
|
color: $color-milano-red;
|
|
}
|
|
li.notification.alert-yellow > .date-time {
|
|
font-weight: bold;
|
|
color: $color-candlelight;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* Accordion panel */
|
|
.panel-accordion {
|
|
border: 0;
|
|
border-radius: 0;
|
|
margin-bottom: 0;
|
|
|
|
&> .panel-heading {
|
|
background-color: $color-mystic;
|
|
border-bottom: 1px solid $color-alto;
|
|
|
|
.panel-title > a {
|
|
&:hover, &:focus {
|
|
text-decoration: none;
|
|
}
|
|
|
|
& > span {
|
|
@include rotate(90deg);
|
|
}
|
|
}
|
|
}
|
|
& .panel-body {
|
|
background-color: $color-white;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.form-control.bootstrap-select {
|
|
background-color: inherit;
|
|
@include box-shadow(inherit);
|
|
}
|
|
|
|
.panel-heading .dropdown {
|
|
bottom: 8px;
|
|
left: 8px;
|
|
}
|
|
|
|
#activity-modal {
|
|
.modal-body {
|
|
background-color: $color-concrete;
|
|
color: $color-mine-shaft;
|
|
}
|
|
}
|
|
|
|
/** Activity list resembling Bootstrap wells */
|
|
ul.content-activities {
|
|
|
|
li.activity-item {
|
|
border-radius: .25em;
|
|
background-color: $color-white;
|
|
border: 1px solid $color-concrete;
|
|
|
|
.activity-item-date {
|
|
min-width: 150px;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
border-top-left-radius: .25em;
|
|
border-bottom-left-radius: .25em;
|
|
border: 3px solid $color-alto;
|
|
background-color: $color-alto;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
vertical-align: top;
|
|
}
|
|
.activity-item-text {
|
|
display: table-cell;
|
|
padding: 3px 10px;
|
|
text-align: justify;
|
|
}
|
|
}
|
|
li.activity-date-item {
|
|
font-size: 1.4em;
|
|
|
|
& > span {
|
|
padding-left: 2em;
|
|
padding-right: 2em;
|
|
}
|
|
}
|
|
}
|
|
|
|
ul.content-module-activities {
|
|
|
|
li.activity-item {
|
|
margin-bottom: 15px;
|
|
|
|
.activity-item-date {
|
|
font-size: 1.2em;
|
|
background-color: $color-theme-primary;
|
|
border-color: $color-theme-primary;
|
|
color: $color-white;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
.activity-item-text {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.step {
|
|
.panel-heading a[data-toggle] {
|
|
color: inherit;
|
|
}
|
|
|
|
&.not-completed {
|
|
.badge-num > span.badge {
|
|
background-color: $color-silver;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.well {
|
|
background-color: $color-white;
|
|
}
|
|
|
|
.well-sm {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.panel-protocol-status {
|
|
display: inline-block;
|
|
margin-bottom: 5px;
|
|
|
|
& > .panel-body {
|
|
padding: 5px 5px 5px 15px;
|
|
}
|
|
}
|
|
|
|
.load-from-repository-protocols-datatable {
|
|
clear: right;
|
|
|
|
& .dataTables_wrapper .dataTables_filter {
|
|
float: right;
|
|
margin-top: 15px;
|
|
}
|
|
}
|
|
|
|
// Preview protocol modal
|
|
@media (min-width: 768px) {
|
|
#protocol-preview-modal .modal-dialog {
|
|
width: 70%;
|
|
}
|
|
}
|
|
|
|
#protocol-preview-modal .modal-dialog {
|
|
.modal-body {
|
|
max-height: 75vh;
|
|
overflow-y: auto;
|
|
width: 100%;
|
|
|
|
.ql-editor {
|
|
min-height: initial;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* Import protocol/s modal */
|
|
#import-protocol-modal .modal-dialog {
|
|
width: 70%;
|
|
}
|
|
|
|
.import-protocols-modal-preview-container {
|
|
height: 300px;
|
|
overflow-y: scroll;
|
|
width: 100%;
|
|
|
|
.eln-table {
|
|
text-align: center;
|
|
height: 21px;
|
|
}
|
|
|
|
.badge-preview {
|
|
background-color: $color-silver;
|
|
border-radius: 2em;
|
|
float: left;
|
|
font-size: 20px;
|
|
padding: 5px 14px;
|
|
position: relative;
|
|
top: -10px;
|
|
}
|
|
}
|
|
|
|
/* Steps and Results */
|
|
#steps {
|
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAAIUlEQVQImWNgoD5gZGBgMILSjKRo/P//vwiSGQwMDAwMAEnaA0jgHoquAAAAAElFTkSuQmCC");
|
|
background-repeat: repeat-y;
|
|
background-position: -3px 0;
|
|
}
|
|
|
|
.badge-icon {
|
|
font-size: 1.4em;
|
|
float: left;
|
|
padding: 6px 10px;
|
|
|
|
& + .well-sm {
|
|
margin-left: 38px;
|
|
}
|
|
}
|
|
|
|
.new-asset-box {
|
|
border: 1px solid $color-silver;
|
|
border-radius: 2px;
|
|
font-size: 2rem;
|
|
margin-bottom: 20px;
|
|
margin-top: 20px;
|
|
padding-bottom: 30px;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.dnd-error {
|
|
color: $color-milano-red;
|
|
}
|
|
|
|
.is-dragover {
|
|
background: $color-drag-overlay;
|
|
bottom: 0;
|
|
display: none;
|
|
height: 100%;
|
|
left: 0;
|
|
min-height: 100%;
|
|
pointer-events: none;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 999999;
|
|
|
|
span {
|
|
color: $color-white;
|
|
display: block;
|
|
font-size: 4em;
|
|
font-weight: bold;
|
|
padding-top: 25%;
|
|
pointer-events: none;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.step,
|
|
.result {
|
|
.panel {
|
|
margin-left: 38px;
|
|
}
|
|
|
|
.row {
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.badge-num {
|
|
position: absolute;
|
|
|
|
& > .badge {
|
|
border-radius: 2em;
|
|
float: left;
|
|
font-size: 23.4px;
|
|
padding: 6px 11px;
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
|
|
.size-digit-2 {
|
|
font-size: 18px;
|
|
padding: 8px;
|
|
}
|
|
|
|
.size-digit-3 {
|
|
font-size: 14px;
|
|
padding: 10px 6px;
|
|
}
|
|
|
|
& > .badge.icon {
|
|
font-size: 16.5px;
|
|
padding: 9px;
|
|
}
|
|
}
|
|
|
|
.panel-heading a[data-toggle] {
|
|
color: inherit;
|
|
}
|
|
|
|
.content-comments {
|
|
max-height: 250px;
|
|
overflow: auto;
|
|
padding: 0 15px;
|
|
}
|
|
}
|
|
|
|
.hot-table {
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.step-result-hot-table {
|
|
max-height: 400px;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
.btn-greyed {
|
|
background-color: $color-silver-chalice;
|
|
border-color: $color-silver-chalice;
|
|
color: $color-white;
|
|
|
|
&:hover,
|
|
&:focus {
|
|
background-color: darken($color-silver-chalice, 15%);
|
|
border-color: darken($color-silver-chalice, 15%);
|
|
color: $color-white;
|
|
}
|
|
}
|
|
/* Data table */
|
|
|
|
table.dataTable {
|
|
background-color: $color-alabaster;
|
|
table-layout: initial;
|
|
text-overflow: initial;
|
|
width: 100%;
|
|
word-break: initial;
|
|
|
|
thead {
|
|
background-color: $color-gray;
|
|
}
|
|
|
|
thead > tr > th {
|
|
border-bottom-width: 0;
|
|
border-left: 2px solid $color-alabaster;
|
|
color: $color-white;
|
|
font-weight: normal;
|
|
}
|
|
|
|
thead > tr > th:first-child {
|
|
border-left: none;
|
|
}
|
|
|
|
thead > tr > th,
|
|
thead > tr > td {
|
|
padding: 6px;
|
|
}
|
|
|
|
tbody > tr.selected,
|
|
tbody > tr > .selected {
|
|
background-color: $color-alto !important;
|
|
color: $color-emperor !important;
|
|
|
|
a {
|
|
color: $color-theme-primary !important;
|
|
}
|
|
}
|
|
|
|
.sorting_desc,
|
|
.sorting_asc {
|
|
background-color: $color-theme-primary;
|
|
}
|
|
}
|
|
|
|
/* Helpers */
|
|
.line-wrap {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
max-width: 100%;
|
|
|
|
&.short {
|
|
position: relative;
|
|
top: 6px;
|
|
max-width: 78%;
|
|
}
|
|
}
|
|
|
|
/* Sample group color picker */
|
|
.btn-group-sample-group-color {
|
|
.btn-group > .btn {
|
|
border-radius: 0 !important;
|
|
}
|
|
}
|
|
|
|
#samples_length {
|
|
display: inline-block;
|
|
}
|
|
|
|
.toolbarButtons {
|
|
display: inline-block;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
/* Pills with arrow */
|
|
|
|
.nav-stacked-arrow > li > a {
|
|
border-radius: 2px;
|
|
}
|
|
.nav-stacked-arrow > li.active > a:after,
|
|
.nav-stacked-arrow > li.active > a:hover:after,
|
|
.nav-stacked-arrow > li.active > a:focus:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 100%;
|
|
top: 50%;
|
|
margin-top: -19px;
|
|
border-top: 19px solid transparent;
|
|
border-left: 13px solid $color-theme-primary;
|
|
border-bottom: 19px solid transparent;
|
|
}
|
|
|
|
.nav-stacked-arrow > li.active > a:hover:after {
|
|
border-left: 13px solid darken($color-theme-primary, 15%);
|
|
}
|
|
|
|
/* Overlay to disable interaction while loading ajax */
|
|
.loading-overlay {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 1000000000;
|
|
cursor: wait;
|
|
}
|
|
|
|
.loading-overlay-center {
|
|
position: fixed;
|
|
left:50%;
|
|
top:50%;
|
|
z-index: 1000000000;
|
|
}
|
|
|
|
.turbolinks-progress-bar::before {
|
|
background-color: $color-theme-primary;
|
|
}
|
|
|
|
/* Loading animation for ajax events, inspired by Codrops */
|
|
#loading-animation {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
width: 100%;
|
|
height: 3px;
|
|
background: $color-theme-primary;
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
transform: translate3d(-100%, 0, 0);
|
|
pointer-events: none;
|
|
}
|
|
|
|
#loading-animation.animate {
|
|
z-index: 10000000;
|
|
opacity: 0;
|
|
-webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
|
|
transition: transform 5s ease-in, opacity 1s 5s;
|
|
-webkit-transform: translate3d(0%, 0, 0);
|
|
transform: translate3d(0%, 0, 0);
|
|
}
|
|
|
|
/* Custom settings for intro-js */
|
|
.introjs-tooltip {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.custom .introjs-button {
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.custom .introjs-disabled {
|
|
display: none;
|
|
}
|
|
|
|
.custom .introjs-skipbutton {
|
|
border-radius: 0;
|
|
color: $color-theme-primary;
|
|
background-color: $color-white;
|
|
background-image: none;
|
|
border: none;
|
|
}
|
|
|
|
.disabled-next .introjs-nextbutton {
|
|
display: none;
|
|
}
|
|
|
|
.introjs-tooltipReferenceLayer {
|
|
z-index: $infinity !important;
|
|
|
|
&.max {
|
|
z-index: calc($infinity + 1) !important;
|
|
}
|
|
}
|
|
|
|
.modal-tooltip {
|
|
border-bottom: 1px dotted $color-alto;
|
|
cursor: help;
|
|
display: inline-block;
|
|
|
|
.modal-tooltiptext {
|
|
background-color: $color-alto;
|
|
border-radius: 6px;
|
|
color: $color-mine-shaft;
|
|
display: block;
|
|
margin-left: 100px;
|
|
padding: 5px;
|
|
position: absolute;
|
|
text-align: center;
|
|
visibility: hidden;
|
|
width: 200px;
|
|
word-wrap: break-word;
|
|
z-index: $infinity;
|
|
}
|
|
}
|
|
|
|
.modal-tooltip:hover .modal-tooltiptext {
|
|
visibility: visible;
|
|
}
|
|
|
|
// don't display tooltip, it's handeled with js
|
|
.repository-table .modal-tooltip:hover .modal-tooltiptext {
|
|
visibility: hidden;
|
|
}
|
|
|
|
// Comments
|
|
|
|
.comment-more {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.dropdown.dropdown-comment {
|
|
display: inline-block;
|
|
|
|
[data-role="comment-options"] {
|
|
color: $color-emperor;
|
|
}
|
|
}
|
|
|
|
.dropdown-menu.dropdown-menu-fixed {
|
|
left: auto;
|
|
position: fixed;
|
|
top: auto;
|
|
|
|
li:not(.dropdown-header):hover {
|
|
background-color: $color-wild-sand;
|
|
}
|
|
}
|
|
|
|
.edit-comment-form {
|
|
.help-block {
|
|
display: inline;
|
|
}
|
|
}
|
|
|
|
//edit avatar
|
|
.avatar-container {
|
|
background-color: lighten($color-concrete, 2%);
|
|
height: 100px;
|
|
position: relative;
|
|
width: 100px;
|
|
}
|
|
|
|
.avatar-container:hover .avatar-edit {
|
|
display: block;
|
|
}
|
|
|
|
.avatar-image {
|
|
left: 50%;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.avatar-edit {
|
|
display: none;
|
|
margin-top: 70%;
|
|
opacity: .8;
|
|
position: absolute;
|
|
z-index: 10;
|
|
|
|
.btn-greyed {
|
|
border-radius: 0;
|
|
width: 100px;
|
|
}
|
|
}
|
|
|
|
.avatar-file-upload input[type=file] {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.modal-invite-users {
|
|
.bootstrap-tagsinput {
|
|
min-width: 450px;
|
|
}
|
|
|
|
.results-container .alert {
|
|
margin-bottom: 10px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.results-container .results-wrap {
|
|
max-height: 400px;
|
|
overflow-y: auto;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.team-selector .heading {
|
|
margin-top: 15px;
|
|
margin-bottom: 5px;
|
|
|
|
input[type=checkbox] {
|
|
vertical-align: middle;
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Image preview modal
|
|
.modal-image-preview {
|
|
background: transparent;
|
|
font-size: 16px;
|
|
padding-right: 0 !important;
|
|
z-index: 1060;
|
|
|
|
.preview-close {
|
|
background: transparent;
|
|
border: 0;
|
|
color: $color-white;
|
|
display: inline-block;
|
|
float: right;
|
|
}
|
|
|
|
.modal-dialog {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: auto;
|
|
}
|
|
|
|
.modal-content {
|
|
background: transparent;
|
|
border: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: $color-white;
|
|
height: 100%;
|
|
width: auto;
|
|
}
|
|
|
|
img {
|
|
height: auto;
|
|
max-width: 100%;
|
|
|
|
@media (max-height: 520px) {
|
|
height: 80%;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|
|
.modal-header {
|
|
background: $color-black;
|
|
border: 0;
|
|
height: 60px;
|
|
}
|
|
|
|
.modal-body {
|
|
align-items: center;
|
|
display: -moz-flex;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
height: calc(100% - 120px);
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.modal-footer {
|
|
background: $color-black;
|
|
border: 0;
|
|
bottom: 0;
|
|
height: 60px;
|
|
position: absolute;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.image-download-link {
|
|
color: $color-white;
|
|
display: inline-block;
|
|
float: right;
|
|
margin-right: 20px;
|
|
}
|
|
}
|
|
|
|
// Disable textarea resizing throughout application
|
|
// (will be done via autosize JS plugin)
|
|
textarea {
|
|
resize: none;
|
|
}
|
|
|
|
textarea.textarea-sm {
|
|
height: 34px;
|
|
min-height: 34px;
|
|
|
|
&.form-control {
|
|
height: 34px;
|
|
}
|
|
}
|
|
|
|
.comment-form .input-group {
|
|
height: 100%;
|
|
|
|
textarea {
|
|
-webkit-margin-before: 1px;
|
|
-webkit-margin-after: 1px;
|
|
}
|
|
|
|
.input-group-btn {
|
|
height: 100%;
|
|
|
|
.btn.btn-default {
|
|
height: 100%;
|
|
min-height: 34px;
|
|
-webkit-padding-before: 0;
|
|
-webkit-padding-after: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
// new smart dropdown styles
|
|
|
|
.smart-dropdown {
|
|
overflow-y: auto;
|
|
padding: 0;
|
|
width: 300px;
|
|
|
|
.modal-tooltiptext {
|
|
margin-left: 0;
|
|
z-index: 99999999;
|
|
}
|
|
|
|
li {
|
|
background: $color-white;
|
|
border: 1px solid $color-alto;
|
|
padding: 10px 10px 10px 0;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
[data-position] {
|
|
cursor: -webkit-grab;
|
|
cursor: grab;
|
|
}
|
|
|
|
.ui-sortable-helper {
|
|
cursor: -webkit-grabbing;
|
|
cursor: grabbing;
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 0;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.grippy {
|
|
background-repeat: none;
|
|
display: inline-block;
|
|
height: 19px;
|
|
margin-top: 5px;
|
|
width: 10px;
|
|
}
|
|
|
|
li:not(.editing) .grippy-img {
|
|
background: url(asset-path('custom/grippy.png'));
|
|
}
|
|
|
|
.text {
|
|
display: inline-block;
|
|
padding-left: 15px;
|
|
padding-top: 5px;
|
|
position: absolute;
|
|
}
|
|
|
|
.text-edit {
|
|
display: inline-block;
|
|
margin-left: 2px;
|
|
margin-top: -2.5px;
|
|
position: absolute;
|
|
width: 180px;
|
|
}
|
|
|
|
.col-invisible {
|
|
color: $color-alto;
|
|
}
|
|
|
|
.controls {
|
|
display: inline-block;
|
|
margin-top: 5px;
|
|
|
|
span {
|
|
cursor: pointer;
|
|
|
|
&.disabled {
|
|
visibility: hidden;
|
|
}
|
|
|
|
&:hover {
|
|
color: $color-emperor;
|
|
}
|
|
}
|
|
|
|
.ok {
|
|
color: $color-theme-secondary;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.cancel {
|
|
margin-left: 5px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.vis {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.edit {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.del {
|
|
}
|
|
}
|
|
|
|
.help-block {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
margin-left: 25px;
|
|
}
|
|
}
|
|
|
|
.add-new-column-form .help-block {
|
|
margin-left: 0;
|
|
}
|
|
|
|
th.custom-field .modal-tooltiptext {
|
|
margin-left: 0;
|
|
z-index: 99999999;
|
|
}
|
|
|
|
.disable-click {
|
|
pointer-events: none;
|
|
}
|
|
|
|
// AtWho (smart annotations)
|
|
|
|
// <Custom atwho style>
|
|
.atwho-view {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: none;
|
|
margin-top: 18px;
|
|
background: $color-white;
|
|
color: $color-black;
|
|
border: 1px solid $color-emperor;
|
|
border-radius: 3px;
|
|
box-shadow: 0 0 5px $color-cloud;
|
|
min-width: 520px;
|
|
max-height: 200px;
|
|
overflow: auto;
|
|
z-index: 11110 !important;
|
|
|
|
small {
|
|
font-size: smaller;
|
|
color: $color-emperor;
|
|
font-weight: normal;
|
|
}
|
|
|
|
strong {
|
|
color: $color-theme-primary;
|
|
}
|
|
|
|
.cur {
|
|
background: $color-theme-primary;
|
|
color: $color-white;
|
|
|
|
small {
|
|
color: $color-white;
|
|
}
|
|
|
|
strong {
|
|
color: $color-white;
|
|
font: bold;
|
|
}
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: auto;
|
|
|
|
li {
|
|
display: block;
|
|
padding: 5px 10px;
|
|
border-bottom: 1px solid $color-emperor;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
// <End of overrides>
|
|
|
|
.atwho-header-res {
|
|
padding-top: 3px;
|
|
padding-bottom: 7px;
|
|
height: 34px;
|
|
background-color: $color-gallery;
|
|
border-bottom: 1px solid $color-emperor;
|
|
clear: both;
|
|
|
|
> div {
|
|
display: inline;
|
|
}
|
|
|
|
.title {
|
|
float: left;
|
|
margin-left: 15px;
|
|
|
|
.btn {
|
|
border-radius: 4px;
|
|
margin-right: 5px;
|
|
padding: 3px;
|
|
}
|
|
|
|
.btn:last-child {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.btn-default {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
|
|
.title-user {
|
|
padding-top: 4px;
|
|
}
|
|
|
|
.help {
|
|
float: right;
|
|
padding-top: 4px;
|
|
|
|
div {
|
|
display: inline;
|
|
margin-right: 15px;
|
|
font-size: smaller;
|
|
}
|
|
|
|
div strong {
|
|
color: $color-black;
|
|
}
|
|
|
|
.dismiss {
|
|
color: $color-emperor;
|
|
}
|
|
|
|
.dismiss:hover {
|
|
color: $color-black;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
|
|
.atwho-li-user {
|
|
|
|
.avatar {
|
|
border-radius: 50%;
|
|
margin-left: 5px;
|
|
margin-right: 10px;
|
|
height: 20px;
|
|
width: 20px;
|
|
}
|
|
}
|
|
|
|
.atwho-li-res {
|
|
|
|
.glyphicon-tint {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.res-type {
|
|
border: 1px solid $color-black;
|
|
border-radius: 4px;
|
|
font-weight: 600;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
padding: 0 2px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.res-name {
|
|
font-weight: 600;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.res-description {
|
|
color: $color-emperor;
|
|
font-size: 10px;
|
|
}
|
|
}
|
|
|
|
.sa-type {
|
|
border: 1px solid $color-black;
|
|
border-radius: 4px;
|
|
color: $color-black;
|
|
font-weight: 600;
|
|
padding: 0 2px;
|
|
text-decoration: none;
|
|
text-transform: capitalize;
|
|
|
|
&:hover {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.atwho-user-popover {
|
|
cursor: pointer;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.atwho-user-img-popover {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.atwho-no-results {
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
.popover {
|
|
border-radius: 3px;
|
|
min-width: 450px;
|
|
padding: 15px 10px;
|
|
z-index: 9999;
|
|
|
|
h5 {
|
|
font-weight: bold;
|
|
line-height: 0;
|
|
}
|
|
|
|
.silver {
|
|
color: $color-silver-chalice;
|
|
}
|
|
|
|
p {
|
|
max-width: 260px;
|
|
word-wrap: break-word;
|
|
}
|
|
}
|
|
|
|
.popover-remove {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.my_module-state-buttons {
|
|
padding-top: 6px;
|
|
}
|
|
|
|
.parse-records-table {
|
|
max-height: 200px;
|
|
}
|