align header text
This commit is contained in:
parent
79ca2f1772
commit
3e5316e0c1
|
@ -6766,7 +6766,7 @@ body {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-bottom: 1px solid #dddddd;
|
border-bottom: 1px solid #dddddd;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 5px;
|
padding: 5px 5px 5px 16px;
|
||||||
}
|
}
|
||||||
.shift-calendar .lane .tick {
|
.shift-calendar .lane .tick {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
|
@ -6789,7 +6789,7 @@ body {
|
||||||
background: #222222;
|
background: #222222;
|
||||||
border-bottom: 1px solid #282828;
|
border-bottom: 1px solid #282828;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 5px;
|
padding: 5px 5px 5px 16px;
|
||||||
}
|
}
|
||||||
.shift-calendar .lane .tick {
|
.shift-calendar .lane .tick {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
|
@ -6766,7 +6766,7 @@ body {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-bottom: 1px solid #dddddd;
|
border-bottom: 1px solid #dddddd;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 5px;
|
padding: 5px 5px 5px 16px;
|
||||||
}
|
}
|
||||||
.shift-calendar .lane .tick {
|
.shift-calendar .lane .tick {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
|
@ -6775,7 +6775,7 @@ body {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-bottom: 1px solid #dddddd;
|
border-bottom: 1px solid #dddddd;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 5px;
|
padding: 5px 5px 5px 16px;
|
||||||
}
|
}
|
||||||
.shift-calendar .lane .tick {
|
.shift-calendar .lane .tick {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
|
@ -52,7 +52,7 @@ body {
|
||||||
background: @panel-bg;
|
background: @panel-bg;
|
||||||
border-bottom: 1px solid @table-border-color;
|
border-bottom: 1px solid @table-border-color;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 5px;
|
padding: 5px 5px 5px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tick {
|
.tick {
|
||||||
|
|
Loading…
Reference in New Issue