Fossil SCM
Fix for ticket display CSS in the etienne1 skin.
Commit
47bb6432a13059fd29afa3ee3ad80f7ef782fd26
Parent
b2852d41ad25fff…
1 file changed
+4
-3
+4
-3
| --- skins/etienne1/css.txt | ||
| +++ skins/etienne1/css.txt | ||
| @@ -163,18 +163,19 @@ | ||
| 163 | 163 | .report thead+tbody tr:hover { |
| 164 | 164 | background-color: #f5f9fc !important; |
| 165 | 165 | } |
| 166 | 166 | |
| 167 | 167 | td.tktDspLabel { |
| 168 | - max-width: 70px; | |
| 168 | + width: 70px; | |
| 169 | 169 | text-align: right; |
| 170 | + overflow: hidden; | |
| 170 | 171 | } |
| 171 | 172 | td.tktDspValue { |
| 172 | - max-width: 800px; | |
| 173 | 173 | text-align: left; |
| 174 | 174 | vertical-align: top; |
| 175 | - background-color: #f5f9fc; | |
| 175 | + background-color: #f8f8f8; | |
| 176 | + border: 1px solid #ccc; | |
| 176 | 177 | } |
| 177 | 178 | td.tktDspValue pre { |
| 178 | 179 | white-space: pre-wrap; |
| 179 | 180 | } |
| 180 | 181 | |
| 181 | 182 |
| --- skins/etienne1/css.txt | |
| +++ skins/etienne1/css.txt | |
| @@ -163,18 +163,19 @@ | |
| 163 | .report thead+tbody tr:hover { |
| 164 | background-color: #f5f9fc !important; |
| 165 | } |
| 166 | |
| 167 | td.tktDspLabel { |
| 168 | max-width: 70px; |
| 169 | text-align: right; |
| 170 | } |
| 171 | td.tktDspValue { |
| 172 | max-width: 800px; |
| 173 | text-align: left; |
| 174 | vertical-align: top; |
| 175 | background-color: #f5f9fc; |
| 176 | } |
| 177 | td.tktDspValue pre { |
| 178 | white-space: pre-wrap; |
| 179 | } |
| 180 | |
| 181 |
| --- skins/etienne1/css.txt | |
| +++ skins/etienne1/css.txt | |
| @@ -163,18 +163,19 @@ | |
| 163 | .report thead+tbody tr:hover { |
| 164 | background-color: #f5f9fc !important; |
| 165 | } |
| 166 | |
| 167 | td.tktDspLabel { |
| 168 | width: 70px; |
| 169 | text-align: right; |
| 170 | overflow: hidden; |
| 171 | } |
| 172 | td.tktDspValue { |
| 173 | text-align: left; |
| 174 | vertical-align: top; |
| 175 | background-color: #f8f8f8; |
| 176 | border: 1px solid #ccc; |
| 177 | } |
| 178 | td.tktDspValue pre { |
| 179 | white-space: pre-wrap; |
| 180 | } |
| 181 | |
| 182 |