From 0edbc24abb576465343701c3516516a02a6bb1be Mon Sep 17 00:00:00 2001 From: karolinaszczur Date: Wed, 23 Oct 2013 14:29:45 +0200 Subject: [PATCH] [ux] unify button spacings --- public/css/app/chat.styl | 2 ++ public/css/app/forms.styl | 4 ++-- public/css/otalk.css | 7 +++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/public/css/app/chat.styl b/public/css/app/chat.styl index e90d996..338fc45 100644 --- a/public/css/app/chat.styl +++ b/public/css/app/chat.styl @@ -63,6 +63,8 @@ height: 25px line-height: 25px min-width: 60px + text-transform: capitalize + cursor: pointer .activeCall transition(height 250ms) diff --git a/public/css/app/forms.styl b/public/css/app/forms.styl index 9dd1471..9c933df 100644 --- a/public/css/app/forms.styl +++ b/public/css/app/forms.styl @@ -61,5 +61,5 @@ button, a.button &:hover background: darken($activeBlue, 30%) -.enableAlerts - margin-right: 5px \ No newline at end of file +.installFirefox, .addContact + margin-left: 5px \ No newline at end of file diff --git a/public/css/otalk.css b/public/css/otalk.css index 5c22c4e..e292bb5 100644 --- a/public/css/otalk.css +++ b/public/css/otalk.css @@ -717,6 +717,8 @@ h3 { height: 25px; line-height: 25px; min-width: 60px; + text-transform: capitalize; + cursor: pointer; } .conversation header .activeCall { -webkit-transition: height 250ms; @@ -1072,8 +1074,9 @@ button:hover, a.button:hover { background: #007aa7; } -.enableAlerts { - margin-right: 5px; +.installFirefox, +.addContact { + margin-left: 5px; } #wrapper { position: relative !important;