Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikweb
Commits
f43f50de
Commit
f43f50de
authored
Aug 26, 2013
by
Simon Daron
Browse files
Styling search results
parent
73f2c29e
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
f43f50de
...
...
@@ -142,8 +142,7 @@ body{
#metaNav
{
font-size
:
0.9em
;
min-height
:
2.5em
;
min-height
:
2em
;
color
:
white
;
background-color
:
black
;
position
:
fixed
;
...
...
@@ -171,7 +170,7 @@ body{
color
:
black
;
background-color
:
white
;
}
@media
screen
and
(
max-width
:
475
px
){
@media
screen
and
(
max-width
:
500
px
){
#metaNav
.iconLabel
{
display
:
none
;}
}
...
...
panikweb_templates/templates/search/search.html
View file @
f43f50de
...
...
@@ -56,12 +56,12 @@
{% block main %}
<div
class=
"wrapper padded"
>
{% if not page.object_list %}
<div
class=
"big error padded center"
>
Sorry, no result with your query!
</div>
{% endif %}
{% if not query %}
{% else %}
{% if not page.object_list %}
<div
class=
"big error padded center"
>
Sorry, no result with your query!
</div>
{% endif %}
{% if page.has_previous %}
<div
class=
"previous-page cf"
>
<a
class=
"button big left"
href=
"?q={{ query }}&page={{ page.previous_page_number }}"
>
«
Résultats précédénts
</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment