Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikweb
Commits
262e66d9
Commit
262e66d9
authored
Aug 20, 2013
by
laron
Browse files
KISS menu & tabs
parent
82974f3b
Changes
3
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/general.css
View file @
262e66d9
...
...
@@ -146,10 +146,11 @@ ul.inline li{
color
:
#000
;
}
.ui-tabs
.ui-tabs-panel
,
.tabs
.ui-tabs
.ui-tabs-panel
{
margin
:
0
0
0
0
;
padding
:
0
0
0
0
;
padding
:
0
0
0
0
!important
;
margin
:
0
0
0
0
!important
;
border
:
none
;
}
.ui-tabs
.ui-tabs-panel
{
border
:
none
;}
.todo
:hover
,
.todo
*
:hover
{
text-decoration
:
line-through
;
...
...
panikweb_templates/static/css/specifics.css
View file @
262e66d9
...
...
@@ -164,10 +164,9 @@ button.tag {
font-family
:
"Reglo"
;
text-transform
:
uppercase
;
}
#metaNav
input
{
float
:
right
;
width
:
150px
;}
#metaNav
input
{
float
:
right
;
width
:
150px
;
max-width
:
25%
;
}
#metaNav
nav
{
padding
:
0.5em
0
0
0.5em
;
margin-right
:
150px
;
}
#metaNav
nav
{
...
...
panikweb_templates/templates/base.html
View file @
262e66d9
...
...
@@ -24,14 +24,15 @@
<body
id=
"{% block bodyID %}{% endblock %}"
>
<div
class=
"wrapper"
id=
"metaNav"
>
<input
id=
"search-form"
type=
"text"
/>
<!--
<input id="search-form" type="text" />
-->
<nav
class=
"contextual-menu"
>
<ul>
<li><a
href=
"{% url 'home' %}"
>
Home
</a></li>
<li><a
href=
"#"
>
About
Us
</a></li>
<li><a
href=
"{% url 'program' %}"
>
Programme
</a></li>
<li><a
href=
"#"
>
About
</a></li>
<li><a
href=
"{% url 'program' %}"
>
Grid
</a></li>
<!--<li><a href="#">Media</a></li>-->
<li><a
href=
"#"
>
Newsletter
</a></li>
<li><a
href=
"#"
>
News
</a></li>
<li><a
href=
"#"
>
Search
</a></li>
</ul>
</nav>
</div>
...
...
Write
Preview
Supports
Markdown
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