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
SRCT
whats-open
Commits
fb87ff9b
Commit
fb87ff9b
authored
Mar 23, 2013
by
Tyler Hallada
Browse files
Merge branch 'master' of github.com:thallada/whats-open
parents
abd60801
699d23a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
website/static/css/style.css
View file @
fb87ff9b
...
...
@@ -72,4 +72,9 @@ div.container{
ul
.ui-autocomplete
{
list-style
:
none
;
visibility
:
hidden
;
}
\ No newline at end of file
}
.campusDropdown
{
font-size
:
20px
;
margin-top
:
10px
;
}
whats_open/templates/base.html
View file @
fb87ff9b
...
...
@@ -34,6 +34,16 @@
{% endblock %}
</div>
<div
class =
"span2"
>
<div
class=
"dropdown campusDropdown"
>
<a
class
"
dropdown-toggle
"
data-toggle=
"dropdown"
href=
'#'
>
Select Campus
</a>
<ul
class=
"dropdown-menu"
role=
"menu"
ara-labelledby=
"dLabel"
>
<li><a
tabindex=
"-1"
href=
"#"
>
Fairfax
</a></li>
<li><a
tabindex=
"-1"
href=
"#"
>
Prince William
</a></li>
<li><a
tabindex=
"-1"
href=
"#"
>
Arlington
</a></li>
</ul>
</div>
</div>
</div>
<div
class =
clock
>
at {% now "H:i" %}
...
...
whats_open/templates/restaurant_grid.html
View file @
fb87ff9b
...
...
@@ -2,12 +2,13 @@
{% block campus %}
--
Fairfax
Fairfax
{% endblock %}
{% block content %}
<div
id=
"grid"
>
</div>
...
...
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