From bfed1312708b07dffa32504cf37a52018013f154 Mon Sep 17 00:00:00 2001 From: =?utf8?q?F=C3=A1bio=20Madeira?= Date: Mon, 6 Mar 2017 13:52:48 +0000 Subject: [PATCH] JWS-109 Updated the base bootstrap theme header and footer. Also removed unused styling. --- website/static/css/main.css | 60 ++++++++----------------------------------- website/template_footer.jsp | 6 ++--- website/template_header.jsp | 19 +++++++++----- 3 files changed, 27 insertions(+), 58 deletions(-) diff --git a/website/static/css/main.css b/website/static/css/main.css index 80c1a34..56cbb9e 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css @@ -37,55 +37,8 @@ margin: 2% .vspace { height: 60px;} - -/** -*** BibBase reference-specific additions -**/ -img.bibbase_icon { - display: none; -} - -/* remove linkout to bibbase, but make it bold */ -.bibbase_paper_title a { - color: #333; - text-decoration: none; - pointer-events: none; - cursor: default; - font-weight: bold; -} - -/* remove bibbase link to authors with bibbase accounts */ -a.bibbase.author.link { - color: #333; - text-decoration: none; - pointer-events: none; - cursor: default; -} - -/* reformat refs borked by bootstrap css */ -.bibbase_group_body { - padding-left: 15px; -} - -/* put links on same line as citation */ -br.bibbase_paper_content { - display: none; -} - -/* resize link text */ -.bibbase_paper_content { - font-size: smaller; -} - -/* space out separate refs */ -.bibbase_paper { - margin-bottom: 5px; -} - -/* force display of year ref counts */ -.bibbase_group_count { - display: initial; - font-weight: normal; +.panel-default .panel-body{ + margin-top: -20px; } em2 { @@ -94,3 +47,12 @@ em2 { font-size: 14px; } +.navbar .navbar-nav { + display: inline-block; + float: none; + vertical-align: top; +} + +.navbar .navbar-collapse { + text-align: center; +} diff --git a/website/template_footer.jsp b/website/template_footer.jsp index 05054ee..c260cf7 100644 --- a/website/template_footer.jsp +++ b/website/template_footer.jsp @@ -70,13 +70,13 @@ Command Line Client
  • - Configure JABAWS + Configuring JABAWS
  • Accessing JABAWS
  • - Develop JABAWS + Developing JABAWS
  • Usage Statistics @@ -93,7 +93,7 @@

    - Site Last updated: XX February 2017. This site was built using the Bootstrap framework. + Site Last updated: XX March 2017. This site was built using the Bootstrap framework.

    diff --git a/website/template_header.jsp b/website/template_header.jsp index 4276f36..395eabd 100644 --- a/website/template_header.jsp +++ b/website/template_header.jsp @@ -42,7 +42,6 @@ <%--<%––%>--%> - ${param.html_custom_css} ${param.html_custom_js} @@ -56,14 +55,15 @@
    -
    +
    +
    Barton Group Logo
    University of Dundee Logo
    -
    - Barton Group Banner +
    + Barton Group Banner
    @@ -116,18 +116,25 @@
  • - Configure JABAWS + Configuring JABAWS
  • Accessing JABAWS
  • - Develop JABAWS + Developing JABAWS
  • Usage Statistics
  • +
  • +
  • + Complete JavaDoc +
  • +
  • + Data Model JavaDoc +
  • -- 1.7.10.2