diff options
| author | ryderr <r@okfoc.us> | 2014-10-01 16:52:17 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-01 16:52:17 -0400 |
| commit | ad47446b0e0367734239bcdce930597e28e1042b (patch) | |
| tree | 599ca280c0d08e93b6959ae2511b5e8e1b370f74 | |
| parent | df7653219ecef9cabfdb475946d86b6b0e797274 (diff) | |
minor
| -rwxr-xr-x | public/assets/stylesheets/app.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 5c76560..5e1ccc1 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1421,6 +1421,11 @@ input[type="range"]::-webkit-slider-thumb { .color-swatches.defaults { margin-top: 10px; } + +.color-swatches.defaults span{ + font-size:12px; + font-weight:500; +} .color-swatches span { display: inline-block; width: 50%; @@ -1430,9 +1435,9 @@ input[type="range"]::-webkit-slider-thumb { font-weight: 300; } .vvbox .color-swatches ~ h4 { - margin-bottom: -3px; + margin-bottom: -4px; border-bottom: 1px solid #ddd; - padding-bottom: 6px; + padding-bottom: 4px; padding-top: 11px; display: inline-block; width: 100%; @@ -1458,7 +1463,6 @@ input[type="range"]::-webkit-slider-thumb { padding-left: 5px; display: inline-block; cursor: pointer; - top: -2px; } |
