Skip to content
Snippets Groups Projects
Commit bf77c580 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

general styles for the content area

parent 1f6259d9
No related branches found
No related tags found
No related merge requests found
...@@ -151,9 +151,6 @@ ...@@ -151,9 +151,6 @@
transition: padding-bottom 500ms ease 0s; transition: padding-bottom 500ms ease 0s;
padding-bottom: 40px; padding-bottom: 40px;
} }
#app-navigation .personalblock > legend { /* TODO @Raydiation: still needed? */
padding: 10px 0; margin: 0;
}
#app-navigation .error { #app-navigation .error {
color: #dd1144; color: #dd1144;
} }
...@@ -242,3 +239,22 @@ button.loading { ...@@ -242,3 +239,22 @@ button.loading {
padding-right: 30px; padding-right: 30px;
} }
/* general styles for the content area */
.section {
display: block;
padding: 30px;
color: #555;
border-top: 1px solid #ddd;
}
.section h2 {
font-size: 20px;
font-weight: normal;
margin-bottom: 7px;
}
/* slight position correction of checkboxes and radio buttons */
.section input[type="checkbox"],
.section input[type="radio"] {
vertical-align: -2px;
margin-right: 4px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment