From 67e8e4fbbf507ec16763aa298bde3dd51571d1bc Mon Sep 17 00:00:00 2001 From: Federico Zivolo Date: Wed, 10 Sep 2014 09:33:20 +0200 Subject: [PATCH] fixes for IE9 and added bower --- bower.json | 26 ++++++++++++++++++++++++++ css-compiled/material.css | 4 ++-- less/checkboxes.less | 4 ++-- 3 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..708a0d60 --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "bootstrap-material-design", + "version": "0.0.8", + "homepage": "http://fezvrasta.github.io/bootstrap-material-design", + "authors": [ + "Federico Zivolo " + ], + "description": "Material Design theme for Bootstrap 3", + "main": "css-compiled/material.css", + "keywords": [ + "material", + "design", + "bootstrap", + "theme", + "google", + "android" + ], + "license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/css-compiled/material.css b/css-compiled/material.css index a3c50cdb..8c5fd5c5 100644 --- a/css-compiled/material.css +++ b/css-compiled/material.css @@ -536,8 +536,8 @@ h6, } .checkbox input[type=checkbox] ~ .check { position: absolute; - top: 0px; - left: 0px; + top: 2px; + left: 11px; width: 18px; height: 18px; border: solid 2px; diff --git a/less/checkboxes.less b/less/checkboxes.less index da4335a5..c559513a 100644 --- a/less/checkboxes.less +++ b/less/checkboxes.less @@ -41,8 +41,8 @@ input[type=checkbox] ~ .check { position: absolute; - top: 0px; - left: 0px; + top: 2px; + left: 11px; width: 18px; height: 18px; border: solid 2px;