2014-10-11, 23:06:00
inputs are set to content-box, I don't remember why. I changed to border-box
also
.wideopt {
max-width:600px;
}
.leftopt,.rightopt {
max-width:300px;
}
exist because the wrapper is now larger and adjustable, and i have not figured out what do with fields when you have it at 100% or something like 1600, this is in style wide which is still in development.
set
and see the problem, and I probably wont have the resources to add media queries, or be able to support plugins decently with them. Ideas welcome.
I could always set min-width and float:left on the .*opts and let them stack horizontally, it doesn't look to bad.
also
.wideopt {
max-width:600px;
}
.leftopt,.rightopt {
max-width:300px;
}
exist because the wrapper is now larger and adjustable, and i have not figured out what do with fields when you have it at 100% or something like 1600, this is in style wide which is still in development.
set
PHP Code:
define('GSWIDTH','0'); // css value px, % 0 or '' will be treated as 100%
and see the problem, and I probably wont have the resources to add media queries, or be able to support plugins decently with them. Ideas welcome.
I could always set min-width and float:left on the .*opts and let them stack horizontally, it doesn't look to bad.