mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: layout of buttons and modals on mobile
This commit is contained in:
parent
1ef43c33d8
commit
c2579c5916
@ -230,6 +230,9 @@ input {
|
||||
margin: 7px 0 0 5px;
|
||||
position: absolute;
|
||||
}
|
||||
.btn-primary {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
#reply-control.edit-title.private-message {
|
||||
|
@ -53,6 +53,9 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
.control-group {
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
@ -37,7 +37,13 @@ a#new-account-link { white-space:nowrap; }
|
||||
|
||||
a#forgot-password-link {clear: left; float: left; }
|
||||
|
||||
.btn-primary {margin-bottom: 10px; font-size: 15; float: left;}
|
||||
.login-modal, .create-account {
|
||||
.btn-primary {
|
||||
margin-bottom: 10px;
|
||||
font-size: 15;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$label-width: 85px;
|
||||
|
@ -34,14 +34,14 @@
|
||||
.modal-body {
|
||||
overflow-y: auto;
|
||||
max-height: 400px;
|
||||
padding: 10px 0 10px 10px;
|
||||
width: 95%;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
// we need a little extra room on mobile for the
|
||||
// stuff inside the footer to fit
|
||||
.modal-footer {
|
||||
padding-right: 0;
|
||||
padding-left: 7px;
|
||||
padding-right: 7px;
|
||||
}
|
||||
|
||||
.modal-footer .btn + .btn {
|
||||
|
@ -58,6 +58,7 @@ button.like-count {
|
||||
padding: 8px 4px;
|
||||
}
|
||||
|
||||
.topic-post {
|
||||
button {
|
||||
border: none;
|
||||
font-size: 1.214em;
|
||||
@ -94,6 +95,7 @@ button {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* shift post reply button to the right and make it black */
|
||||
|
@ -45,6 +45,9 @@
|
||||
|
||||
.topic-status-info {
|
||||
margin-left: 10px;
|
||||
h3 {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.docked #topic-progress {
|
||||
@ -194,3 +197,15 @@ sup sup, sub sup, sup sub, sub sub { top: 0; }
|
||||
.start-date { font-size: 110%; padding: 5px; }
|
||||
.now-date { font-size: 110%; padding: 5px; }
|
||||
}
|
||||
|
||||
.edit-topic-timer-modal {
|
||||
.auto-update-input {
|
||||
.alert-info {
|
||||
margin: 0 -10px -10px -10px;
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
.btn.pull-right {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user