2013-02-06 03:16:51 +08:00
|
|
|
// base styles for every modal popup used in Discourse
|
|
|
|
|
2013-07-17 02:32:35 +08:00
|
|
|
.modal-middle-container {
|
2013-07-16 11:14:26 +08:00
|
|
|
display:table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2013-07-17 02:32:35 +08: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-17 01:38:01 +08:00
|
|
|
position: fixed;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
z-index: 1050;
|
|
|
|
overflow: auto;
|
|
|
|
width: 610px;
|
2013-07-17 02:32:35 +08:00
|
|
|
height: auto;
|
2013-07-17 01:38:01 +08:00
|
|
|
margin: -250px 0 0 -305px;
|
2014-02-24 09:47:44 +08:00
|
|
|
background-color: $primary_background_color;
|
2014-03-07 12:55:57 +08:00
|
|
|
border: 1px solid $primary_border_color;
|
2014-02-24 09:47:44 +08:00
|
|
|
border: 1px solid lighten($primary_border_color, 10%);
|
2013-02-06 03:16:51 +08:00
|
|
|
|
2014-02-24 09:47:44 +08:00
|
|
|
box-shadow: 0 3px 7px rgba($primary_shadow_color, .8);
|
2013-02-06 03:16:51 +08:00
|
|
|
background-clip: padding-box;
|
2014-03-21 04:33:03 +08:00
|
|
|
|
2013-02-06 03:16:51 +08:00
|
|
|
}
|
2013-07-17 02:32:35 +08:00
|
|
|
|
2014-03-21 04:33:03 +08:00
|
|
|
.modal.in {
|
|
|
|
-webkit-animation: modal .25s;
|
|
|
|
animation: modal .25s;
|
2013-02-06 03:16:51 +08:00
|
|
|
}
|
2014-03-21 04:33:03 +08:00
|
|
|
|
|
|
|
//fade in and animate up
|
|
|
|
|
|
|
|
@-webkit-keyframes modal {
|
2014-03-21 21:23:22 +08:00
|
|
|
from {opacity: 0}
|
|
|
|
to {opacity: 1}
|
|
|
|
}@keyframes fade {
|
|
|
|
from {opacity: 0}
|
|
|
|
to {opacity: 1}
|
2013-02-06 03:16:51 +08:00
|
|
|
}
|
2014-03-21 04:33:03 +08:00
|
|
|
|
2013-02-06 03:16:51 +08:00
|
|
|
.modal-body {
|
|
|
|
overflow-y: auto;
|
|
|
|
max-height: 400px;
|
|
|
|
padding: 15px;
|
|
|
|
}
|
2014-04-21 03:16:06 +08:00
|
|
|
|
2013-02-06 03:16:51 +08:00
|
|
|
.modal-footer .btn + .btn {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-09-06 03:54:16 +08:00
|
|
|
.modal-footer .btn.right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2013-02-06 03:16:51 +08:00
|
|
|
.modal-footer .btn-group .btn + .btn {
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
|
|
|
.modal-header {
|
2014-02-24 09:47:44 +08:00
|
|
|
border-bottom: 1px solid $primary_border_color;
|
2013-02-06 03:16:51 +08:00
|
|
|
h3 {
|
2013-02-26 00:42:20 +08:00
|
|
|
color: $nav-pills-background-color-active;
|
2013-02-06 03:16:51 +08:00
|
|
|
font-size: 20px;
|
|
|
|
padding: 10px 15px 7px;
|
2013-02-26 00:42:20 +08:00
|
|
|
}
|
2013-02-06 03:16:51 +08:00
|
|
|
.close {
|
|
|
|
float: right;
|
|
|
|
font-size: 20px;
|
2014-03-06 14:14:51 +08:00
|
|
|
margin: 10px 10px 0;
|
2013-02-06 03:16:51 +08:00
|
|
|
text-decoration: none;
|
2013-02-26 00:42:20 +08:00
|
|
|
color: $modal-close-button-color;
|
2013-02-06 03:16:51 +08:00
|
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
2013-02-26 00:42:20 +08:00
|
|
|
color: darken($modal-close-button-color,20);
|
2013-02-06 03:16:51 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal {
|
2013-10-25 05:03:28 +08:00
|
|
|
.category-combobox {
|
|
|
|
width: 430px;
|
|
|
|
|
|
|
|
.chzn-drop {
|
|
|
|
left: -9000px;
|
|
|
|
width: 428px;
|
|
|
|
}
|
|
|
|
.chzn-search input {
|
|
|
|
width: 378px;
|
|
|
|
}
|
2013-10-30 03:30:06 +08:00
|
|
|
|
|
|
|
.chzn-search-icon {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
2013-10-25 05:03:28 +08:00
|
|
|
}
|
2013-02-06 03:16:51 +08:00
|
|
|
}
|
|
|
|
|
2013-04-12 15:55:45 +08:00
|
|
|
.flag-modal {
|
|
|
|
max-height: 450px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-message-length {
|
|
|
|
margin-bottom: 10px;
|
2013-04-24 05:15:09 +08:00
|
|
|
margin-left: 20px;
|
2013-04-12 15:55:45 +08:00
|
|
|
}
|
2013-04-24 05:15:09 +08:00
|
|
|
|
|
|
|
.flag-message {
|
|
|
|
margin-left: 20px;
|
|
|
|
width: 95% !important;
|
2013-05-16 03:19:41 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.edit-category-modal {
|
|
|
|
.modal-body {
|
|
|
|
position: relative;
|
2013-12-04 06:24:25 +08:00
|
|
|
height: 420px;
|
|
|
|
max-height: 420px;
|
|
|
|
padding-bottom: 0;
|
2013-05-16 03:19:41 +08:00
|
|
|
}
|
2013-05-18 04:09:52 +08:00
|
|
|
.secure-category-options {
|
|
|
|
margin: 10px 0 0 16px;
|
|
|
|
.badge-list {
|
|
|
|
margin: 10px 0;
|
|
|
|
li {
|
|
|
|
margin: 0 4px 8px 0;
|
|
|
|
a {
|
2014-02-24 09:47:44 +08:00
|
|
|
color: lighten($primary_text_color, 50%);
|
2013-05-18 04:09:52 +08:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
a:hover {
|
2014-02-24 09:47:44 +08:00
|
|
|
color: $primary_text_color;
|
2013-05-18 04:09:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-05-16 03:19:41 +08:00
|
|
|
}
|
|
|
|
|
2014-01-30 02:35:24 +08:00
|
|
|
.topic-bulk-actions-modal {
|
|
|
|
p {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2014-01-31 01:44:28 +08:00
|
|
|
&.full .modal-body {
|
|
|
|
height: 400px;
|
|
|
|
max-height: 400px;
|
2014-01-30 04:48:52 +08:00
|
|
|
}
|
2014-01-30 02:35:24 +08:00
|
|
|
}
|
2013-08-21 22:49:35 +08:00
|
|
|
.tabbed-modal {
|
|
|
|
.modal-body {
|
|
|
|
position: relative;
|
|
|
|
height: 350px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-05-16 03:19:41 +08:00
|
|
|
.modal-tab {
|
|
|
|
position: absolute;
|
|
|
|
}
|
2013-06-18 15:17:01 +08:00
|
|
|
|
2013-10-30 03:30:06 +08:00
|
|
|
.split-modal {
|
|
|
|
.modal-body {
|
|
|
|
position: relative;
|
|
|
|
height: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#move-selected {
|
|
|
|
p {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=radio] {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin-top: 10px;
|
|
|
|
display: block;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
margin-top: 20px;
|
|
|
|
#split-topic-name, #choose-topic-title {
|
|
|
|
width: 520px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|