From 4fe37339653c909368ba772ea9214c0b2a511fee Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 16 Aug 2013 16:26:07 -0700 Subject: update bootstrap to 3.0.0-rc2 --- .../bootstrap/examples/signin/index.html | 36 +++++++++++++++++++ .../bootstrap/examples/signin/signin.css | 40 ++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100755 bower_components/bootstrap/examples/signin/index.html create mode 100755 bower_components/bootstrap/examples/signin/signin.css (limited to 'bower_components/bootstrap/examples/signin') diff --git a/bower_components/bootstrap/examples/signin/index.html b/bower_components/bootstrap/examples/signin/index.html new file mode 100755 index 00000000..544e8fec --- /dev/null +++ b/bower_components/bootstrap/examples/signin/index.html @@ -0,0 +1,36 @@ + + + + + + + + + + Signin Template for Bootstrap + + + + + + + + + + +
+ + + +
+ + + \ No newline at end of file diff --git a/bower_components/bootstrap/examples/signin/signin.css b/bower_components/bootstrap/examples/signin/signin.css new file mode 100755 index 00000000..a6bf9b15 --- /dev/null +++ b/bower_components/bootstrap/examples/signin/signin.css @@ -0,0 +1,40 @@ +body { + padding-top: 40px; + padding-bottom: 40px; + background-color: #eee; +} + +.form-signin { + max-width: 330px; + padding: 15px; + margin: 0 auto; +} +.form-signin .form-signin-heading, +.form-signin .checkbox { + margin-bottom: 10px; +} +.form-signin .checkbox { + font-weight: normal; +} +.form-signin .form-control { + position: relative; + font-size: 16px; + height: auto; + padding: 10px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +.form-signin .form-control:focus { + z-index: 2; +} +.form-signin input[type="text"] { + margin-bottom: -1px; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} +.form-signin input[type="password"] { + margin-bottom: 10px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} \ No newline at end of file -- cgit v1.2.3