From ba901556f20e30b059af8824c2ed9d0076f643ef Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Wed, 23 Sep 2015 15:21:48 +0000 Subject: [PATCH] Initial impl off WA Log GUI --- resources/WebContent/css/magic-bootstrap.css | 4 ++-- resources/WebContent/css/main.css | 3 +++ resources/WebContent/page/index.tmpl | 24 ++++++++++++++++++-- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/resources/WebContent/css/magic-bootstrap.css b/resources/WebContent/css/magic-bootstrap.css index 907c185..561c505 100644 --- a/resources/WebContent/css/magic-bootstrap.css +++ b/resources/WebContent/css/magic-bootstrap.css @@ -2369,8 +2369,8 @@ input[type="button"].btn-block { } @font-face { font-family: 'Glyphicons Halflings'; - src: url('../app/fonts/glyphicons-halflings-regular.eot'); - src: url('../app/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../app/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../app/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../app/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); + src: url('../fonts/glyphicons-halflings-regular.eot'); + src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; diff --git a/resources/WebContent/css/main.css b/resources/WebContent/css/main.css index e60f6cb..ea8a502 100644 --- a/resources/WebContent/css/main.css +++ b/resources/WebContent/css/main.css @@ -14,6 +14,9 @@ table{ #top-bar{ height: 41px; } +.navbar-right{ + padding-right: 10px; +} #side-bar{ background: #ECECEC; diff --git a/resources/WebContent/page/index.tmpl b/resources/WebContent/page/index.tmpl index e559c90..038c97d 100644 --- a/resources/WebContent/page/index.tmpl +++ b/resources/WebContent/page/index.tmpl @@ -26,9 +26,9 @@ -