mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Lit squad
This commit is contained in:
parent
36b2e974d7
commit
b88c395dcc
4 changed files with 44 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
|||
.navbar {
|
||||
//border-top: 4px solid #4286f4;
|
||||
background-color: transparent;
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 40px;
|
||||
border-bottom: 0;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
|
|
|
@ -66,6 +66,11 @@
|
|||
display:block;
|
||||
object-fit: cover;
|
||||
}
|
||||
.mycarousel {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.table-filter {
|
||||
background-color: @spring-brown;
|
||||
|
@ -96,7 +101,9 @@
|
|||
|
||||
|
||||
.container .text-muted {
|
||||
margin: 20px 0;
|
||||
//margin: 20px 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
code {
|
||||
|
@ -104,10 +111,15 @@ code {
|
|||
}
|
||||
|
||||
.xd-container {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 100px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
margin-top: 15px;
|
||||
//margin-bottom: 100px;
|
||||
//padding-left: 5px;
|
||||
//padding-right: 5px;
|
||||
overflow:hidden;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
//margin-right: -60px;
|
||||
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -122,7 +134,9 @@ h6{
|
|||
background-size: cover;
|
||||
-o-background-size: cover;
|
||||
}
|
||||
|
||||
h5{
|
||||
padding-top: 40px;
|
||||
}
|
||||
.index-page--subtitle {
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
|
@ -134,9 +148,9 @@ h6{
|
|||
}
|
||||
|
||||
#job-params-modal .modal-dialog {
|
||||
width: 90%;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
width: 100%;
|
||||
//margin-left:auto;
|
||||
//margin-right:auto;
|
||||
}
|
||||
|
||||
[ng-cloak].splash {
|
||||
|
@ -179,8 +193,18 @@ table td.action-column {
|
|||
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 {
|
||||
font-size: 15px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.cluster-view > table td {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
.xd-container {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 30px;
|
||||
//margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.index-page--subtitle {
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
<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 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}">
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h5>
|
||||
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
|
@ -39,8 +39,8 @@
|
|||
|
||||
<li th:fragment="menuItem (path,active,title,glyph,text)" class="active" th:class="${active==menu ? 'active' : ''}">
|
||||
<a th:href="@{__${path}__}" th:title="${title}">
|
||||
<span th:class="'glyphicon glyphicon-'+${glyph}" class="glyphicon glyphicon-home" aria-hidden="true"></span>
|
||||
<span th:text="${text}">Template</span>
|
||||
<span th:class="'glyphicon glyphicon-'+${glyph}" class="glyphicon glyphicon-home" aria-hidden="false"></span>
|
||||
<!-- <span th:text="${text}">Template</span> -->
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
|||
</li>
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
|
@ -68,15 +68,16 @@
|
|||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</h5>
|
||||
<div class="container-fluid">
|
||||
<div class="container xd-container">
|
||||
|
||||
|
||||
<div th:replace="${template}"/>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<script th:src="@{/webjars/jquery/jquery.min.js}"></script>
|
||||
<script th:src="@{/webjars/jquery-ui/jquery-ui.min.js}"></script>
|
||||
|
|
Loading…
Reference in a new issue