Skip to content

Commit 0c86cac

Browse files
committed
Merge pull request #24 from abernix/no-grid-or-centering
Remove the Grid and Grid Centering to avoid field labels being centered.
2 parents 4f1e80e + 961b957 commit 0c86cac

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

lib/at_semantic-ui.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
.at-left {
1212
text-align: left !important;
1313
}
14+
.at-grid {
15+
height: 100%;
16+
}
17+
.at-column {
18+
max-width: 520px;
19+
}
1420
.at-input.validating * {
1521
cursor: progress;
1622
}
@@ -20,4 +26,4 @@
2026
.at-signin-link,
2127
.at-signup-link {
2228
margin-top: 1rem;
23-
}
29+
}

lib/full_page_at_form.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template name="fullPageAtForm">
2-
<div class="at-grid ui center aligned grid">
3-
<div class="at-column middle aligned column">
2+
<div class="at-grid ui middle aligned centered grid">
3+
<div class="at-column column">
44
{{> atForm}}
55
</div>
66
</div>

0 commit comments

Comments
 (0)