-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylewww.css
99 lines (81 loc) · 1.46 KB
/
stylewww.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.Notizen_56fd0c1dc008b61040e7c027808a587d{
background-color: #fafec0;
}
.Notizen_56fd0c1dc008b61040e7c027808a587d .inputArt,
.Notizen_56fd0c1dc008b61040e7c027808a587d .inputStunden
{
display:none;
}
.monatsliste .Notizen_56fd0c1dc008b61040e7c027808a587d .inputKommentar{
/*width: 200px;*/
}
/* responsive */
/*
@media screen and (max-height: 200px) {
.login .logo{
display:none;
}
.login form{
margin-bottom: 0;
}
}
*/
@media screen and (max-width: 700px) {
nav .logo{display:none;}
}
@media screen and (max-width: 815px) {
nav h1{display:none;}
}
@media screen and (max-width: 500px) {
.tab_editTag, .tab_editUrlaub, .tab_editUeberblick,
.tab_editProj, .tab_editEinstellungen, .tab_editTodolist
{
display:flex;
flex-direction: column;
flex-wrap: wrap;
}
.panelinaktiv {
display: none;
}
.monatsliste, .editorTODO,
.editorProjekt,
.tab_editUrlaub .editorProjekt
{
width: 100%;
height: 60%;
}
.monatsliste th{
font-size:10px;
}
.monatsliste .sp0{
width: auto;
}
.monatsliste .sp1,
.monatsliste .monat
{
/*display:none;*/
max-width: 33px;
overflow: hidden;
}
.monatsliste .projektitem, .editorTODO{
min-width: 240px;
}
.monatsliste .sp3{
width:auto;
}
.projektliste,
.tab_editUrlaub .stackliste
{
width: 100%;
height: 40%;
position: relative;
}
nav #tabnav{
max-width:100%;
position: absolute;
left: 59px;
top: 14px;
width: calc(100% - 70px);
overflow: auto;
}
}