comparison sat_templates/templates/default/static/ticket.css @ 170:6c251da9a4f3

style improvment
author Goffi <goffi@goffi.org>
date Sat, 19 Jan 2019 11:49:18 +0100
parents 178f55b825b7
children 679cad989280
comparison
equal deleted inserted replaced
169:4b5ad18f6ece 170:6c251da9a4f3
11 content: '⚠ '; 11 content: '⚠ ';
12 color: red; 12 color: red;
13 } 13 }
14 14
15 /* single ticket */ 15 /* single ticket */
16
17 .ticket {
18 padding: 20px;
19 max-width: 500px;
20 margin: 0 auto;
21 }
22 16
23 .view .xmlui_widget { 17 .view .xmlui_widget {
24 width: auto; 18 width: auto;
25 } 19 }
26 20
102 96
103 .view #wid_body { 97 .view #wid_body {
104 white-space: pre-wrap; 98 white-space: pre-wrap;
105 max-height: 500px; 99 max-height: 500px;
106 overflow: auto; 100 overflow: auto;
107 resize: both; 101 resize: vertical;
108 background-color: white; 102 background-color: white;
109 padding: 5px; 103 padding: 5px;
110 text-align: justify; 104 text-align: justify;
111 border: 1px solid black; 105 border-color: #ddd;
112 border-radius: 5px; 106 border-style: solid;
107 border-width: 1px 0;
113 grid-column-start: 1; 108 grid-column-start: 1;
114 grid-column-end: 3; 109 grid-column-end: 3;
115 display: block; 110 display: block;
116 } 111 }
117 112