Skip to content
This repository was archived by the owner on Oct 26, 2021. It is now read-only.

Commit b19e1da

Browse files
committed
Fix form styles.
1 parent 48f78c5 commit b19e1da

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

app/styles/main.less

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,20 @@ body {
5555

5656
/*** FORM *******************************************************************/
5757

58-
form label {
59-
display: block;
60-
}
58+
form {
59+
label {
60+
display: block;
61+
}
62+
textarea {
63+
min-width: 600px;
64+
min-height: 80px;
65+
}
66+
.field {
67+
margin-bottom: 1em;
68+
}
69+
.actions input {
70+
margin-top: 1em;
71+
margin-bottom: 1em;
72+
}
6173

62-
form textarea {
63-
min-width: 600px;
64-
min-height: 80px;
6574
}
66-

src/plone/app/angularjs/app/styles/main.css

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)