Froze rails gems
[depot.git] / vendor / rails / railties / doc / guides / source / stylesheets / forms.css
diff --git a/vendor/rails/railties/doc/guides/source/stylesheets/forms.css b/vendor/rails/railties/doc/guides/source/stylesheets/forms.css
new file mode 100644 (file)
index 0000000..a3fce20
--- /dev/null
@@ -0,0 +1,35 @@
+label, input {
+       display:          block;
+       float:            left;
+       margin-bottom:    10px;
+}
+
+label {
+  text-align:       right;
+  width:            80px;
+  padding-right:    5px;
+  font-weight:      bold;
+}
+
+
+table {
+  border: 0;
+}
+
+form>h1{
+
+  padding-bottom: 2px;
+  border-bottom: 1px solid gray;
+  margin-bottom: 30px;
+
+}
+
+td {
+ vertical-align: top; 
+}
+
+#livepreview {
+  padding: 5px;
+  border: 1px solid #ccc;
+
+}
\ No newline at end of file