You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/10/05 10:05:39 UTC

[ignite-teamcity-bot] branch master updated: More style updates

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a1821c  More style updates
4a1821c is described below

commit 4a1821cddb5fafd43d8f64efd0d6becef0e1c757
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Fri Oct 5 13:05:19 2018 +0300

    More style updates
---
 ignite-tc-helper-web/src/main/webapp/css/style-1.5.css | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css b/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
index b77aac3..77c8508 100644
--- a/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
+++ b/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
@@ -66,7 +66,6 @@ table.stat tr:nth-child(odd) { background-color: #fafaff; }
 .navbar {
      overflow: hidden;
     background-color: #f2f2f2;
-    //position: fixed; /* Set the navbar to fixed position */
     top: 0; /* Position the navbar at the top of the page */
     width: 100%; /* Full width */
 }
@@ -83,8 +82,9 @@ table.stat tr:nth-child(odd) { background-color: #fafaff; }
 
 /* Change background on mouse-over */
 .navbar a:hover {
-    background: #ddd;
-    color: black;
+    color: white;
+    background: #125CAA;
+    transition: ease-in 0.175s;
 }
 
 /* Main content */
@@ -105,7 +105,7 @@ input[type=button], input[type=submit], button {
 	font-family: sans-serif;
 	margin: 5px;
 	box-shadow: 3px 2px 6px -2px rgba(0,0,0,0.64);
-    border:  1px solid #FFF;
+    border: 1px solid #FFF;
     border-radius: 3px;
     transition: ease-in 0.175s;
     text-align: center;
@@ -118,12 +118,12 @@ input[type=button]:hover, input[type=submit]:hover, button:hover {
 }
 
 form, .formgroup {
-    // width: 720px;
 	margin: 0px auto;
 	padding: 5px;
 	background: #FFF;
 	margin-top: 20px;
-	border-radius: 3px;
+	border-radius: 4px;
+    border: 1px solid #cfcfcf;
 	box-shadow: 3px 2px 6px -2px rgba(0,0,0,0.64);
 }