Initial from bip32.github.io
This commit is contained in:
7
css/bootstrap-theme.min.css
vendored
Normal file
7
css/bootstrap-theme.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
css/bootstrap.min.css
vendored
Normal file
7
css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
34
css/brainwallet.css
Normal file
34
css/brainwallet.css
Normal file
@@ -0,0 +1,34 @@
|
||||
body {
|
||||
padding-top: 72px;
|
||||
padding-bottom: 32px;
|
||||
}
|
||||
|
||||
.form-control[disabled], .form-control[readonly] { cursor: auto; }
|
||||
|
||||
hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.col-lg-2 {
|
||||
width: 18%;
|
||||
}
|
||||
|
||||
.col-lg-offset-2 {
|
||||
margin-left: 18%;
|
||||
}
|
||||
|
||||
.col-lg-10 {
|
||||
width: 82%;
|
||||
}
|
||||
|
||||
.col-lg-10-inner {
|
||||
width: 80.5%;
|
||||
}
|
||||
|
||||
.progress .progress-bar {
|
||||
-webkit-transition: none;
|
||||
-moz-transition: none;
|
||||
-ms-transition: none;
|
||||
-o-transition: none;
|
||||
transition: none;
|
||||
}?
|
||||
Reference in New Issue
Block a user