2013-07-16 13:32:35 -05:00
|
|
|
// Hardcode to be the same as before for now. I would recommend not using bootbox, or finding a way so the html structure can be the same
|
|
|
|
.bootbox.modal {
|
2013-07-16 12:38:01 -05:00
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
width: 610px;
|
|
|
|
margin: -250px 0 0 -305px;
|
2018-01-16 16:49:04 -06:00
|
|
|
.cancel {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
2013-02-05 13:16:51 -06:00
|
|
|
}
|
2013-07-16 13:32:35 -05:00
|
|
|
|
2014-03-20 15:33:03 -05:00
|
|
|
.modal.in {
|
2018-06-08 04:49:31 -05:00
|
|
|
-webkit-animation: fade 0.25s;
|
|
|
|
animation: fade 0.25s;
|
2013-02-05 13:16:51 -06:00
|
|
|
}
|
2014-03-20 15:33:03 -05:00
|
|
|
|
2013-02-05 13:16:51 -06:00
|
|
|
.modal-body {
|
|
|
|
padding: 15px;
|
|
|
|
}
|
2014-04-20 14:16:06 -05:00
|
|
|
|
2013-09-05 14:54:16 -05:00
|
|
|
.modal-footer .btn.right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2013-02-05 13:16:51 -06:00
|
|
|
.modal-header {
|
|
|
|
h3 {
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-up-3;
|
2013-02-25 10:42:20 -06:00
|
|
|
}
|
2014-06-18 13:04:10 -05:00
|
|
|
}
|
2018-02-23 12:14:32 -06:00
|
|
|
|
2019-01-10 20:50:00 -06:00
|
|
|
.close {
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-up-3;
|
2014-06-18 13:04:10 -05:00
|
|
|
text-decoration: none;
|
2019-01-10 20:50:00 -06:00
|
|
|
&:visited {
|
|
|
|
color: $primary-high;
|
|
|
|
}
|
2014-06-18 13:04:10 -05:00
|
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
|
|
color: $primary;
|
2013-02-05 13:16:51 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal {
|
2017-10-19 14:51:08 -05:00
|
|
|
.category-chooser {
|
|
|
|
width: 50%;
|
2017-08-30 10:04:17 -05:00
|
|
|
}
|
2019-10-08 15:19:07 -05:00
|
|
|
|
|
|
|
.modal-body.insert-link {
|
|
|
|
input {
|
|
|
|
min-width: 450px;
|
|
|
|
}
|
|
|
|
}
|
2013-02-05 13:16:51 -06:00
|
|
|
}
|
|
|
|
|
2013-05-15 14:19:41 -05:00
|
|
|
.edit-category-modal {
|
|
|
|
.modal-body {
|
|
|
|
position: relative;
|
2013-12-03 16:24:25 -06:00
|
|
|
height: 420px;
|
2013-05-15 14:19:41 -05:00
|
|
|
}
|
2017-03-10 10:57:18 -06:00
|
|
|
|
2019-12-18 09:44:28 -06:00
|
|
|
.edit-category-tab-general {
|
|
|
|
.category-chooser {
|
|
|
|
width: 434px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-03-08 11:59:19 -06:00
|
|
|
.disable_info_wrap {
|
|
|
|
.cannot_delete_reason {
|
2019-05-15 12:26:25 -05:00
|
|
|
top: -100px;
|
2017-03-08 11:59:19 -06:00
|
|
|
right: 4px;
|
|
|
|
max-width: 380px;
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
2014-07-16 14:43:44 -05:00
|
|
|
}
|
2013-05-15 14:19:41 -05:00
|
|
|
}
|
|
|
|
|
2014-01-29 12:35:24 -06:00
|
|
|
.topic-bulk-actions-modal {
|
|
|
|
p {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2014-01-30 11:44:28 -06:00
|
|
|
&.full .modal-body {
|
|
|
|
height: 400px;
|
|
|
|
max-height: 400px;
|
2014-01-29 14:48:52 -06:00
|
|
|
}
|
2017-05-11 13:47:08 -05:00
|
|
|
|
|
|
|
.bulk-buttons {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2018-07-10 16:05:27 -05:00
|
|
|
margin-right: -1%;
|
2017-05-11 13:47:08 -05:00
|
|
|
|
|
|
|
.btn {
|
2018-07-10 16:05:27 -05:00
|
|
|
flex: 1 0 30%;
|
2017-05-11 13:47:08 -05:00
|
|
|
margin-bottom: 1em;
|
2018-07-10 16:05:27 -05:00
|
|
|
margin-right: 1%;
|
2017-10-20 09:32:57 -05:00
|
|
|
white-space: nowrap;
|
2018-07-10 16:05:27 -05:00
|
|
|
overflow: hidden;
|
|
|
|
max-width: 33%;
|
|
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
flex: 1 0 48%;
|
|
|
|
max-width: 48%;
|
|
|
|
}
|
|
|
|
|
2019-07-11 08:57:53 -05:00
|
|
|
@include breakpoint(mobile-extra-large) {
|
2018-07-10 16:05:27 -05:00
|
|
|
flex: 1 1 auto;
|
|
|
|
min-width: 49%;
|
|
|
|
max-width: unset;
|
|
|
|
}
|
2017-05-11 13:47:08 -05:00
|
|
|
}
|
|
|
|
}
|
2013-05-15 14:19:41 -05:00
|
|
|
}
|
2013-06-18 02:17:01 -05:00
|
|
|
|
2018-12-31 05:47:22 -06:00
|
|
|
.move-to-modal {
|
2013-10-29 14:30:06 -05:00
|
|
|
.modal-body {
|
|
|
|
position: relative;
|
|
|
|
height: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#move-selected {
|
2019-05-15 12:26:25 -05:00
|
|
|
// prevents content from moving when user selects different move options 525px
|
2019-01-23 02:18:38 -06:00
|
|
|
// is the same width we set on category edit modal
|
|
|
|
width: 525px;
|
2018-12-31 05:47:22 -06:00
|
|
|
|
2013-10-29 14:30:06 -05:00
|
|
|
p {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2018-12-31 05:47:22 -06:00
|
|
|
.radios {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
.radio-label {
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
2013-10-29 14:30:06 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin-top: 10px;
|
|
|
|
display: block;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
2018-07-06 11:21:32 -05:00
|
|
|
.category-chooser {
|
|
|
|
margin-bottom: 9px;
|
|
|
|
}
|
|
|
|
|
2013-10-29 14:30:06 -05:00
|
|
|
form {
|
2018-09-20 15:12:08 -05:00
|
|
|
width: 95%;
|
2013-10-29 14:30:06 -05:00
|
|
|
margin-top: 20px;
|
2018-06-08 04:49:31 -05:00
|
|
|
#split-topic-name,
|
2018-12-31 05:47:22 -06:00
|
|
|
#choose-topic-title,
|
|
|
|
#choose-message-title {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.participant-selector {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.ac-wrap {
|
2018-09-20 15:12:08 -05:00
|
|
|
width: 100%;
|
2018-12-31 05:47:22 -06:00
|
|
|
margin-bottom: 9px;
|
2013-10-29 14:30:06 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|