diff options
| author | ryderr <r@okfoc.us> | 2014-10-01 16:47:56 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-01 16:47:56 -0400 |
| commit | df7653219ecef9cabfdb475946d86b6b0e797274 (patch) | |
| tree | 5eaf43fcdbd566f05d984593ca06afde1201a6b3 /public | |
| parent | e52ff269967587b8f36528158a83ebe491ff3239 (diff) | |
preset styles
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index d672465..5c76560 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1351,7 +1351,7 @@ iframe.embed { /* COLOR PICKER */ .lightcontrol { - margin-top: 13%; + margin-top: 8%; right: 80px; padding: 13px 20px 20px 20px; -webkit-transform: translateX(400px); @@ -1418,12 +1418,27 @@ input[type="range"]::-webkit-slider-thumb { .color-swatches { margin-top: 10px; } +.color-swatches.defaults { + margin-top: 10px; +} .color-swatches span { display: inline-block; width: 50%; float:left; cursor:pointer; + font-size: 14px; + font-weight: 300; +} +.vvbox .color-swatches ~ h4 { + margin-bottom: -3px; + border-bottom: 1px solid #ddd; + padding-bottom: 6px; + padding-top: 11px; + display: inline-block; + width: 100%; + color: #555; } + .color-swatches span:nth-child(1),.color-swatches span:nth-child(2){ margin-bottom:5px; } @@ -1439,8 +1454,6 @@ input[type="range"]::-webkit-slider-thumb { } .color-swatches label { - font-size: 14px; - font-weight: 300; position: relative; padding-left: 5px; display: inline-block; |
