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
9ca0356b
Commit
9ca0356b
authored
Aug 26, 2013
by
Simon Daron
Browse files
Test: allow emissions in double columns when screen is large
parent
b554c804
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
9ca0356b
...
...
@@ -67,7 +67,6 @@ text-transform: uppercase;
}
.wrapper
{
max-width
:
1024px
;
margin
:
auto
;}
.wrapper.half
{
max-width
:
600px
;
margin
:
auto
;}
.symbol
{
...
...
@@ -227,7 +226,20 @@ button.tag {
/**** Liste ****/
/**** EMISSIONS ****/
#Emission
.emission-detail
.title
{}
#Emission-tabs-detail
,
#Emission-tabs-episodes
{
max-width
:
450px
;
margin
:
auto
;
}
@media
screen
and
(
min-width
:
1000px
)
{
#Emission-tabs-detail
{
float
:
left
;
width
:
450px
;
}
#Emission-tabs-episodes
{
float
:
right
;
width
:
450px
;
}
}
/**** Detail ****/
.emission-detail
.metas
{
float
:
left
;
...
...
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