summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-10-03 12:09:25 +0000
committerGo MAEDA <maeda@farend.jp>2019-10-03 12:09:25 +0000
commit9c01c3ba212f0c32656e2f865a71e03a314f68f9 (patch)
treec22c5346d3b2c89c4b635f028cd2516f5aa64540 /public/stylesheets
parent77639026296c0ce9ada9be5bb2ddf263b32e7904 (diff)
downloadredmine-9c01c3ba212f0c32656e2f865a71e03a314f68f9.tar.gz
redmine-9c01c3ba212f0c32656e2f865a71e03a314f68f9.zip
Rounded corners on table.cal (#32165).
Patch by Antonio McDeal. git-svn-id: http://svn.redmine.org/redmine/trunk@18587 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 28465feb4..f9ec3f086 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -1027,12 +1027,12 @@ vertical-align: bottom;
}
/***** Calendar *****/
-table.cal {border-collapse: collapse; width: 100%; margin: 0px 0 6px 0;border: 1px solid #d7d7d7;}
+table.cal {width: 100%; margin: 0 0 6px 0; border: 1px solid #c0c0c0; border-spacing: 0; border-radius: 3px;}
table.cal thead th {width: 14%; background-color:#EEEEEE; padding: 4px; }
table.cal thead th.week-number {width: auto;}
table.cal tbody tr {height: 100px;}
table.cal td .icon {padding-top: 2px; padding-bottom: 3px;}
-table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
+table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em; border-bottom: 0; border-right: 0;}
table.cal td.week-number { background-color:#EEEEEE; padding: 4px; border:none; font-size: 1em;}
table.cal td p.day-num {font-size: 1.1em; text-align:right;}
table.cal td.odd p.day-num {color: #bbb;}