jam-cloud/web/app/assets/stylesheets/client/findSession.scss

316 lines
4.9 KiB
SCSS

@import 'common.scss';
#findSession {
.FindSessionScreen {
height:100%;
}
[data-react-class="FindSessionScreen"] {
height:100%;
}
.session-keyword-srch {
}
.musicians-category {
}
.musicians-detail > td {
padding-bottom:20px;
}
.musicians-header {
span {
display:block;
height:100%;
margin:10px;
}
}
.find-session-help {
background-color: #262626;
max-width: 66%;
border: 2px solid #333;
color: white;
font-size: 14px;
text-align: left;
/* margin-top: 20px; */
margin: 30px auto;
padding: 10px;
width: 400px;
a {
}
li {
margin-bottom: 7px;
}
h3 {
text-align:center;
font-weight:bold;
margin: 0 0 10px 0;
text-decoration: underline;
}
p {
line-height:125%;
margin: 0 0 10px 0;
font-size:14px;
}
p + h3 {
margin-top:20px;
}
}
.none-found {
text-align:center;
padding:10px;
}
.tabs {
padding-left: 35px;
}
.highlight {
writing-mode: vertical-rl;
text-orientation: upright;
position: absolute;
height: calc(100% - 10px); // 10px comes from spacer height
width: 20px;
left: -21px;
background-color: #ed3618;
top: 0;
border: 0px solid black;
font-size: 11px;
text-align: center;
padding: 0 5px;
margin: 0;
@include border_box_sizing;
}
.header-zone {
h2 {
display:inline-block;
}
.search-box {
margin-right: 24px;
position: relative;
top: -3px;
float: right;
}
.refresh-btn {
float:right;
}
padding-right:2%;
}
.find-tab {
width: 19%;
text-align: center;
height: 27px;
display: block;
float: left;
margin-right: 5px;
vertical-align: bottom;
padding-top: 65px;
background-color: #535353;
color: #ccc;
font-size: 17px;
text-decoration: none;
&.active {
background-color: #ed3618;
color: #fff;
}
&:hover {
filter: brightness(125%);
}
}
.spacer {
background-color:#404040;
height:10px;
position:absolute;
bottom:0;
left:0;
right:0;
}
.actions, .session-musicians, .session-cell{
position:relative;
padding-bottom:20px;
}
.actions {
vertical-align:middle;
}
.end-of-results {
position:relative;
padding-bottom:20px;
text-align:center;
}
.sessions-for-me, .sessions-for-open {
clear:both;
display:none;
&.active {
display:block;
}
}
.rsvp-icon {
display: inline-block;
background: url('/assets/content/rsvp-icon.jpg') no-repeat;
height: 40px;
width: 40px;
}
.join-icon {
display: inline-block;
background: url('/assets/content/join-icon.jpg') no-repeat;
height: 40px;
width: 37px;
}
.listen-icon {
display: inline-block;
background: url('/assets/content/listen-icon.jpg') no-repeat;
height: 40px;
width: 40px;
}
#sessions-active {
font-size:14px;
}
.paginate-wait {
margin:auto;
text-align:center;
vertical-align:bottom;
line-height:32px;
.spinner-small {
display:inline-block;
vertical-align:top;
}
}
th, td { margin: 4px; padding:4px; }
.content .spinner {
overflow: auto;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.content-wrapper {
padding-left:35px;
padding-top:10px;
}
.content-body-scroller {
height:inherit;
position:relative;
height:calc(100% - 123px) ! important;
overflow:auto;
}
.session-filter {
width:100%;
padding-top: 11px;
padding-bottom: 11px;
#background-color:#4c4c4c;
overflow-x:visible;
vertical-align:middle;
position:relative;
min-height:100px;
}
.session-filter select {
background-color:#c5c5c5;
border:none;
-webkit-box-shadow: inset 2px 2px 3px 0px #888;
box-shadow: inset 2px 2px 3px 0px #888;
color:#666;
}
.session-filter .language {
float: left;
margin-left: 10px;
}
#sessions-none-found {
color:#CCCCCC;
display:none;
overflow: none;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-align:center;
height:20px;
}
.btn-next {
display:none;
}
.end-of-list {
margin-top:0;
}
.none-yet {
margin-left:36px;
}
.latency-value {
@include border-radius(2px);
}
.action-links {
a { margin-top:10px; }
}
.listen-link-details {
position:relative;
left:6px;
&.statusing {
left:0;
}
}
a.start, a.cancel {
color:#fc0;
}
.listen-detail-hover {
margin-left:5px;
margin-top:0 !important;
color: #fc0;
display:none;
}
.join-link {
#position:relative;
#left:-3px;
}
.join-link-text {
font-weight:bold;
}
.rsvp-link {
}
.rsvp-link-text {
font-weight:bold;
}
}