diff options
author | Philip Häusler <msquare@notrademark.de> | 2015-07-27 17:06:14 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2015-07-27 17:06:14 +0200 |
commit | 8f13613c9c9fcae071b451b84fd229e5b83b0cfc (patch) | |
tree | 1f7dabc3eedfb206f495bef1dea8ce9e96b08550 | |
parent | 386a3c32982f424af7ef40630a7ca0d50d660936 (diff) |
make hints smaller again
-rw-r--r-- | public/css/theme0.css | 3 | ||||
-rw-r--r-- | public/css/theme1.css | 3 | ||||
-rw-r--r-- | public/css/theme2.css | 3 | ||||
-rw-r--r-- | themes/base.less | 4 |
4 files changed, 0 insertions, 13 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css index 94ccf1c9..b8678523 100644 --- a/public/css/theme0.css +++ b/public/css/theme0.css @@ -6304,9 +6304,6 @@ 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 e14996b2..b61c83f3 100644 --- a/public/css/theme1.css +++ b/public/css/theme1.css @@ -6327,9 +6327,6 @@ 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 8fb67331..77fc32ad 100644 --- a/public/css/theme2.css +++ b/public/css/theme2.css @@ -6304,9 +6304,6 @@ 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 3e552bc3..83602c3b 100644 --- a/themes/base.less +++ b/themes/base.less @@ -10,10 +10,6 @@ body { color: @text-muted; } -.popover { - max-width: 600px; -} - #shifts { td { &.free { |