From 88116dab256226c3134fe64a220ad7c0dfab7aec Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 9 Jun 2014 15:59:18 -0300 Subject: [PATCH 1/4] add config for video, add names in footer --- config.js | 3 +-- css/main.css | 4 ++-- index.html | 13 ++++++++++--- js/controllers/footer.js | 2 ++ js/services/controllerUtils.js | 5 +++-- test/test.TxProposals.js | 4 ++-- 6 files changed, 20 insertions(+), 11 deletions(-) diff --git a/config.js b/config.js index d6adfb2df..12a7794cf 100644 --- a/config.js +++ b/config.js @@ -104,7 +104,6 @@ var defaultConfig = { // theme list themes: ['default'], - - + disableVideo: 1, verbose: 1, }; diff --git a/css/main.css b/css/main.css index 4aa24fbfa..b29cbe070 100644 --- a/css/main.css +++ b/css/main.css @@ -54,11 +54,11 @@ html, body {height: 100%;} } .bottom-copay { - width: 56px; + width: 50px; text-align: center; position: relative; float: right; - margin-left: 15px; + margin-left: 20px; /* height: 551px; */ } diff --git a/index.html b/index.html index 508d4ffae..9c85efd2e 100644 --- a/index.html +++ b/index.html @@ -150,7 +150,7 @@