mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-01-30 19:24:10 +03:00
fixes for IE9 and added bower
This commit is contained in:
parent
f26e7de2b3
commit
67e8e4fbbf
26
bower.json
Normal file
26
bower.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
|
@ -536,8 +536,8 @@ h6,
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox] ~ .check {
|
.checkbox input[type=checkbox] ~ .check {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 2px;
|
||||||
left: 0px;
|
left: 11px;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
border: solid 2px;
|
border: solid 2px;
|
||||||
|
|
|
@ -41,8 +41,8 @@
|
||||||
|
|
||||||
input[type=checkbox] ~ .check {
|
input[type=checkbox] ~ .check {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 2px;
|
||||||
left: 0px;
|
left: 11px;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
border: solid 2px;
|
border: solid 2px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user