Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
whats-open
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nicholas J Anderson
whats-open
Commits
827d71de
Commit
827d71de
authored
Oct 26, 2013
by
Renfred Harper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restructure nav and footer template
parent
007f678c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
9 deletions
+25
-9
website/static/css/style.css
website/static/css/style.css
+7
-1
whats_open/templates/base.html
whats_open/templates/base.html
+18
-8
No files found.
website/static/css/style.css
View file @
827d71de
...
...
@@ -10,7 +10,13 @@
padding
:
13px
18px
;
font-size
:
26px
;
}
.navbar-default
.navbar-nav
>
.active
>
a
{
background
:
rgba
(
255
,
255
,
255
,
0.50
);
}
.navbar-default
.navbar-nav
>
.active
>
a
:hover
{
background
:
rgba
(
255
,
255
,
255
,
0.50
);
color
:
#000
;
}
/*Styles*/
a
{
color
:
#006633
;
...
...
whats_open/templates/base.html
View file @
827d71de
...
...
@@ -23,6 +23,7 @@
{% endblock %}
<body>
<div
class=
"holder"
>
{% block nav %}
<nav
class=
"navbar navbar-default navbar-fixed-top"
role=
"navigation"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-ex1-collapse"
>
...
...
@@ -34,8 +35,18 @@
<a
class=
"navbar-brand"
href=
"/"
>
what's open
</a>
</div>
<div
class=
"collapse navbar-collapse navbar-ex1-collapse"
>
<ul
class=
"nav navbar-nav navbar-right"
style=
"display:none;"
>
<li
class=
"dropdown"
>
<div
class=
"navbar-form navbar-right"
role=
"search"
>
<div
class=
"form-group"
>
<input
id=
"searchBar"
type=
"text"
class=
"form-control"
placeholder=
"Search"
>
</div>
</div>
<ul
class=
"nav navbar-nav navbar-right"
>
<li>
<a
id=
"about-link"
>
<span
id=
"about-link-text"
>
About
</span><img
id=
"about-close-nav"
src=
"{{ STATIC_URL }}img/close.png"
>
</a>
</li>
<li
class=
"dropdown"
style=
"display:none;"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Select Campus
<b
class=
"caret"
></b></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
Fairfax
</a></li>
...
...
@@ -44,13 +55,10 @@
</ul>
</li>
</ul>
<div
class=
"navbar-form navbar-right"
role=
"search"
>
<div
class=
"form-group"
>
<input
id=
"searchBar"
type=
"text"
class=
"form-control"
placeholder=
"Search"
>
</div>
</div>
</div>
</nav>
{% endblock %}
<div
id=
"about-body"
style=
"display:none;"
>
<div
class=
"container"
id=
"about-container"
>
{% include 'about.html' %}
...
...
@@ -76,7 +84,8 @@
{% endblock %}
</div>
</div>
</div>
</div>
{% block footer %}
<div
id=
"footer"
>
<div
class=
"footer-row"
>
<a
class=
"gmu-brand"
href=
"http://www.gmu.edu"
><img
src=
"{{ STATIC_URL }}img/gmurgb.png"
class=
"gmu-logo"
></a>
...
...
@@ -85,6 +94,7 @@
</div>
</div>
</div>
{% endblock %}
</div>
</body>
</html>
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