Skip to content
GitLab
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
e712bfab
Commit
e712bfab
authored
Aug 22, 2013
by
Simon Daron
Browse files
Fixing wrap & nav
parent
b4bc7858
Changes
6
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/general.css
View file @
e712bfab
...
...
@@ -146,7 +146,6 @@ dl.metadata dd {
}
button
{
display
:
inline-block
;}
nav
button
{
font-family
:
"RegloBold"
;
text-transform
:
uppercase
;
...
...
@@ -165,15 +164,15 @@ nav ul li, ul.inline li{
/******************/
nav
ul
{
ul
.distributed
{
display
:
table
;
width
:
100%
;
text-align
:
center
;
margin-bottom
:
2em
;
margin
:
0
;
padding
:
0
;
}
nav
ul
li
{
ul
.distributed
li
{
display
:
table-cell
;
width
:
14%
;
text-align
:
center
;
}
...
...
panikweb_templates/static/css/specifics.css
View file @
e712bfab
...
...
@@ -56,11 +56,6 @@
}
#player
.help
{
}
#metaNav
{
font-family
:
"Reglo"
;
text-transform
:
uppercase
;
font-size
:
0.9em
;
}
h1
.title
{
}
.date
,
.dateBloc
{
...
...
@@ -104,7 +99,7 @@ body {
#Panik
{
background
:
white
;}
#Panik
img
{
display
:
block
;
margin
:
auto
;}
.wrapper
{
max-width
:
1024px
;
margin
:
auto
;}
.emission
.wrapper
{
max-width
:
600px
;
margin
:
auto
;}
.wrapper
.half
{
max-width
:
600px
;
margin
:
auto
;}
.symbol
{
...
...
@@ -184,7 +179,9 @@ button.tag {
#search-form
{
content
:
'Rechercher'
;}
#search-form
:focus
{
content
:
''
;}
#metaNav
{
font-size
:
0.9em
;
color
:
white
;
background-color
:
black
;
position
:
fixed
;
...
...
@@ -192,38 +189,21 @@ button.tag {
top
:
0px
;
width
:
100%
;
}
#metaNav
input
{
float
:
right
;
width
:
150px
;
max-width
:
25%
;}
#metaNav
nav
{
padding
:
0.5em
0
0
0.5em
;
#metaNav
li
{
border-left
:
1px
solid
#333
;
border-right
:
1px
solid
#333
;
}
#metaNav
nav
{
}
#metaNav
ul
,
#metaNav
li
{
margin
:
0
!important
;
padding
:
0
!important
;}
#metaNav
ul
li
{
display
:
inline-block
;
max-width
:
20%
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
}
#metaNav
button
.toggler
{
color
:
white
;
display
:
none
;}
#metaNav
ul
li
a
{
color
:
white
;
margin-right
:
1em
;
letter-spacing
:
1px
;
}
#siteNav
>
div
{
float
:
left
;
}
#advanced
>
div
{
float
:
left
;
}
/****************************************************/
/**** PLAYER ****/
/*#Home #player{ float: left; } */
...
...
panikweb_templates/templates/emissions/emission_detail.html
View file @
e712bfab
...
...
@@ -3,7 +3,7 @@
{% block listen %}{% endblock %}
{% block main %}
<div
class=
"emission"
>
<div
class=
"wrapper"
>
<div
class=
"wrapper
half
"
>
<div
id=
"Emission-tabs-detail"
>
{% include "emissions/detail.html" %}
</div>
...
...
panikweb_templates/templates/grid.html
View file @
e712bfab
...
...
@@ -6,7 +6,7 @@
{% block main %}
<div
id=
"grille"
>
<nav>
<ul>
<ul
class=
"distributed"
>
<li><button>
Créations
</button></li>
<li><button>
Agendas
</button></li>
<li><button>
Info
</button></li>
...
...
panikweb_templates/templates/includes/metaNav.html
View file @
e712bfab
<div
id=
"metaNav"
>
<!--<input id="search-form" type="text" />-->
<nav
class=
"contextual-menu wrapper"
>
<ul>
<nav
id=
"metaNav"
class=
"contextual-menu"
>
<div
class=
"wrapper"
>
<ul
class=
"distributed"
>
<!--<li><a href="{% url 'get' %}">☰</a></li>-->
<li><a
href=
"{% url 'home' %}"
>
<span
class=
"icon-home"
></span>
...
...
@@ -31,5 +30,5 @@
<span
class=
"iconLabel"
>
About
</span>
</a></li>
</ul>
</
na
v>
</
di
v>
</
di
v>
</
na
v>
panikweb_templates/templates/program.html
View file @
e712bfab
...
...
@@ -4,7 +4,7 @@
{% block main %}
<div
class=
"program tabs"
>
<nav>
<ul
class=
"days custom"
>
<ul
class=
"days custom
distributed
"
>
{% for day in days %}
<li
class=
""
><button
data-tab=
"#Program-tabs-{{ day.datetime|date:"
w
"
}}"
>
{{ day.datetime|date:"D d" }}
</button></li>
{% endfor %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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