mobile notification options on own line
This commit is contained in:
parent
5c148faeb9
commit
764ba152d1
|
@ -56,7 +56,7 @@ button.create {
|
|||
button {
|
||||
border: none;
|
||||
font-size: 17px;
|
||||
padding: 8px 12px;
|
||||
padding: 8px 10px;
|
||||
vertical-align: top;
|
||||
background: transparent;
|
||||
float: left !important;
|
||||
|
|
|
@ -40,6 +40,12 @@
|
|||
.private-message-glyph { color: lighten($primary_text_color, 60%); }
|
||||
.private_message #topic-title .private-message-glyph { display: inline; }
|
||||
|
||||
.notification-options {
|
||||
clear: both;
|
||||
float: left;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
#topic-closing-info {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
@ -56,13 +62,8 @@
|
|||
z-index: 500;
|
||||
margin-right: 140px;
|
||||
outline: 1px solid transparent;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#topic-progress {
|
||||
|
||||
box-shadow: 0 0 3px rbga($primary_shadow_color, .7);
|
||||
|
|
Loading…
Reference in New Issue