this goes in layout.css

main
Isaiah Odhner 2014-02-24 22:41:08 -05:00
parent 738dbd553c
commit b92f471811
2 changed files with 5 additions and 7 deletions

View File

@ -66,9 +66,6 @@
.jspaint-color-box, .jspaint-palette {
height: 32px;
}
.jspaint-current-colors {
box-sizing: border-box;
border: 2px inset;
@ -77,9 +74,6 @@
box-sizing: border-box;
border: 1px outset !important;
}
.jspaint-palette {
width: 225px;
}
.jspaint-color-button {
margin: 1px;
padding: 0;

View File

@ -61,7 +61,11 @@ html, body, .jspaint {
display: flex;
flex-flow: row wrap;
height: 40px;
width: 280px;
width: 225px;
}
.jspaint-color-box,
.jspaint-palette {
height: 32px;
}
.jspaint-current-colors {
width: 32px;