From 5854f51f3eec1e89833bea3090ef7b65b24a0435 Mon Sep 17 00:00:00 2001 From: Hedgehog Date: Thu, 27 Mar 2014 14:41:24 +0400 Subject: [PATCH] update fixes --- css/style.css | 2 ++ home.html | 1 + js/options.js | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index bcee031..9b1cbb4 100644 --- a/css/style.css +++ b/css/style.css @@ -1267,6 +1267,8 @@ input.userMenu-search-field:focus::-ms-input-placeholder { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; + line-height: 0; + margin-bottom: 3px; } .post-stats { diff --git a/home.html b/home.html index 6658f66..90ec3b5 100644 --- a/home.html +++ b/home.html @@ -33,6 +33,7 @@ diff --git a/js/options.js b/js/options.js index a24b5f3..3eba41b 100644 --- a/js/options.js +++ b/js/options.js @@ -107,9 +107,10 @@ function setShowPreviewOpt(){ $('#displayPreview').on('change', function(){ localStorage['showPreviewOpt'] = $(this).val(); }) + console.log('lala'); } -function InitOptions () { +function InitOptions() { soundNotifOptions(); volumeControl(); keysSend();