tinycm diff style.css @ rev 86

Update French translation
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:13:50 2017 +0100 (2017-02-12)
parents 4418f0315c8e
children 35354740250d
line diff
     1.1 --- a/style.css	Sat Feb 11 17:04:56 2017 +0100
     1.2 +++ b/style.css	Sun Feb 12 00:13:50 2017 +0100
     1.3 @@ -155,6 +155,7 @@
     1.4  .error { color: red; }
     1.5  .ok { color: green; }
     1.6  .date { color: #666; font-size: 96%; }
     1.7 +.del a { color: #942929; font-size: 96%; }
     1.8  
     1.9  /* Progress bar */
    1.10  
    1.11 @@ -225,7 +226,7 @@
    1.12  /* Round corner */
    1.13  
    1.14  pre, .button, .pctbar, .box, #login, #account-info, #user, img,
    1.15 -input, textarea, select, #tools a, #cloud-upload {
    1.16 +input, textarea, select, #tools a, #cloud-upload, .wall-message {
    1.17  	-moz-border-radius: 4px;
    1.18  	-webkit-border-radius: 4px;
    1.19  	border-radius: 4px;
    1.20 @@ -322,4 +323,19 @@
    1.21  	-webkit-padding-start: 0px;
    1.22  }
    1.23  
    1.24 +/* Community */
    1.25 +#wall-form textarea { height: 50px; background: #f8f8f8; }
    1.26 +.wall-message {
    1.27 +	border: 1px solid #ddd;
    1.28 +	background: #fafafa;
    1.29 +	margin: 20px 0;
    1.30 +	padding: 0;
    1.31 +}
    1.32 +.wall-message div {
    1.33 +	padding: 10px 0 0 10px;
    1.34 +}
    1.35 +.wall-message p {
    1.36 +	border-top: 1px solid #eee;
    1.37 +	padding: 10px;
    1.38 +}
    1.39