diff 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
line wrap: on
line diff
--- a/sat_templates/templates/default/static/ticket.css	Sat Jan 19 11:46:13 2019 +0100
+++ b/sat_templates/templates/default/static/ticket.css	Sat Jan 19 11:49:18 2019 +0100
@@ -14,12 +14,6 @@
 
 /* single ticket */
 
-.ticket {
-    padding: 20px;
-    max-width: 500px;
-    margin: 0 auto;
-}
-
 .view .xmlui_widget {
     width: auto;
 }
@@ -104,12 +98,13 @@
     white-space: pre-wrap;
     max-height: 500px;
     overflow: auto;
-    resize: both;
+    resize: vertical;
     background-color: white;
     padding: 5px;
     text-align: justify;
-    border: 1px solid black;
-    border-radius: 5px;
+    border-color: #ddd;
+    border-style: solid;
+    border-width: 1px 0;
     grid-column-start: 1;
     grid-column-end: 3;
     display: block;