diff --git a/themes/mongodb/layout.html b/themes/mongodb/layout.html
index 4d67ce8c591..bb0b30990e9 100644
--- a/themes/mongodb/layout.html
+++ b/themes/mongodb/layout.html
@@ -23,8 +23,12 @@
{%- set titlesuffix = "" %}
{%- endif %}
-{%- macro githublink() %}
-Edit this Page
+{%- macro githublink() -%}
+Edit this Page
+{%- endmacro -%}
+
+{%- macro jiralink() -%}
+https://jira.mongodb.org/secure/CreateIssueDetails!init.jspa?pid=10380&issuetype=4&priority=4&summary=Comment+on%3a+%22{{ pagename | escape }}%2Etxt%22
{%- endmacro -%}
{%- macro relbar(show_logo=True) %}
@@ -37,7 +41,7 @@
{{ accesskey(rellink[2]) }}>{{ rellink[3] }}
{%- if not loop.first %}{{ reldelim2 }}{% endif %}
{%- endfor #}
-
| {{ githublink() }}
+ | {{- githublink() -}}
| GitHub
Jira
{%- if show_logo %}
@@ -225,14 +229,20 @@
-
{%- endblock %}
{%- block content %}
diff --git a/themes/mongodb/static/mongodb-docs.css_t b/themes/mongodb/static/mongodb-docs.css_t
index 76beafa06a5..a3612ed3ee8 100644
--- a/themes/mongodb/static/mongodb-docs.css_t
+++ b/themes/mongodb/static/mongodb-docs.css_t
@@ -483,11 +483,10 @@ input[type="text"]:disabled {
div.search-db {
position: absolute;
- top: 54px;
+ top: 46px;
right: 8px;
width: 246px;
height: 31px;
-# background-image: url(http://media.mongodb.org/back-search-input.png);
background-repeat: no-repeat;
*z-index: 1;
}
@@ -624,3 +623,9 @@ div#header-db {background-repeat: repeat-x;}
div#header-db div.split {float:left;}
div.gsc-control-cse-en, div.gsc-control-cse {padding:0!important;}
.cse .gsc-search-button input.gsc-search-button-v2,input.gsc-search-button-v2 {height:13px;margin-top:0px!important;min-width:13px;padding:6px 27px;width:13px;}
+div#etp {position:absolute;background:inherit;margin:0;top:87px;;padding:0;float:right;font-size:13px;right:10px;color:#C48C55}
+div#etp ul {padding:0;margin:0;}
+div#etp ul li {display:inline;list-style-type:none;font-size:13px;color:#C48C55;padding: 8px 1em 0 0;}
+div#etp ul li a {color:#AA814D}
+div#etp ul li:before {content:"|";padding-right:1em;color:#c48c55}
+div#etp ul li:first-child:before {content:"";}