changes to lightbox panel
This commit is contained in:
commit
6ea8070b7b
|
@ -450,11 +450,13 @@ z-index:1000;} /*everything except the lightbox panel should be below this z-ind
|
||||||
display:none;
|
display:none;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
top:140px;
|
top:140px;
|
||||||
|
bottom:140px;
|
||||||
left:0;
|
left:0;
|
||||||
right:0;
|
right:0;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
width:600px;
|
width:600px;
|
||||||
max-height:500px; /*SANJ, PLEASE DO THE RESIZE IN JS*/
|
max-height:500px; /*SANJ, PLEASE DO THE RESIZE IN JS*/
|
||||||
|
min-height:200px;
|
||||||
overflow-y:auto;
|
overflow-y:auto;
|
||||||
background-color:#FFF;
|
background-color:#FFF;
|
||||||
padding:15px;
|
padding:15px;
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
|
|
||||||
{% for result in page.object_list %}
|
{% for result in page.object_list %}
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ result.object.get_absolute_url }}&search={{ query }}">{{ result.object.title }}</a><br />
|
<a href="{{ result.object.get_absolute_url }}&search={{ query }}">{{ result.object.title }}</a>
|
||||||
{{ result.object.text }}
|
|
||||||
</p>
|
</p>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
<p>No results found.</p>
|
<p>No results found.</p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user