comparison css/core.css @ 2926:151fae569ce9

Implemented #225
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 06 Sep 2017 14:47:19 +0100
parents 86d80826db3a
children b2dcdd55721d
comparison
equal deleted inserted replaced
2925:21d548eb40f1 2926:151fae569ce9
86 border: #444; 86 border: #444;
87 border-width: 1px; 87 border-width: 1px;
88 border-style: solid; 88 border-style: solid;
89 background-color: #fff; 89 background-color: #fff;
90 } 90 }
91 div.popup-option-checbox { 91 div.popup-option-checkbox {
92 /* Popup window checkbox */ 92 /* Popup window checkbox */
93 padding: 5px; 93 padding: 5px;
94 width: fit-content; 94 width: fit-content;
95 width: -moz-fit-content; 95 width: -moz-fit-content;
96 width: -webkit-fit-content; 96 width: -webkit-fit-content;
97 } 97 }
98 div.popup-option-checbox input { 98 div.popup-option-checkbox input {
99 /* Popup window checkbox */ 99 /* Popup window checkbox */
100 margin-right: 15px; 100 margin-right: 15px;
101 } 101 }
102 table.popup-option-list { 102 table.popup-option-list {
103 margin: auto; 103 margin: auto;