diff --git a/bower.json b/bower.json index b109325..c329420 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "chocolat", - "version": "0.4.7", + "version": "0.4.8", "main": [ "dist/css/chocolat.css", "dist/js/jquery.chocolat.js" diff --git a/dist/css/chocolat.css b/dist/css/chocolat.css index 3991176..12dc2dc 100644 --- a/dist/css/chocolat.css +++ b/dist/css/chocolat.css @@ -104,6 +104,7 @@ html, body, div, span{ height:50px; overflow: hidden; z-index: 17; + margin-bottom: 10px; } .chocolat-wrapper .chocolat-close{ width:50px; @@ -119,14 +120,15 @@ html, body, div, span{ bottom:0; left: 0; right: 0; - line-height:50px; - height:50px; + line-height:40px; + height:40px; font-size:12px; z-index: 17; padding-left: 15px; padding-right: 15px; background: rgba(0, 0, 0, 0.2); text-align: right; + margin-top: 10px; } .chocolat-wrapper .chocolat-set-title{ display: inline-block; @@ -144,7 +146,7 @@ html, body, div, span{ } .chocolat-wrapper .chocolat-fullscreen{ width: 16px; - height: 50px; + height: 40px; background: url(../images/fullscreen.png) 50% 50% no-repeat; display: block; margin:auto; diff --git a/dist/images/fullscreen-black.png b/dist/images/fullscreen-black.png new file mode 100644 index 0000000..14c2f63 Binary files /dev/null and b/dist/images/fullscreen-black.png differ diff --git a/dist/index.html b/dist/index.html index 583b58d..ec0c4b3 100644 --- a/dist/index.html +++ b/dist/index.html @@ -8,6 +8,8 @@ Chocolat — demo