Browse Source

Updated styles

master
Igor Zhukov 10 years ago
parent
commit
c20bc4d520
  1. 16
      app/css/app.css

16
app/css/app.css

@ -1212,8 +1212,8 @@ a.im_dialog_selected .im_dialog_date {
.im_message_unread_split { .im_message_unread_split {
background: #f4f4f4; background: #f0f4f7;
color: #777; color: #8096a8;
text-align: center; text-align: center;
padding: 4px 10px; padding: 4px 10px;
margin: 10px 0; margin: 10px 0;
@ -2906,7 +2906,7 @@ a.peer_photo_init:focus {
display: inline-block; display: inline-block;
border: 0; border: 0;
outline: 0; outline: 0;
font-size: 12px; font-size: 13px;
padding: 3px 0; padding: 3px 0;
margin: 3px 0 0; margin: 3px 0 0;
width: 100%; width: 100%;
@ -2941,9 +2941,12 @@ a.peer_photo_init:focus {
a.md_modal_action { a.md_modal_action {
display: block; display: block;
float: right; float: right;
color: #FFF; color: #dde8f1;
padding: 19px 15px 5px; padding: 19px 15px 5px;
} }
a.md_modal_action:hover {
color: #FFF;
}
a.md_modal_action_close { a.md_modal_action_close {
padding-right: 22px; padding-right: 22px;
} }
@ -2978,11 +2981,12 @@ div.peer_modal_photo {
font-size: 22px; font-size: 22px;
} }
.peer_modal_profile_name { .peer_modal_profile_name {
font-size: 17px; font-size: 14px;
padding: 15px 0 9px; padding: 15px 0 9px;
font-weight: bold;
} }
.peer_modal_profile_description { .peer_modal_profile_description {
color: #beddf5; color: #ccdeed;
} }
.md_modal_split_actions_wrap { .md_modal_split_actions_wrap {

Loading…
Cancel
Save