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/11/03 21:10:11 UTC

[ignite-teamcity-bot] branch master updated: Border was added for maximizable content

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 5a3d789  Border was added for maximizable content
5a3d789 is described below

commit 5a3d7891b23984071502843db1e211bd6e866ec3
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Sun Nov 4 00:10:07 2018 +0300

    Border was added for maximizable content
---
 ignite-tc-helper-web/src/main/webapp/css/style-1.5.css | 9 +++++++++
 1 file changed, 9 insertions(+)

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 c591c54..4bc1dfe 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
@@ -62,6 +62,15 @@ table.stat tr:nth-child(odd) { background-color: #fafaff; }
     display: none; 
 }
 
+.content {
+	margin: 0px auto;
+	padding: 5px;
+	background: #FFF;
+	border-radius: 4px;
+	border: 1px solid #cfcfcf;
+	box-shadow: 3px 2px 6px -2px rgba(0,0,0,0.64);
+}
+
 /* The navigation bar */
 .navbar {
      overflow: hidden;