Project

General

Profile

Patch #32165 ยป roundness-calendar-table.patch

Anonymous, 2019-09-28 14:40

View differences:

public/stylesheets/application.css (working copy)
1022 1022
}
1023 1023

  
1024 1024
/***** Calendar *****/
1025
table.cal {border-collapse: collapse; width: 100%; margin: 0px 0 6px 0;border: 1px solid #d7d7d7;}
1025
table.cal {width: 100%; margin: 0px 0 6px 0;border: 1px solid #c0c0c0;border-spacing: 0;border-radius: 3px;}
1026 1026
table.cal thead th {width: 14%; background-color:#EEEEEE; padding: 4px; }
1027 1027
table.cal thead th.week-number {width: auto;}
1028 1028
table.cal tbody tr {height: 100px;}
1029 1029
table.cal td .icon {padding-top: 2px; padding-bottom: 3px;}
1030
table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
1030
table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em; border-bottom: 0; border-right: 0;}
1031 1031
table.cal td.week-number { background-color:#EEEEEE; padding: 4px; border:none; font-size: 1em;}
1032 1032
table.cal td p.day-num {font-size: 1.1em; text-align:right;}
1033 1033
table.cal td.odd p.day-num {color: #bbb;}
    (1-1/1)