summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-05-07 00:18:33 +0000
committerGo MAEDA <maeda@farend.jp>2023-05-07 00:18:33 +0000
commit006c6a4e01f7cd5ed179d1010e4507be79847927 (patch)
tree532167669f0e6513f21aa7dd08643a6bfb285f74 /public/stylesheets
parentf41f18be45bcb364ede2ecea9cfcb08ce6cdbe3d (diff)
downloadredmine-006c6a4e01f7cd5ed179d1010e4507be79847927.tar.gz
redmine-006c6a4e01f7cd5ed179d1010e4507be79847927.zip
Use the new pagination style for the calendars view (#27346).
Patch by Bernhard Rohloff. git-svn-id: https://svn.redmine.org/redmine/trunk@22235 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 0f4561de2..7d256832b 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -1116,6 +1116,7 @@ table.cal .starting a.issue, p.cal.legend .starting {background: url(../images/b
table.cal .ending a.issue, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
table.cal .starting.ending a.issue, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}
p.cal.legend span {display:block;}
+.controller-calendars p.buttons {margin-top: unset;}
/***** Tooltips ******/
.tooltip{position:relative;z-index:24;}