mobile notification options on own line

This commit is contained in:
Jeff Atwood 2014-03-19 21:43:22 -07:00
parent 5c148faeb9
commit 764ba152d1
2 changed files with 7 additions and 6 deletions

View File

@ -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;

View File

@ -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);