fixed register page validation
[myslice.git] / portal / static / css / onelab.css
index 17b8c1a..ecccdf1 100644 (file)
@@ -11,6 +11,7 @@ body {
 }
 a, a:active, a:focus {
     outline: 0;
+    text-decoration:none;
 }
 
 h1 {
@@ -32,15 +33,18 @@ h3 {
     font-size:13pt;
     color:#201E62;
 }
-input[type=text], input[type=password], input[type=email], select, option {
+input[type=text], input[type=password], input[type=email],input[type=number], select, option {
     min-width:260px;
     padding:6px;
     border:1pt solid #22606D;
     vertical-align:bottom;
     border-radius:0;
 }
-input {
-    
+
+textarea {
+    padding:6px;
+    border:1pt solid #22606D !important;
+    border-radius:0 !important;
 }
 
 span.label {
@@ -52,6 +56,11 @@ span.label {
 div.el {
     padding-bottom:15px;
 }
+div.breadcrumbs {
+    margin:15px 0;
+    color:gray;
+    font-size:10pt;
+}
 /* buttons */
 button.btn, input.btn {
     padding:6px 10px;
@@ -92,13 +101,13 @@ button.btn-primary:active {
     margin-top:2px;
 }
 button.btn-danger {
-    border-bottom:3px solid #EEA236;
+    border-bottom:3px solid #A13F3A;
 }
 button.btn-danger:hover {
     box-shadow:none;
     background-color:#d9534f;
     border:1px solid #d43f3a;
-    border-bottom:3px solid #EEA236;
+    border-bottom:3px solid #A13F3A;
 }
 button.btn-danger:active {
     border:1px solid #d43f3a;
@@ -122,6 +131,7 @@ button.btn-onelab:active, input.btn-onelab:active {
     border-bottom:1px solid #760073;
     margin-top:2px;
 }
+
 /***** Notifications *****/
 .warning {
     border: 1px solid red;
@@ -261,27 +271,21 @@ div#ticket-request p {
 }
 
 ul.nav-tabs {
-    margin:15px 0;
+    margin:0 0 15px 0;
 }
 ul.nav-tabs ul {}
 ul.nav-tabs li {}
 
 ul.nav-section li a {
+    color:black;
     border-bottom:0;
 }
 ul.nav-section li:first-child {
     padding:0;
 }
 ul.nav-section li:first-child a {
-    font-weight:bold;
-    padding:6px 15px 4px 15px;
 }
 ul.nav-section li:first-child.active a {
-    padding:6px 15px 3px 15px;
-}
-ul.nav-section li:first-child img {
-    margin:0 4px 1px 0;
-    padding:0;
 }
 
 ul.nav-resources {