Lit squad

This commit is contained in:
Austin-Mills 2017-06-06 10:20:55 -04:00
parent 36b2e974d7
commit b88c395dcc
4 changed files with 44 additions and 19 deletions

View file

@ -1,7 +1,7 @@
.navbar { .navbar {
//border-top: 4px solid #4286f4; //border-top: 4px solid #4286f4;
background-color: transparent; background-color: transparent;
margin-bottom: 0px; margin-bottom: 40px;
border-bottom: 0; border-bottom: 0;
border-left: 0; border-left: 0;
border-right: 0; border-right: 0;

View file

@ -66,6 +66,11 @@
display:block; display:block;
object-fit: cover; object-fit: cover;
} }
.mycarousel {
height: 100%;
width: 100%;
overflow:hidden;
}
.table-filter { .table-filter {
background-color: @spring-brown; background-color: @spring-brown;
@ -96,7 +101,9 @@
.container .text-muted { .container .text-muted {
margin: 20px 0; //margin: 20px 0;
width: 100%;
height: 100%;
} }
code { code {
@ -104,10 +111,15 @@ code {
} }
.xd-container { .xd-container {
margin-top: 40px; margin-top: 15px;
margin-bottom: 100px; //margin-bottom: 100px;
padding-left: 5px; //padding-left: 5px;
padding-right: 5px; //padding-right: 5px;
overflow:hidden;
width: 100%;
height: 100%;
//margin-right: -60px;
} }
h1 { h1 {
@ -122,7 +134,9 @@ h6{
background-size: cover; background-size: cover;
-o-background-size: cover; -o-background-size: cover;
} }
h5{
padding-top: 40px;
}
.index-page--subtitle { .index-page--subtitle {
font-size: 16px; font-size: 16px;
line-height: 24px; line-height: 24px;
@ -134,9 +148,9 @@ h6{
} }
#job-params-modal .modal-dialog { #job-params-modal .modal-dialog {
width: 90%; width: 100%;
margin-left:auto; //margin-left:auto;
margin-right:auto; //margin-right:auto;
} }
[ng-cloak].splash { [ng-cloak].splash {
@ -179,8 +193,18 @@ table td.action-column {
color: lighten(@text-color, 50%); // lighten the text some for contrast color: lighten(@text-color, 50%); // lighten the text some for contrast
} }
.container-fluid{
width: 100%;
height:100%;
margin-top: 25px;
//margin-right:-500px;
//margin-left:-30px;
}
.xd-containers { .xd-containers {
font-size: 15px; font-size: 15px;
width: 100%;
} }
.cluster-view > table td { .cluster-view > table td {

View file

@ -30,7 +30,7 @@
.xd-container { .xd-container {
margin-top: 20px; margin-top: 20px;
margin-bottom: 30px; //margin-bottom: 30px;
} }
.index-page--subtitle { .index-page--subtitle {

View file

@ -3,10 +3,10 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <!-- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<link rel="shortcut icon" type="image/x-icon" th:href="@{/resources/images/favicon.png}"> <link rel="shortcut icon" type="image/x-icon" th:href="@{/resources/images/favicon.png}">
@ -22,7 +22,7 @@
</head> </head>
<body> <body>
<h5>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container"> <div class="container">
<div class="navbar-header"> <div class="navbar-header">
@ -39,8 +39,8 @@
<li th:fragment="menuItem (path,active,title,glyph,text)" class="active" th:class="${active==menu ? 'active' : ''}"> <li th:fragment="menuItem (path,active,title,glyph,text)" class="active" th:class="${active==menu ? 'active' : ''}">
<a th:href="@{__${path}__}" th:title="${title}"> <a th:href="@{__${path}__}" th:title="${title}">
<span th:class="'glyphicon glyphicon-'+${glyph}" class="glyphicon glyphicon-home" aria-hidden="true"></span> <span th:class="'glyphicon glyphicon-'+${glyph}" class="glyphicon glyphicon-home" aria-hidden="false"></span>
<span th:text="${text}">Template</span> <!-- <span th:text="${text}">Template</span> -->
</a> </a>
</li> </li>
@ -60,7 +60,7 @@
</li> </li>
<li th:replace="::menuItem ('/oups','error','trigger a RuntimeException to see how it is handled','warning-sign','Reviews')"> <li th:replace="::menuItem ('/oups','error','trigger a RuntimeException to see how it is handled','warning-sign','Reviews')">
<span class="glyphicon glyphicon-warning-sign" aria-hidden="true"></span> <span class=" glyphicon glyphicon-star-empty" aria-hidden="true"></span>
<span>Reviews</span> <span>Reviews</span>
</li> </li>
@ -68,15 +68,16 @@
</div> </div>
</div> </div>
</nav> </nav>
</h5>
<div class="container-fluid"> <div class="container-fluid">
<div class="container xd-container">
<div th:replace="${template}"/> <div th:replace="${template}"/>
<br/> <br/>
<br/> <br/>
</div>
<script th:src="@{/webjars/jquery/jquery.min.js}"></script> <script th:src="@{/webjars/jquery/jquery.min.js}"></script>
<script th:src="@{/webjars/jquery-ui/jquery-ui.min.js}"></script> <script th:src="@{/webjars/jquery-ui/jquery-ui.min.js}"></script>