From: Yasin <mohammed-yasin.rahman@lip6.fr>
Date: Tue, 24 Sep 2013 15:48:31 +0000 (+0200)
Subject: FIX: Bootstrap.css to get back old design
X-Git-Tag: myslice-0.2-4~21^2~1
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4fa60d8ef5b10187b7535a9c36da9ef0164af115;p=myslice.git

FIX: Bootstrap.css to get back old design
---

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
+}