liquid_feedback_frontend
view static/gregor.js/gregor.css @ 1587:d5c5bf6bfda5
Show action element in issues only if necessary
| author | bsw | 
|---|---|
| date | Wed Jan 27 09:57:10 2021 +0100 (2021-01-27) | 
| parents | 77d58efe99fd | 
| children | 
 line source
     1 .gregor_sheet {
     2   border:          1px solid black;
     3   border-collapse: collapse;
     4   margin:          0;
     5   padding:         0;
     6   background:      #fff;
     7   color:           #000;
     8 }
     9 .gregor_sheet th, .gregor_sheet td {
    10   margin: 0;
    11   font-size: 70%;
    12 }
    13 .gregor_year, .gregor_month {
    14   background-color: #ddd;
    15   border-bottom:    1px solid black;
    16   font-weight:      normal;
    17   text-align:       center;
    18 }
    19 .gregor_year a, .gregor_month a {
    20   color:           #000;
    21   text-decoration: none;
    22 }
    23 .gregor_year a:hover, .gregor_month a:hover {
    24   color: #f00;
    25 }
    26 .gregor_weekday {
    27   font-size:   80%;
    28   padding-top: 0.5em;
    29 }
    30 .gregor_day {
    31   padding-bottom: 0.35em;
    32 }
    34 .gregor_weekday,
    35 .gregor_day {
    36   padding-left: 0.25em;
    37   padding-right: 0.25em;
    38 }
    39 .gregor_weeks_left .gregor_weekday,
    40 .gregor_weeks_left .gregor_day {
    41   padding-left: 0;
    42   padding-right: 0.5em;
    43 }
    44 .gregor_weeks_right .gregor_weekday,
    45 .gregor_weeks_right .gregor_day {
    46   padding-left: 0.5em;
    47   padding-right: 0;
    48 }
    49 .gregor_weekday {
    50   text-align: center;
    51 }
    52 .gregor_weeks_left .gregor_week {
    53   padding-left:  0.25em;
    54   padding-right: 0.5em;
    55 }
    56 .gregor_weeks_right .gregor_week {
    57   padding-left:  1em;
    58   padding-right: 0.25em;
    59 }
    60 .gregor_week {
    61   color:       #666;
    62   font-size:   80%;
    63   font-weight: normal;
    64   text-align:  right;
    65 }
    66 td.gregor_day {
    67   text-align: right;
    68 }
    69 td.gregor_day a {
    70   background-color: #ddd;
    71   color:            #000;
    72   display:          block;
    73   padding-bottom:   0.25ex;
    74   padding-right:    0.25em;
    75   padding-top:      0.25ex;
    76   text-decoration:  none;
    77   width:            2em;
    78 }
    79 td.gregor_day.gregor_sat a {
    80   background-color: #bbb;
    81 }
    82 td.gregor_day.gregor_sun a {
    83   background-color: #ea9;
    84 }
    85 td.gregor_day.gregor_today a {
    86   font-weight: bold;
    87 }
    88 td.gregor_day.gregor_selected a {
    89   background-color: #444;
    90   color:            #fff;
    91 }
