blinker / firefox.plugin / data / settings / html-gaze-attr.css @ master
History | View | Annotate | Download (551 Bytes)
| 1 | 76dd22bd | KevinTaron | input.elementname { |
|---|---|---|---|
| 2 | width: 100%; |
||
| 3 | height: 30px; |
||
| 4 | } |
||
| 5 | |||
| 6 | .tcont {
|
||
| 7 | width: 49%; |
||
| 8 | margin-top: 15px; |
||
| 9 | } |
||
| 10 | |||
| 11 | label { margin-bottom: 5px; width: 100%;} |
||
| 12 | |||
| 13 | .tcont select { margin-top: 3px; } |
||
| 14 | |||
| 15 | .tutorial ol.settings li { |
||
| 16 | display: flex; |
||
| 17 | flex-wrap: wrap; |
||
| 18 | justify-content: space-between; |
||
| 19 | border-bottom: 2px solid black; |
||
| 20 | margin-bottom: 30px; |
||
| 21 | position: relative; |
||
| 22 | } |
||
| 23 | |||
| 24 | .tutorial ol.settings .deleteCross { |
||
| 25 | display: inline-block; |
||
| 26 | cursor: pointer; |
||
| 27 | width: 20px; |
||
| 28 | height: 20px; |
||
| 29 | font-size: 2em; |
||
| 30 | position: absolute; |
||
| 31 | top: -15px; |
||
| 32 | right: 0; |
||
| 33 | } |