summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Favre <gnomus@gnomus.de>2015-07-20 15:36:59 +0200
committerFelix Favre <gnomus@gnomus.de>2015-07-20 15:36:59 +0200
commit4f7f4a33f7aad7d6d3d426749b2247c3d867bdfa (patch)
tree28a00788c29ebe632943c68d2fb34d37fe5944e1
parent1f67fb61b711e814e2f17e3b6fdf6732d1779505 (diff)
Change Popover Size
-rw-r--r--public/css/theme0.css3
-rw-r--r--public/css/theme1.css3
-rw-r--r--public/css/theme2.css3
-rw-r--r--themes/base.less4
4 files changed, 13 insertions, 0 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css
index b8678523..94ccf1c9 100644
--- a/public/css/theme0.css
+++ b/public/css/theme0.css
@@ -6304,6 +6304,9 @@ body {
.footer a {
color: #777777;
}
+.popover {
+ max-width: 600px;
+}
#shifts td.free {
border: 1px solid #d9534f;
background-color: #f2dede;
diff --git a/public/css/theme1.css b/public/css/theme1.css
index b61c83f3..e14996b2 100644
--- a/public/css/theme1.css
+++ b/public/css/theme1.css
@@ -6327,6 +6327,9 @@ body {
.footer a {
color: #888888;
}
+.popover {
+ max-width: 600px;
+}
#shifts td.free {
border: 1px solid #d9534f;
background-color: #d9534f;
diff --git a/public/css/theme2.css b/public/css/theme2.css
index 77fc32ad..8fb67331 100644
--- a/public/css/theme2.css
+++ b/public/css/theme2.css
@@ -6304,6 +6304,9 @@ body {
.footer a {
color: #777777;
}
+.popover {
+ max-width: 600px;
+}
#shifts td.free {
border: 1px solid #7f528b;
background-color: #f1eaf2;
diff --git a/themes/base.less b/themes/base.less
index 83602c3b..3e552bc3 100644
--- a/themes/base.less
+++ b/themes/base.less
@@ -10,6 +10,10 @@ body {
color: @text-muted;
}
+.popover {
+ max-width: 600px;
+}
+
#shifts {
td {
&.free {