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