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
Simon Daron
panikweb
Commits
312f1843
Commit
312f1843
authored
Sep 28, 2013
by
fred
Browse files
style: use tablet size for < 760px, not 600px
parent
60960913
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
312f1843
...
...
@@ -78,7 +78,7 @@
.wrapper
{
padding
:
0
7%
;}
}
@media
screen
and
(
min-width
:
6
0
0px
)
{
@media
screen
and
(
min-width
:
7
60px
)
{
.wrapper
.rightPart
{
margin-top
:
0
;
}
...
...
@@ -239,7 +239,7 @@ body{
border
:
1px
solid
#ececec
;
}
@media
screen
and
(
max-width
:
6
0
0px
){
@media
screen
and
(
max-width
:
7
60px
){
#metaNav
.iconLabel
{
display
:
none
;}
#metaNav
ul
li
a
span
.nav-icon
{
display
:
inline-block
;
}
#metaNav
form
{
...
...
@@ -281,7 +281,7 @@ body{
}
@media
screen
and
(
max-width
:
6
0
0px
)
{
@media
screen
and
(
max-width
:
7
60px
)
{
#All
h1
.top
{
font-size
:
60px
;
padding
:
0
3%
;
...
...
@@ -291,7 +291,7 @@ body{
}
}
@media
screen
and
(
min-width
:
6
0
0px
)
{
@media
screen
and
(
min-width
:
7
60px
)
{
#Commons
{
float
:
left
;
width
:
20%
;
...
...
@@ -664,7 +664,7 @@ h1.top#frequence {
padding-top
:
0.2em
;
}
@media
screen
and
(
max-width
:
6
0
0px
)
{
@media
screen
and
(
max-width
:
7
60px
)
{
#Player
{
margin-top
:
1em
;
...
...
@@ -679,7 +679,7 @@ h1.top#frequence {
}
}
@media
screen
and
(
min-width
:
6
0
0px
)
{
@media
screen
and
(
min-width
:
7
60px
)
{
#Player
{
}
...
...
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