Commit 6da345f2460cc109753fe8a6cbd858d73d5d09c5
Committed by
Luciano Prestes
1 parent
ae1938ec
Exists in
master
and in
23 other branches
Appended colab- to search fields
[issue: #556] Signed-off-by: Carlos Coêlho <carlosoliveira@duzeru.org>
Showing
2 changed files
with
10 additions
and
10 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css
1 | 1 | ||
2 | -.search-form { | 2 | +.colab-search-form { |
3 | margin-top: 28px; | 3 | margin-top: 28px; |
4 | padding-top: 0px; | 4 | padding-top: 0px; |
5 | padding-bottom: 15px; | 5 | padding-bottom: 15px; |
@@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
10 | border: 1px solid #d3d6de; | 10 | border: 1px solid #d3d6de; |
11 | } | 11 | } |
12 | 12 | ||
13 | -.search-title { | 13 | +.colab-search-title { |
14 | color: #3e67b1; | 14 | color: #3e67b1; |
15 | margin: 5px 0px 3px; | 15 | margin: 5px 0px 3px; |
16 | padding: 16px 0px 0px 0px; | 16 | padding: 16px 0px 0px 0px; |
@@ -20,7 +20,7 @@ | @@ -20,7 +20,7 @@ | ||
20 | text-transform: uppercase; | 20 | text-transform: uppercase; |
21 | } | 21 | } |
22 | 22 | ||
23 | -.search-input { | 23 | +.colab-search-input { |
24 | width: 100%; | 24 | width: 100%; |
25 | padding: 7px; | 25 | padding: 7px; |
26 | font-size: 14px; | 26 | font-size: 14px; |
@@ -30,7 +30,7 @@ | @@ -30,7 +30,7 @@ | ||
30 | border: 1px solid #d3d6de; | 30 | border: 1px solid #d3d6de; |
31 | } | 31 | } |
32 | 32 | ||
33 | -.search-blue { | 33 | +.colab-search-blue { |
34 | background: #3e67b1; | 34 | background: #3e67b1; |
35 | color: white; | 35 | color: white; |
36 | width: auto; | 36 | width: auto; |
@@ -59,4 +59,4 @@ | @@ -59,4 +59,4 @@ | ||
59 | font-size: 14px; | 59 | font-size: 14px; |
60 | font-family: Arial; | 60 | font-family: Arial; |
61 | font-weight: bold; | 61 | font-weight: bold; |
62 | -} | ||
63 | \ No newline at end of file | 62 | \ No newline at end of file |
63 | +} |
src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html
@@ -36,14 +36,14 @@ | @@ -36,14 +36,14 @@ | ||
36 | <div class="container"> | 36 | <div class="container"> |
37 | <div class="row"> | 37 | <div class="row"> |
38 | <div class="col-md-12"> | 38 | <div class="col-md-12"> |
39 | - <div class="search-form"> | ||
40 | - <h3 class="search-title"> {% trans "BUSCAR NO PORTAL" %} </h3> | ||
41 | - <div class="search-field"> | 39 | + <div class="colab-search-form"> |
40 | + <h3 class="colab-search-title"> {% trans "BUSCAR NO PORTAL" %} </h3> | ||
41 | + <div class="colab-search-field"> | ||
42 | <span class="formfield"> | 42 | <span class="formfield"> |
43 | - <input class="search-input" id="search-input" name="q" value="" type="text"> | 43 | + <input class="colab-search-input" id="search-input" name="q" value="" type="text"> |
44 | </span> | 44 | </span> |
45 | </div> | 45 | </div> |
46 | - <input class="btn search-blue with-text icon-search submit" name="commit" value="Buscar" type="submit"> | 46 | + <input class="btn colab-search-blue with-text icon-search submit" name="commit" value="Buscar" type="submit"> |
47 | </div> | 47 | </div> |
48 | </div> | 48 | </div> |
49 | </div> | 49 | </div> |