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
7849c13f
Commit
7849c13f
authored
Aug 20, 2013
by
laron
Browse files
Fixing tab style (mostly reset UI)
parent
bd718b01
Changes
3
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/general.css
View file @
7849c13f
...
...
@@ -63,11 +63,11 @@ p a {
}
em
{
font-family
:
RegloBold
;
font-family
:
"
RegloBold
"
;
}
blockquote
{
font-family
:
RegloBold
;
font-family
:
"
RegloBold
"
;
color
:
#aaa
;
font-size
:
1.5em
;
padding
:
1em
;
...
...
@@ -119,10 +119,14 @@ ul.inline li{
/*USEFULL CLASSES */
/******************/
.ui-tabs
{
background
:
transparent
;
border
:
none
;
.ui-tabs
,
.ui-tabs
*
{
background
:
transparent
!important
;
border
:
none
!important
;
}
.ui-tabs-nav
*
{
padding
:
0
0
0
0
!important
;
margin
:
0
0
0
0
!important
;
}
.ui-tabs
.ui-widget-header
{
background
:
transparent
;
border
:
none
;
...
...
@@ -130,24 +134,22 @@ ul.inline li{
-webkit-border-radius
:
0px
;
border-radius
:
0px
;
}
.ui-tabs
.ui-tabs-nav
.ui-state-default
{
background
:
transparent
;
border
:
none
;
}
.ui-tabs
.ui-tabs-nav
.ui-state-active
{
background
:
transparent
;
border
:
none
;
}
.ui-tabs
.ui-tabs-nav
.ui-state-default
a
{
color
:
#000
;
.ui-tabs
.ui-tabs-nav
a
{
padding
:
0.2em
!important
;
font-family
:
'RegloNormal'
;
font-size
:
1em
!important
;
color
:
#000
;
border-bottom
:
2px
solid
transparent
!important
;
}
.ui-tabs
.ui-tabs-nav
.ui-state-active
a
{
border-bottom
:
2px
solid
black
;
border-bottom
:
2px
solid
black
!important
;
color
:
#000
;
}
.ui-tabs
.ui-tabs-panel
,
.tabs
.ui-tabs
.ui-tabs-panel
{
margin
:
0
0
0
0
;
padding
:
0
0
0
0
;
}
.ui-tabs
.ui-tabs-panel
{
border
:
none
;}
.todo
:hover
,
.todo
*
:hover
{
text-decoration
:
line-through
;
...
...
panikweb_templates/static/css/specifics.css
View file @
7849c13f
...
...
@@ -84,6 +84,9 @@ body {
}
#main
{
padding
:
1em
;}
.wrapper
{
width
:
auto
;}
@media
screen
and
(
max-width
:
300px
){
#main
{
font-size
:
80%
;}
}
@media
screen
and
(
min-width
:
300px
)
and
(
max-width
:
400px
)
{
#main
{
font-size
:
85%
;}
}
...
...
panikweb_templates/templates/emissions/detail.html
View file @
7849c13f
...
...
@@ -13,6 +13,13 @@
</header>
<div
class=
"metas"
>
<div
class=
"schedule"
>
{% for schedule in schedules %}
<li>
{{ schedule.datetime|date:"l G:i" }}
{% if schedule.rerun %} (rediff) {% endif %}
{{ schedule.id }}
</li>
{% endfor %}
<div>
mercredi
&
jeudi
</div>
<div
class=
"time"
>
7:30-8:00
</div>
...
...
@@ -37,7 +44,9 @@
{% endif %}
</div>
<img
class=
"logo"
src=
"http://placehold.it/280X180"
/>
{% if emission.image %}
<img
class=
"logo"
src=
"{{ emission.image.url }}"
/>
{% endif %}
{% if emission.text %}
<article
class=
"text content"
>
...
...
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