Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Jul 6, 2012
1 parent c7b3828 commit 55878f2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions css/colorjoe.css
Expand Up @@ -6,46 +6,46 @@
margin: 1em;
display: inline-block;
}

.colorPicker .extras {
float: right;
margin: 0.5em;
}

.colorPicker .extras .currentColor {
width: 65px;
height: 30px;
border: 1px solid #BBB;
-moz-border-radius: .3em;
border-radius: .3em;
}

.colorPicker .extras .rgb {
margin-top: 0.5em;
margin-bottom: 0.5em;
}

.colorPicker .extras .color {
text-align: right;
}

.colorPicker .extras .rgb input {
width: 40px;
}

.colorPicker .extras .hex {
float: right;
}

.colorPicker .extras .hex input {
width: 60px;
}

.colorPicker .twod {
float: left;
margin: 0.5em;
}

/* main dimensions */
.colorPicker .twod, .colorPicker .twod .bg {
width: 200px;
Expand All @@ -54,7 +54,7 @@
.colorPicker .oned, .colorPicker .oned .bg {
height: 200px;
}

.colorPicker .twod .bg {
position: absolute;
border: 1px solid #BBB;
Expand Down Expand Up @@ -108,7 +108,7 @@
background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.colorPicker .oned {
float: left;
margin: 0.5em;
Expand Down

0 comments on commit 55878f2

Please sign in to comment.