From 4d986a10d0109a67561d4d5f2cd3593370172199 Mon Sep 17 00:00:00 2001 From: Austin-Mills Date: Tue, 6 Jun 2017 13:51:29 -0400 Subject: [PATCH] nav bar stuff --- src/main/less/petclinic.less | 31 +++++++++++++--- src/main/less/responsive.less | 2 +- src/main/less/typography.less | 4 +-- src/main/resources/static/.DS_Store | Bin 8196 -> 8196 bytes src/main/resources/static/resources/.DS_Store | Bin 8196 -> 8196 bytes .../resources/templates/fragments/layout.html | 34 +++++++++++++----- { | 0 7 files changed, 56 insertions(+), 15 deletions(-) create mode 100644 { diff --git a/src/main/less/petclinic.less b/src/main/less/petclinic.less index 48e86cca5..e37e28292 100644 --- a/src/main/less/petclinic.less +++ b/src/main/less/petclinic.less @@ -71,7 +71,9 @@ width: 100%; overflow:hidden; } - +.navbar-brand { + padding-top: 28px; +} .table-filter { background-color: @spring-brown; padding: 9px 12px; @@ -113,8 +115,8 @@ code { .xd-container { margin-top: 15px; //margin-bottom: 100px; - //padding-left: 5px; - //padding-right: 5px; + padding-left: 0px; + padding-right: 0px; overflow:hidden; width: 100%; height: 100%; @@ -192,16 +194,37 @@ table td.action-column { .help-block { color: lighten(@text-color, 50%); // lighten the text some for contrast } - +//.glyphicon { +// font-size: 20px; +//} .container-fluid{ width: 100%; height:100%; margin-top: 25px; + padding-left:0px; + padding-right:0px; //margin-right:-500px; //margin-left:-30px; } + + + + + +//.navbar.navbar-default .nav-collapse { background-color: #f8f8f8; border-color: #080808; } +.navbar.navbar-inverse .nav-collapse { background-color: #222; border-color: #080808; z-index: 2; } + +.navbar-right {width: 100%; +margin-right:0px;} + + + + + + + .xd-containers { font-size: 15px; width: 100%; diff --git a/src/main/less/responsive.less b/src/main/less/responsive.less index 87c391714..742ff9e2e 100644 --- a/src/main/less/responsive.less +++ b/src/main/less/responsive.less @@ -5,7 +5,7 @@ left:0px; top:0px; } - + .navbar-collapse {width:100%} .navbar a.navbar-brand { display: block; margin: 0 auto 0 auto; diff --git a/src/main/less/typography.less b/src/main/less/typography.less index edabc73aa..5b3e72d57 100644 --- a/src/main/less/typography.less +++ b/src/main/less/typography.less @@ -24,8 +24,8 @@ body, h1, h2, h3, p, input { margin: 0; font-weight: 400; - font-family: "Lucida Console", Monaco, monospace; - color: #34302d; + font-family: "Bookman Old Style"; + color: #0000; } h1 { diff --git a/src/main/resources/static/.DS_Store b/src/main/resources/static/.DS_Store index f1f211aebe6c0322088c53494bbacd9db673ffd4..1a2b2013b91df661d163c1038f290fd7ef8c6243 100644 GIT binary patch delta 107 zcmZp1XmQw}E5P`4vYxIRvK4a!)1~6b`gwPCvP#Q*UnJgzJwpmN?F56}{iSI0%|B0|O0|42y8C(DW delta 104 zcmZp1XmQw}E5P_{vYx0VpZQU#^_?c}pyTmt^&3{DLnE{w67`p%f diff --git a/src/main/resources/static/resources/.DS_Store b/src/main/resources/static/resources/.DS_Store index 0dfa1d1be8b1ce31f3a75412fd039f8795c8fb6e..601f5baa97c72e06810a3c4e728507449953987a 100644 GIT binary patch delta 77 zcmV-T0J8stK!iZBB@hASlO_<}LTw6hEm`v$WH821FT{uBoTw4fR5 delta 26 icmZp1XmQw}DlpkW@YQBM!5?g!*(JWQZ2lv{&I|yD012f4 diff --git a/src/main/resources/templates/fragments/layout.html b/src/main/resources/templates/fragments/layout.html index 04f67cef4..b47f18a36 100755 --- a/src/main/resources/templates/fragments/layout.html +++ b/src/main/resources/templates/fragments/layout.html @@ -23,24 +23,42 @@
-
diff --git a/{ b/{ new file mode 100644 index 000000000..e69de29bb