Skip to content
Snippets Groups Projects
Commit 7307a09d authored by Tim Steiner's avatar Tim Steiner
Browse files

Make textareas taller on full edit screen.

parent c0fea608
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ div.two_column fieldset.column {
textarea {
width: 90%;
height: 4em;
height: 10em;
}
.hidden_new_record {
......@@ -118,3 +118,12 @@ tr.grad_tie_in_row input {
body #creqMain .required {
color: #a00;
}
#dfRemovalFieldset div.legend {
float: left;
width: 22%;
}
#dfRemovalFieldset div.selections {
float: left;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment