This website works better with JavaScript.
Home
Help
Sign In
ESIR
/
KiWi-Calendar
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
toujours au moins 2 jours sur la 2e ligne
master
n0m1s
9 years ago
parent
f3abafbe23
commit
d33aae6662
1 changed files
with
18 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+18
-0
index.css
+ 18
- 0
index.css
View File
@ -202,6 +202,24 @@ input[type="checkbox"]:checked + label span {
justify-content
:
center
;
justify-content
:
center
;
}
}
@
media
all
and
(
max-width
:
1400px
)
and
(
min-width
:
1100px
)
{
#
calendar
.
week
{
width
:
1100px
;
position
:
relative
;
left
:
50
%
;
margin-left
:
-550px
;
}
}
@
media
all
and
(
max-width
:
1100px
)
and
(
min-width
:
900px
)
{
#
calendar
.
week
{
width
:
900px
;
position
:
relative
;
left
:
50
%
;
margin-left
:
-450px
;
}
}
#
calendar
.
week
.
day
{
#
calendar
.
week
.
day
{
padding
:
5px
;
padding
:
5px
;
width
:
200px
;
width
:
200px
;
Write
Preview
Loading…
Cancel
Save