1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00

Add some padding

This commit is contained in:
Jari Bakken 2014-10-24 12:06:32 +02:00
parent 6db6f2d432
commit 39f55e25c1
3 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,3 @@
.new-feature-form {
padding: 20px;
}

View File

@ -8,6 +8,7 @@
<meta name="description" content="unleash">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="css/unleash.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/react/0.11.2/react.js"></script>
<script src="//fb.me/JSXTransformer-0.11.2.js"></script>

View File

@ -16,7 +16,7 @@ var Menu = React.createClass({
var UnsavedFeature = React.createClass({
render: function() {
return (
<div>
<div className="bg-info new-feature-form">
<form className="form-inline" role="form" ref="form">
<div className="form-group">
<label className="sr-only" htmlFor="name">Name</label>