]> source.dussan.org Git - redmine.git/commitdiff
Rounded corners on table.cal (#32165).
authorGo MAEDA <maeda@farend.jp>
Thu, 3 Oct 2019 12:09:25 +0000 (12:09 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 3 Oct 2019 12:09:25 +0000 (12:09 +0000)
Patch by Antonio McDeal.

git-svn-id: http://svn.redmine.org/redmine/trunk@18587 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 28465feb4466198b1bcaa247f6539f5fb8fbbed5..f9ec3f086489770874cc62aa256cae81c433e17d 100644 (file)
@@ -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;}