From 4ecabec04d6ffca9012d33de984212078e9f3eb6 Mon Sep 17 00:00:00 2001 From: Hedgehog Date: Sat, 29 Mar 2014 06:11:57 +0400 Subject: [PATCH] added preview from img.bi added preview from img.bi --- css/style.css | 10 +++++---- following.html | 2 ++ home.html | 2 ++ js/img.bi.js | 37 ++++++++++++++++++++++++++++++++ js/interface_localization.js | 13 +++++++++--- js/options.js | 1 + js/sjcl.js | 41 ++++++++++++++++++++++++++++++++++++ js/twister_formatpost.js | 4 ++++ options.html | 10 ++++----- 9 files changed, 108 insertions(+), 12 deletions(-) create mode 100644 js/img.bi.js create mode 100644 js/sjcl.js diff --git a/css/style.css b/css/style.css index a38e13d..dd99ddc 100644 --- a/css/style.css +++ b/css/style.css @@ -1260,6 +1260,8 @@ input.userMenu-search-field:focus::-ms-input-placeholder { { max-height: 500px; max-width: 100%; + margin: 0 auto; + display: block; } .preview-container { @@ -1924,11 +1926,11 @@ input.userMenu-search-field:focus::-ms-input-placeholder { /* Options */ #playerVol { float: right; - margin-right: 20px; + margin-right: 30px; } .volValue { float: right; - margin-right: -163px; + margin-right: -160px; font: 12px "Open Sans", sans-serif; } .optionsPage .module h1 { @@ -1937,7 +1939,7 @@ input.userMenu-search-field:focus::-ms-input-placeholder { } .optionsPage .module h2 { margin-top: 10px; - font-size: 11px; + font-size: 12px; } /* Following page */ .following ol.following-list > li{ @@ -1978,7 +1980,7 @@ input.userMenu-search-field:focus::-ms-input-placeholder { vertical-align: middle; } .optionsPage .module label { - font: 14px "Open Sans", sans-serif; + font: 12px "Open Sans", sans-serif; display: block; float: right; } diff --git a/following.html b/following.html index 8a68a4b..709c88e 100644 --- a/following.html +++ b/following.html @@ -24,6 +24,8 @@ + + + +