Mercurial > p > roundup > code
comparison website/issues/html/style.css @ 4862:7ed1893ea3ac
issue2550793: Wrap messages with very long lines in the web interface.
Applied to templates classic, devel, minimal and website/issues.
jinja2 and responsive should already have this through bootstrap.
| author | Thomas Arendsen Hein <thomas@intevation.de> |
|---|---|
| date | Tue, 11 Mar 2014 10:13:58 +0100 |
| parents | 22d57206a93b |
| children | c69eadd1ad15 |
comparison
equal
deleted
inserted
replaced
| 4861:b464fe110418 | 4862:7ed1893ea3ac |
|---|---|
| 102 padding: 1em; | 102 padding: 1em; |
| 103 border: solid thin #dadada; | 103 border: solid thin #dadada; |
| 104 background-color: #ffffff; | 104 background-color: #ffffff; |
| 105 } | 105 } |
| 106 | 106 |
| 107 pre { | |
| 108 white-space: pre-wrap; | |
| 109 } | |
| 110 | |
| 107 #search { text-align: right; } | 111 #search { text-align: right; } |
| 108 | 112 |
| 109 p.ok-message | 113 p.ok-message |
| 110 { | 114 { |
| 111 background-color: #eeffee; | 115 background-color: #eeffee; |
