From ce7c9f08f88e44dbf1870f1fe51b270f63123130 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Fri, 4 Dec 2015 10:44:45 -0200 Subject: [PATCH] Revert "Added global search box" --- src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css | 1 - src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css | 58 ---------------------------------------------------------- src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html | 31 +++++++------------------------ 3 files changed, 7 insertions(+), 83 deletions(-) delete mode 100644 src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css b/src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css index 370a5dd..e313bc8 100644 --- a/src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css +++ b/src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css @@ -1,7 +1,6 @@ @import url(footer.css); @import url(header.css); @import url(font-awesome.min.css); -@import url(search.css); @font-face { font-weight: normal; diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css b/src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css deleted file mode 100644 index 9f23830..0000000 --- a/src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css +++ /dev/null @@ -1,58 +0,0 @@ - -.search-form { - margin-top: 28px; - padding-top: 0px; - padding-bottom: 15px; - padding-left: 25px; - padding-right: 25px; - background: #ecedf1; - border-radius: 4px; - border: 1px solid #d3d6de; -} - -.search-title { - color: #3e67b1; - margin: 5px 0px 3px; - padding: 16px 0px 0px 0px; - font-family: "open_sansregular", Arial, Helvetica, sans-serif; - font-weight: bold; - font-size: 15px; - text-transform: uppercase; -} - -.search-input { - width: 100%; - padding: 7px; - font-size: 14px; - margin-top: 15px; - margin-bottom: 15px; - border-radius: 4px; - border: 1px solid #d3d6de; -} - -.search-blue { - background: #3e67b1; - color: white; - width: auto; - height: 30px; - padding: 0 14px; - line-height: 14px; - border-radius: 4px; - text-transform: uppercase; - font-family: "open_sansbold", Arial, sans-serif; - font-size: 14px; -} - -.search-divisor { - margin-top: 0px; -} - -.search-summary { - margin-top: 50px; -} - -.search-total { - font-size: 14px; - font-family: Arial; - font-weight: bold; -} \ No newline at end of file diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html b/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html index ea0b892..32978e4 100644 --- a/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html +++ b/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html @@ -31,36 +31,19 @@ {% block main-content %}
- -
-
-
-

{% trans "BUSCAR NO PORTAL" %}

- -
-
- - - -
- -
-
+
+

{% trans "Search" %}

-
-
- -
-
-

- {% trans "Total de "%}{{ page.paginator.count }}{% trans " respostas na sua pesquisa"%} +

+

+ {{ page.paginator.count }} {% trans "documents found" %}

-
-
+ +
-- libgit2 0.21.2