From 4fa60d8ef5b10187b7535a9c36da9ef0164af115 Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 24 Sep 2013 17:48:31 +0200 Subject: [PATCH] FIX: Bootstrap.css to get back old design --- portal/static/css/account_view.css | 4 ++-- third-party/bootstrap-3.0.0/css/bootstrap.css | 18 ++++++++++++++---- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/portal/static/css/account_view.css b/portal/static/css/account_view.css index 13a4f469..3173e9c1 100644 --- a/portal/static/css/account_view.css +++ b/portal/static/css/account_view.css @@ -305,9 +305,9 @@ table.profile form{ #generate_keypair { position:relative; - width: 183px; + width: 175px; float: right; - margin-right: 11px; + margin-right: 15px; } #edit_password table { diff --git a/third-party/bootstrap-3.0.0/css/bootstrap.css b/third-party/bootstrap-3.0.0/css/bootstrap.css index bbda4eed..0f1a6162 100644 --- a/third-party/bootstrap-3.0.0/css/bootstrap.css +++ b/third-party/bootstrap-3.0.0/css/bootstrap.css @@ -311,11 +311,21 @@ input, button, select, textarea { - font-family: inherit; - font-size: inherit; - line-height: inherit; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + } +label, +input, +button, +select, +textarea { + font-size: 14px; + font-weight: normal; + line-height: 20px; +} + + button, input, select[multiple], @@ -6802,4 +6812,4 @@ td.visible-print { td.hidden-print { display: none !important; } -} \ No newline at end of file +} -- 2.43.0