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
a999afde
Commit
a999afde
authored
Sep 21, 2013
by
Renfred Harper
Browse files
Add base structure for info drop-down
parent
4d31b9bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
website/static/css/style.css
View file @
a999afde
/*Bootstrap*/
.navbar-default
{
background-color
:
rgba
(
252
,
252
,
255
,
0.96
);
margin-bottom
:
0
;
}
.navbar-toggle
{
background-color
:
white
;
...
...
@@ -31,7 +32,7 @@ a:visited{
body
{
background
:
url(/static/img/southside.jpg)
center
top
no-repeat
;
background-size
:
cover
;
padding-top
:
7
0px
;
padding-top
:
5
0px
;
}
.title
{
...
...
@@ -51,6 +52,7 @@ body {
.grid-box
{
font-size
:
160%
;
margin
:
10px
0px
;
cursor
:
pointer
;
}
.grid-box
.restaurant
{
text-align
:
center
;
...
...
@@ -94,6 +96,7 @@ ul.ui-autocomplete {
}
.main-container
{
padding-bottom
:
200px
;
margin-top
:
20px
}
#footer
{
background-color
:
rgba
(
252
,
252
,
255
,
0.96
);
...
...
@@ -117,6 +120,22 @@ ul.ui-autocomplete {
#footer-line
{
display
:
none
;
}
#info-body
{
width
:
100%
;
background-color
:
#FFF
;
padding-top
:
10px
;
padding-bottom
:
10px
;
cursor
:
pointer
;
display
:
none
;
}
#info-name
{
font-size
:
22px
;
margin-bottom
:
5px
;
}
#info-close
{
position
:
absolute
;
right
:
15px
;
}
/* Custom Responsive Classes */
/* xs */
@media
(
min-width
:
480px
)
{
...
...
whats_open/templates/base.html
View file @
a999afde
...
...
@@ -51,6 +51,15 @@
</div>
</div>
</nav>
<div
id=
"info-body"
>
<div
class=
"container"
id=
"info-container"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
id=
"info-name"
></div>
<div
class=
"col-md-3"
>
Status:
</div>
<div
class=
"col-md-3"
>
Open Till:
</div>
</div>
</div>
</div>
<div
class=
"container main-container"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
...
...
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