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
Nicholas J Anderson
whats-open
Commits
4a346785
Commit
4a346785
authored
Mar 23, 2013
by
Tyler Hallada
Browse files
Change search to bootstrappy text input
parent
842b0ee3
Changes
2
Hide whitespace changes
Inline
Side-by-side
website/static/css/style.css
View file @
4a346785
...
...
@@ -49,9 +49,8 @@ div.container{
font-size
:
25px
;
font-family
:
"Courier New"
,
Courier
,
monospace
;
}
#searchBar
{
margin-top
:
10px
;
margin-bottom
:
10px
;
.search-row
{
text-align
:
center
;
}
ul
.ui-autocomplete
{
list-style
:
none
;
...
...
whats_open/templates/base.html
View file @
4a346785
...
...
@@ -45,15 +45,15 @@
</div>
</div>
</div>
<div
class
=
clock
>
at {% now "H:i" %}
<!-- this is in 24 hour time :-/ --
>
</div
>
<div
class=
"row"
>
<div
class=
"span6 offset5"
>
<input
name=
"field"
id=
"searchBar"
/
>
</div>
<div
class
=
"row-fluid search-row"
>
<div
class=
"control-group"
>
<div
class=
"controls"
>
<div
class=
"input-prepend"
>
<span
class=
"add-on"
><i
class=
"icon-search"
></i></span
>
<input
name=
"field"
class=
"span2"
type=
"text"
id=
"searchBar"
/
>
</div
>
</div
>
</div>
</div>
{% block content%}
...
...
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