2016-02-12 23:52:43 +08:00
|
|
|
// Place all the styles related to the MyModules controller here.
|
|
|
|
// They will automatically be included in application.css.
|
|
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
|
2019-03-14 23:08:52 +08:00
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
.protocol-description-content {
|
2019-05-21 16:21:30 +08:00
|
|
|
margin: 10px 0 20px 10px;
|
2019-03-14 23:08:52 +08:00
|
|
|
}
|
2016-12-16 17:43:14 +08:00
|
|
|
|
2017-02-10 21:27:20 +08:00
|
|
|
// Protocols index page
|
|
|
|
.task-due-date,
|
|
|
|
.task-state-label {
|
2019-05-11 22:04:28 +08:00
|
|
|
font-size: 14px;
|
|
|
|
|
2017-02-10 21:27:20 +08:00
|
|
|
.alert-green {
|
2018-03-28 19:54:01 +08:00
|
|
|
color: $brand-success;
|
2017-02-10 21:27:20 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.alert-yellow {
|
2018-03-28 19:54:01 +08:00
|
|
|
color: $brand-warning;
|
2017-02-10 21:27:20 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.alert-red {
|
2018-03-28 19:54:01 +08:00
|
|
|
color: $brand-danger;
|
2017-02-10 21:27:20 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-12 23:52:43 +08:00
|
|
|
/* Results index page */
|
|
|
|
|
|
|
|
#results {
|
|
|
|
margin-top: 20px;
|
2016-07-21 19:11:15 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-colorselector{
|
2016-12-06 19:01:02 +08:00
|
|
|
background-color: transparent;
|
2016-09-15 17:45:51 +08:00
|
|
|
}
|
|
|
|
|
2016-09-16 15:04:21 +08:00
|
|
|
.step-container .row {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
2016-09-15 17:45:51 +08:00
|
|
|
}
|
2016-09-26 21:50:09 +08:00
|
|
|
|
2016-11-29 00:14:27 +08:00
|
|
|
.module-large {
|
|
|
|
.description-label {
|
|
|
|
word-break: break-all;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2016-09-26 21:50:09 +08:00
|
|
|
|
2016-11-29 00:14:27 +08:00
|
|
|
.comment {
|
|
|
|
word-break: break-all;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2016-11-29 00:16:39 +08:00
|
|
|
}
|
2019-03-20 03:41:16 +08:00
|
|
|
|
2019-03-20 15:00:04 +08:00
|
|
|
// Create wopi file
|
2019-03-20 03:41:16 +08:00
|
|
|
.create-wopi-file-btn {
|
2019-03-20 15:00:04 +08:00
|
|
|
border: 0;
|
2019-03-20 04:04:29 +08:00
|
|
|
display: contents;
|
|
|
|
|
|
|
|
img {
|
|
|
|
margin-right: 5px;
|
2019-05-10 23:51:29 +08:00
|
|
|
height: 20px;
|
2019-03-20 04:04:29 +08:00
|
|
|
}
|
2019-03-20 03:41:16 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#new-office-file-modal {
|
|
|
|
.modal-header {
|
2019-03-20 05:58:30 +08:00
|
|
|
border-bottom: 0;
|
2019-03-20 03:41:16 +08:00
|
|
|
}
|
2019-03-20 05:58:30 +08:00
|
|
|
|
2019-03-20 03:41:16 +08:00
|
|
|
.modal-body {
|
|
|
|
margin-bottom: 80px;
|
|
|
|
}
|
2019-03-20 05:58:30 +08:00
|
|
|
|
2019-03-20 03:41:16 +08:00
|
|
|
.modal-footer {
|
2019-03-20 05:58:30 +08:00
|
|
|
border-top: 0;
|
2019-03-20 03:41:16 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
label.btn {
|
|
|
|
background-color: $color-white;
|
|
|
|
color: $color-emperor;
|
|
|
|
|
2019-03-20 05:58:30 +08:00
|
|
|
padding-left: 15px;
|
|
|
|
text-align: left;
|
|
|
|
|
2019-03-20 03:41:16 +08:00
|
|
|
&#word-btn.active {
|
|
|
|
background-color: $office-ms-word;
|
|
|
|
color: $color-white;
|
|
|
|
}
|
|
|
|
|
|
|
|
&#excel-btn.active {
|
|
|
|
background-color: $office-ms-excel;
|
|
|
|
color: $color-white;
|
|
|
|
}
|
|
|
|
|
|
|
|
&#powerpoint-btn.active {
|
|
|
|
background-color: $office-ms-powerpoint;
|
|
|
|
color: $color-white;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 15px;
|
2019-03-20 05:58:30 +08:00
|
|
|
text-align: left;
|
|
|
|
vertical-align: middle;
|
2019-03-20 03:41:16 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#submit-btn-cont {
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
// Stretch button
|
|
|
|
.btn {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|