| OLD | NEW |
| (Empty) |
| 1 #editSearchEngineOverlay { | |
| 2 width: 500px; | |
| 3 } | |
| 4 | |
| 5 #editSearchEngineOverlay table label { | |
| 6 text-align: end; | |
| 7 } | |
| 8 | |
| 9 #editSearchEngineOverlay table, | |
| 10 #editSearchEngineOverlay table td:nth-child(2) { | |
| 11 width: 100%; | |
| 12 } | |
| 13 | |
| 14 #editSearchEngineOverlay table input { | |
| 15 width: 100%; | |
| 16 box-sizing: border-box; | |
| 17 } | |
| 18 | |
| 19 #editSearchEngineOverlay .action-area { | |
| 20 margin-top: 2ex; | |
| 21 } | |
| 22 | |
| 23 .valid-badge, .alert-badge { | |
| 24 width: 22px; | |
| 25 height: 21px; | |
| 26 background-position: 50% 1px; | |
| 27 background-repeat: no-repeat; | |
| 28 } | |
| 29 | |
| 30 .valid-badge { | |
| 31 background-image: url("../../../../app/resources/input_good.png"); | |
| 32 } | |
| 33 | |
| 34 .alert-badge { | |
| 35 background-image: url("../../../app/theme/input_alert.png"); | |
| 36 } | |
| OLD | NEW |