Small changes in mobile_style
This commit is contained in:
parent
2b2e5f1739
commit
e41ef3caa5
2 changed files with 23 additions and 2 deletions
|
|
@ -688,7 +688,7 @@ display: inline-block;
|
|||
margin: 10px 5px 2px;
|
||||
float: right;
|
||||
font-size: 12px;
|
||||
color: #777;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.timestamp {
|
||||
|
|
@ -704,6 +704,27 @@ form#new_message.new_message input.button.creation{
|
|||
margin: 0 5px 5px;
|
||||
}
|
||||
|
||||
h3.ltr {
|
||||
font-size: 18px;
|
||||
line-height: 27px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ltr {
|
||||
border: 0 none;
|
||||
font-family: inherit;
|
||||
font-size: 100%;
|
||||
font-style: inherit;
|
||||
font-weight: inherit;
|
||||
margin: 0;
|
||||
padding: 15px 15px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
textarea#message_text {
|
||||
margin: 10px 0 10px;
|
||||
}
|
||||
|
||||
form#new_conversation.new_conversation {
|
||||
background-color: #FFFFFF;
|
||||
border-bottom: 1px solid #999999;
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
.badge_count
|
||||
= current_user.unread_notifications.count
|
||||
.badge{:class => "badge-inverse", :id => "conversations_badge"}
|
||||
= link_to(image_tag('icons/mail_grey.png', :height => 16, :width => 16), conversations_path)
|
||||
= link_to(image_tag('icons/mail_grey.png', :height => 11, :width => 17), conversations_path)
|
||||
- if current_user.unread_message_count > 0
|
||||
.badge_count
|
||||
= current_user.unread_message_count
|
||||
|
|
|
|||
Loading…
Reference in a new issue