67 lines
834 B
SCSS
67 lines
834 B
SCSS
@import "client/common";
|
|
|
|
#session-settings {
|
|
|
|
width:500px;
|
|
|
|
.dropdown-wrapper {
|
|
width:100%;
|
|
}
|
|
|
|
input, textarea {
|
|
width:100%;
|
|
@include border_box_sizing;
|
|
}
|
|
|
|
.btn-select-files {
|
|
position:absolute;
|
|
width: 90px;
|
|
top: 2px;
|
|
}
|
|
|
|
.notation-selector {
|
|
position:absolute;
|
|
right:0
|
|
}
|
|
|
|
.notation-files {
|
|
position:relative;
|
|
}
|
|
|
|
.inputbox {
|
|
height:60px;
|
|
padding:5px;
|
|
}
|
|
|
|
.notation-file {
|
|
|
|
}
|
|
|
|
.input-holder {
|
|
width:350px;
|
|
}
|
|
|
|
.notation-entry {
|
|
div {
|
|
display:block;
|
|
width:90%;
|
|
overflow:hidden;
|
|
white-space: nowrap;
|
|
float: left;
|
|
color:black;
|
|
}
|
|
a {
|
|
float:right;
|
|
color:black;
|
|
}
|
|
}
|
|
|
|
#session-settings-dialog-submit {
|
|
margin-right:1px;
|
|
}
|
|
|
|
.spinner-small {
|
|
position: absolute;
|
|
top: 20px;
|
|
}
|
|
} |