Change Popover Size
This commit is contained in:
parent
1f67fb61b7
commit
4f7f4a33f7
|
@ -6304,6 +6304,9 @@ body {
|
||||||
.footer a {
|
.footer a {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
|
.popover {
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
#shifts td.free {
|
#shifts td.free {
|
||||||
border: 1px solid #d9534f;
|
border: 1px solid #d9534f;
|
||||||
background-color: #f2dede;
|
background-color: #f2dede;
|
||||||
|
|
|
@ -6327,6 +6327,9 @@ body {
|
||||||
.footer a {
|
.footer a {
|
||||||
color: #888888;
|
color: #888888;
|
||||||
}
|
}
|
||||||
|
.popover {
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
#shifts td.free {
|
#shifts td.free {
|
||||||
border: 1px solid #d9534f;
|
border: 1px solid #d9534f;
|
||||||
background-color: #d9534f;
|
background-color: #d9534f;
|
||||||
|
|
|
@ -6304,6 +6304,9 @@ body {
|
||||||
.footer a {
|
.footer a {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
|
.popover {
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
#shifts td.free {
|
#shifts td.free {
|
||||||
border: 1px solid #7f528b;
|
border: 1px solid #7f528b;
|
||||||
background-color: #f1eaf2;
|
background-color: #f1eaf2;
|
||||||
|
|
|
@ -10,6 +10,10 @@ body {
|
||||||
color: @text-muted;
|
color: @text-muted;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popover {
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
#shifts {
|
#shifts {
|
||||||
td {
|
td {
|
||||||
&.free {
|
&.free {
|
||||||
|
|
Loading…
Reference in New Issue