Make the reply-on-which-topic modal bigger

This commit is contained in:
Neil Lalonde 2013-06-25 10:50:25 -04:00
parent a4e8a828c8
commit 8ee00b4d5e

View File

@ -231,23 +231,23 @@
} }
.reply-where-modal { .reply-where-modal {
width: 260px; width: 370px;
margin-left: -130px; margin-left: -185px;
.modal-footer { .modal-footer {
.btn { .btn {
text-align: left; text-align: left;
font-size: 16px; font-size: 18px;
width: 200px; line-height: 20px;
width: 310px;
margin-bottom: 10px; margin-bottom: 10px;
display: block; display: block;
margin-left: 0; margin-left: 0;
.topic-title { .topic-title {
font-size: 12px; font-size: 13px;
font-weight: normal; font-weight: normal;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
max-width: 185px;
} }
&.btn-reply-here { &.btn-reply-here {
@include linear-gradient(#ddd, #ddd); @include linear-gradient(#ddd, #ddd);
@ -257,6 +257,8 @@
} }
.cancel { .cancel {
text-decoration: underline; text-decoration: underline;
float: right;
margin-right: 5px;
} }
} }
} }