Skip to content

Commit 67e8e4f

Browse files
author
Federico Zivolo
committed
fixes for IE9 and added bower
1 parent f26e7de commit 67e8e4f

3 files changed

Lines changed: 30 additions & 4 deletions

File tree

bower.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "bootstrap-material-design",
3+
"version": "0.0.8",
4+
"homepage": "http://fezvrasta.github.io/bootstrap-material-design",
5+
"authors": [
6+
"Federico Zivolo <info@mywebexpression.com>"
7+
],
8+
"description": "Material Design theme for Bootstrap 3",
9+
"main": "css-compiled/material.css",
10+
"keywords": [
11+
"material",
12+
"design",
13+
"bootstrap",
14+
"theme",
15+
"google",
16+
"android"
17+
],
18+
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md",
19+
"ignore": [
20+
"**/.*",
21+
"node_modules",
22+
"bower_components",
23+
"test",
24+
"tests"
25+
]
26+
}

css-compiled/material.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ h6,
536536
}
537537
.checkbox input[type=checkbox] ~ .check {
538538
position: absolute;
539-
top: 0px;
540-
left: 0px;
539+
top: 2px;
540+
left: 11px;
541541
width: 18px;
542542
height: 18px;
543543
border: solid 2px;

less/checkboxes.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141

4242
input[type=checkbox] ~ .check {
4343
position: absolute;
44-
top: 0px;
45-
left: 0px;
44+
top: 2px;
45+
left: 11px;
4646
width: 18px;
4747
height: 18px;
4848
border: solid 2px;

0 commit comments

Comments
 (0)