diff --git a/bower.json b/bower.json index 5d24468..2abcff1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "delite-build", - "version": "0.5.0", + "version": "0.5.1", "dependencies": { "jquery": ">=2.1", "requirejs": "2.1.x", @@ -8,7 +8,7 @@ "dpointer-build": "0.4.x" }, "devDependencies": { - "delite": "0.5.0" + "delite": "0.5.1" }, "ignore": [ ".jshintrc", diff --git a/themes/layer_bootstrap.css b/themes/layer_bootstrap.css index 6ff5783..3d12d09 100644 --- a/themes/layer_bootstrap.css +++ b/themes/layer_bootstrap.css @@ -1 +1 @@ -.d-disabled,.d-disabled *,.d-readonly,.d-readonly *{cursor:default}.d-reset{margin:0;border:0;padding:0;font:inherit;line-height:normal;color:inherit}.d-inline{display:inline-block;border:0;padding:0;vertical-align:middle}.d-hidden,[d-hidden=true],[d-shown=false]{display:none!important}.d-invisible,[d-invisible=true],[d-visible=false]{visibility:hidden!important}.d-popup{position:absolute;background-color:#fff;margin:0;border:0;padding:0;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.25);-moz-box-shadow:0 1px 5px rgba(0,0,0,.25);box-shadow:0 1px 5px rgba(0,0,0,.25);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.d-popup>*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:inherit;width:inherit}.d-tooltip-dialog-popup{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}html{font-size:62.5%;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:focus,a:hover{color:#2a6496;text-decoration:underline}a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.d-scrollable{display:block;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0,0,0)}.d-scrollable-h{overflow-x:auto}.d-scrollable-v{overflow-y:auto}.d-dialog-underlay{display:block;position:fixed;left:0;top:0;z-index:998;background:#fff;opacity:.5} \ No newline at end of file +.d-disabled,.d-disabled *,.d-readonly,.d-readonly *{cursor:default}.d-reset{margin:0;border:0;padding:0;font:inherit;line-height:normal;color:inherit}.d-inline{display:inline-block;border:0;padding:0;vertical-align:middle}.d-hidden,[d-hidden=true],[d-shown=false]{display:none!important}.d-invisible,[d-invisible=true],[d-visible=false]{visibility:hidden!important}.d-popup{position:absolute;background-color:#fff;margin:0;border:0;padding:0;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.25);-moz-box-shadow:0 1px 5px rgba(0,0,0,.25);box-shadow:0 1px 5px rgba(0,0,0,.25);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.d-popup>*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:inherit;width:inherit}.d-tooltip-dialog-popup{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}html{font-size:62.5%;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:focus,a:hover{color:#2a6496;text-decoration:underline}a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.d-scrollable{display:block;-webkit-overflow-scrolling:touch}.d-scrollable-h{overflow-x:auto}.d-scrollable-v{overflow-y:auto}.d-dialog-underlay{display:block;position:fixed;left:0;top:0;z-index:998;background:#fff;opacity:.5} \ No newline at end of file