Commit 6da345f2460cc109753fe8a6cbd858d73d5d09c5
Committed by
Luciano Prestes
1 parent
ae1938ec
Exists in
master
and in
51 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 | 3 | margin-top: 28px; |
| 4 | 4 | padding-top: 0px; |
| 5 | 5 | padding-bottom: 15px; |
| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | border: 1px solid #d3d6de; |
| 11 | 11 | } |
| 12 | 12 | |
| 13 | -.search-title { | |
| 13 | +.colab-search-title { | |
| 14 | 14 | color: #3e67b1; |
| 15 | 15 | margin: 5px 0px 3px; |
| 16 | 16 | padding: 16px 0px 0px 0px; |
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | text-transform: uppercase; |
| 21 | 21 | } |
| 22 | 22 | |
| 23 | -.search-input { | |
| 23 | +.colab-search-input { | |
| 24 | 24 | width: 100%; |
| 25 | 25 | padding: 7px; |
| 26 | 26 | font-size: 14px; |
| ... | ... | @@ -30,7 +30,7 @@ |
| 30 | 30 | border: 1px solid #d3d6de; |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | -.search-blue { | |
| 33 | +.colab-search-blue { | |
| 34 | 34 | background: #3e67b1; |
| 35 | 35 | color: white; |
| 36 | 36 | width: auto; |
| ... | ... | @@ -59,4 +59,4 @@ |
| 59 | 59 | font-size: 14px; |
| 60 | 60 | font-family: Arial; |
| 61 | 61 | font-weight: bold; |
| 62 | -} | |
| 63 | 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 | 36 | <div class="container"> |
| 37 | 37 | <div class="row"> |
| 38 | 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 | 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 | 44 | </span> |
| 45 | 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 | 47 | </div> |
| 48 | 48 | </div> |
| 49 | 49 | </div> | ... | ... |