fixes for IE9 and added bower

This commit is contained in:
Federico Zivolo 2014-09-10 09:33:20 +02:00
parent 4e44df5a0f
commit e2f9e653fa
3 changed files with 30 additions and 4 deletions

26
bower.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "bootstrap-material-design",
"version": "0.0.8",
"homepage": "http://fezvrasta.github.io/bootstrap-material-design",
"authors": [
"Federico Zivolo <info@mywebexpression.com>"
],
"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"
]
}

View File

@ -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;

View File

@ -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;