tazbug diff web/style.css @ rev 105

Overall improvments
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 10 18:12:00 2017 +0100 (2017-02-10)
parents 61e512bd800b
children 1a43d9e16913
line diff
     1.1 --- a/web/style.css	Wed Feb 05 21:12:44 2014 +0100
     1.2 +++ b/web/style.css	Fri Feb 10 18:12:00 2017 +0100
     1.3 @@ -116,9 +116,9 @@
     1.4  	max-width: 720px;
     1.5  }
     1.6  
     1.7 -#newbug textarea { width: 480px; }
     1.8 +#newbug textarea, #edit textarea { width: 490px; height: 180px; }
     1.9  
    1.10 -#edit textarea { width: 100%; height: 240px; }
    1.11 +/* #edit textarea { width: 100%; height: 240px; } */
    1.12  
    1.13  .box, pre, #login, #account-info {
    1.14  	background-color: #f8f8f8;