Skip to content

Commit

Permalink
New colorpicker, see: http://core.trac.wordpress.org/ticket/21206 for…
Browse files Browse the repository at this point in the history
… details
  • Loading branch information
devinsays committed Sep 8, 2012
1 parent c01e4e1 commit 13f84b6
Show file tree
Hide file tree
Showing 25 changed files with 483 additions and 677 deletions.
177 changes: 0 additions & 177 deletions css/colorpicker.css

This file was deleted.

23 changes: 10 additions & 13 deletions css/optionsframework.css
Expand Up @@ -50,11 +50,7 @@
#optionsframework .section-checkbox .explain {
max-width:94%;
}
#optionsframework .section-color .controls {
min-width:125px;
width:125px
}
#optionsframework .controls input, #optionsframework .controls select, #optionsframework .controls textarea {
#optionsframework .controls select, #optionsframework .controls textarea {
margin-bottom:10px;
width:100%;
}
Expand All @@ -70,15 +66,16 @@
float:left;
clear:both;
}
#optionsframework .controls .of-color {
float:left;
width: 80px;
margin-left:5px;
margin-right:5px;
#optionsframework .section-typography .controls {
float:none;
width:auto;
}
#optionsframework .section-typography .explain {
float:none;
width:auto;
}
#optionsframework .controls .of-typography-size {
width:80px;
margin-left:5px;
float:left
}
#optionsframework .controls .of-typography-unit {
Expand Down Expand Up @@ -116,8 +113,8 @@
margin-right:5px;
float:left
}
#optionsframework div.section-background .controls input.upload {
width:47%;
#optionsframework .section-background .wp-picker-container {
margin-bottom:10px;
}
#optionsframework .controls .of-radio-img-img {
border:3px solid #f9f9f9;
Expand Down

0 comments on commit 13f84b6

Please sign in to comment.