14 lines
210 B
CSS
14 lines
210 B
CSS
.sellpage-body {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.sellpage-final {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
/* first-of-type needed to style switches */
|
|
#sellpage-edit label.mainlabel,
|
|
#sellpage-edit label:first-of-type {
|
|
width: 300px;
|
|
}
|