FIX: Bootstrap.css to get back old design
authorYasin <mohammed-yasin.rahman@lip6.fr>
Tue, 24 Sep 2013 15:48:31 +0000 (17:48 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Tue, 24 Sep 2013 15:48:31 +0000 (17:48 +0200)
portal/static/css/account_view.css
third-party/bootstrap-3.0.0/css/bootstrap.css

index 13a4f46..3173e9c 100644 (file)
@@ -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 {
index bbda4ee..0f1a616 100644 (file)
@@ -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
+}