Merge the preview and input boxes together visually

This commit is contained in:
Justin Shreve 2015-06-11 07:54:45 +00:00
parent 5f627cf850
commit 99d198c148
1 changed files with 8 additions and 3 deletions

View File

@ -2219,9 +2219,14 @@ img.help_tip {
}
.colorpickpreview {
padding: 8px;
margin-right: 10px;
border: 1px solid #000000;
padding: 3px;
padding-left: 20px;
border: 1px solid #ddd;
border-right: 0;
}
.colorpick {
border-left: 0;
}
.image_width_settings {