instiki/vendor/rails/railties/doc/guides/source/stylesheets/forms.css
Jacques Distler 7600aef48b Upgrade to Rails 2.2.0
As a side benefit, fix an (non-user-visible) bug in display_s5().
Also fixed a bug where removing orphaned pages did not expire cached summary pages.
2008-10-27 01:47:01 -05:00

35 lines
418 B
CSS

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;
}