2014-01-22 22:24:06 +08:00
|
|
|
.swatch {
|
|
|
|
border: 1px solid black;
|
|
|
|
margin-left: 3px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
2019-01-10 01:37:42 +08:00
|
|
|
|
|
|
|
.SourceOptions input,
|
|
|
|
.SourcePath input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-09-20 02:56:55 +08:00
|
|
|
|
2019-12-19 01:13:00 +08:00
|
|
|
textarea,
|
|
|
|
input[name="newMonitor[Name]"] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-09-20 02:56:55 +08:00
|
|
|
input[name="newMonitor[Width]"],
|
|
|
|
input[name="newMonitor[Height]"] {
|
|
|
|
width: 80px;
|
|
|
|
}
|
2019-11-02 01:40:55 +08:00
|
|
|
select.chosen {
|
|
|
|
width: 100%;
|
|
|
|
}
|