liquid_feedback_frontend
annotate static/mdl/buffer.svg @ 1725:4a5a79a37db1
Render links in unit and area description, updated layout of unit and area box
| author | bsw | 
|---|---|
| date | Tue Sep 28 09:43:58 2021 +0200 (2021-09-28) | 
| parents | 32cc544d5a5b | 
| children | 
| rev | line source | 
|---|---|
| bsw/jbe@1309 | 1 <?xml version="1.0"?> | 
| bsw/jbe@1309 | 2 <svg width="12" height="4" viewPort="0 0 12 4" version="1.1" xmlns="http://www.w3.org/2000/svg"> | 
| bsw/jbe@1309 | 3 <ellipse cx="2" cy="2" rx="2" ry="2"> | 
| bsw/jbe@1309 | 4 <animate attributeName="cx" from="2" to="-10" dur="0.6s" repeatCount="indefinite" /> | 
| bsw/jbe@1309 | 5 </ellipse> | 
| bsw/jbe@1309 | 6 <ellipse cx="14" cy="2" rx="2" ry="2" class="loader"> | 
| bsw/jbe@1309 | 7 <animate attributeName="cx" from="14" to="2" dur="0.6s" repeatCount="indefinite" /> | 
| bsw/jbe@1309 | 8 </ellipse> | 
| bsw/jbe@1309 | 9 </svg> |