diff --git a/Documentation/Books/Users/localtheme/assets/style.css b/Documentation/Books/Users/localtheme/assets/style.css index 4d6ddcace8..d60b911c02 100755 --- a/Documentation/Books/Users/localtheme/assets/style.css +++ b/Documentation/Books/Users/localtheme/assets/style.css @@ -2916,4 +2916,29 @@ background-color: rgba(240,240,0,0.4); .book .book-body .page-wrapper .page-inner section.normal .deprecated pre{ background-color: rgba(240,240,0,0.4); +} + +#clear-search { + display: inline; + position: absolute; + top: 12px; + right: 9px; + font-size: 18pt; + line-height: 18pt; + color: #364149; // needs to be updated on theme change +} + +#clear-search:hover { + color: #008cff; // needs to be updated on theme change + text-decoration: none; +} + +.book .book-summary .book-search input{ + padding-right: 20px !important; +} + +.book .book-header { + background-color: #FFFFFF !important; + width: 84%; + position:fixed !important; } \ No newline at end of file diff --git a/Documentation/Books/Users/localtheme/templates/includes/book/header.html b/Documentation/Books/Users/localtheme/templates/includes/book/header.html index 38b7c8536e..d2076a60ce 100644 --- a/Documentation/Books/Users/localtheme/templates/includes/book/header.html +++ b/Documentation/Books/Users/localtheme/templates/includes/book/header.html @@ -10,50 +10,9 @@ {% include "./font-settings.html" %} - - - - {% if githubId %} - - - {% endif %} {% if options.links.sharing.twitter !== false %} {% endif %} - -

- - ArangoDB2.2.3 -

- +

ArangoDB2.2.3

+ \ No newline at end of file diff --git a/Documentation/Books/Users/localtheme/templates/includes/book/summary.html b/Documentation/Books/Users/localtheme/templates/includes/book/summary.html index 24ffbd25af..2d8677b537 100644 --- a/Documentation/Books/Users/localtheme/templates/includes/book/summary.html +++ b/Documentation/Books/Users/localtheme/templates/includes/book/summary.html @@ -34,6 +34,7 @@