Patch #24313 » 07_small_improvement.patch
| public/stylesheets/application.css | ||
|---|---|---|
| 344 | 344 | 
    width: .6em; height: .6em;  | 
| 345 | 345 | 
    }  | 
| 346 | 346 | 
    .contextual {float:right; white-space: nowrap; line-height:1.4em;margin:5px 0px; padding-left: 10px; font-size:0.9em;}
   | 
| 347 | 
    .contextual .icon {padding-top: 2px; padding-bottom: 3px;}
   | 
|
| 347 | 348 | 
    .contextual input, .contextual select {font-size:0.9em;}
   | 
| 348 | 349 | 
    .message .contextual { margin-top: 0; }
   | 
| 349 | 350 | |
| ... | ... | |
| 811 | 812 | 
    table.cal thead th {width: 14%; background-color:#EEEEEE; padding: 4px; }
   | 
| 812 | 813 | 
    table.cal thead th.week-number {width: auto;}
   | 
| 813 | 814 | 
    table.cal tbody tr {height: 100px;}
   | 
| 815 | 
    table.cal td .icon {padding-top: 2px; padding-bottom: 3px;}
   | 
|
| 814 | 816 | 
    table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
   | 
| 815 | 817 | 
    table.cal td.week-number { background-color:#EEEEEE; padding: 4px; border:none; font-size: 1em;}
   | 
| 816 | 818 | 
    table.cal td p.day-num {font-size: 1.1em; text-align:right;}
   | 
| ... | ... | |
| 1100 | 1102 | 
    background-position: 0% 50%;  | 
| 1101 | 1103 | 
    background-repeat: no-repeat;  | 
| 1102 | 1104 | 
    padding-left: 20px;  | 
| 1103 | 
    padding-top: 2px;  | 
|
| 1104 | 
    padding-bottom: 3px;  | 
|
| 1105 | 1105 | 
    }  | 
| 1106 | 1106 | 
    .icon-only {
   | 
| 1107 | 1107 | 
    background-position: 0% 50%;  |