Change Popover Size

This commit is contained in:
Felix Favre 2015-07-20 15:36:59 +02:00
parent 1f67fb61b7
commit 4f7f4a33f7
4 changed files with 13 additions and 0 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -10,6 +10,10 @@ body {
color: @text-muted; color: @text-muted;
} }
.popover {
max-width: 600px;
}
#shifts { #shifts {
td { td {
&.free { &.free {