Development (#250)
* Fixed fonts * Fixed assets * Fixed logo in emails * Switched to immediate email delivery * Fixed prod emails and added deployment tasks * Fixed deployments * Updated README * Added Bike Collectives Core to README * Fixed issue with map loading * Fixed issue with map loading * Added map JSON data to assets precompilation * Fixed error sending to conference administrators * Let error report signature wrap * Fixed backtrace in error reports * Fixed backtrace in error reports * Moved pronoun heading to make it more obvoius I moved the "Pronoun" heading directly above the input field. It turned out that a lot of users were entering "He or "She" in the name field, I believe that was because of the placement of the "Pronoun" heading. I also needed to remove the optional warning but I'm hoping that won't cause problems. * Added an error message when no email address is used on login * Fixed select guest table * Added house rules to housing admin and review * Edit workshop locale warning
This commit is contained in:
@@ -123,6 +123,7 @@ table, .table {
|
||||
td, .table-td {
|
||||
&.inner-table {
|
||||
padding: 0.5em;
|
||||
vertical-align: top;
|
||||
|
||||
table {
|
||||
margin: 0;
|
||||
@@ -133,6 +134,10 @@ table, .table {
|
||||
&.bold {
|
||||
@include font-family(secondary);
|
||||
}
|
||||
|
||||
.rules {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
}
|
||||
|
||||
tbody th {
|
||||
@@ -859,7 +864,7 @@ nav.sub-menu {
|
||||
min-width: 15em;
|
||||
}
|
||||
|
||||
.host-notes {
|
||||
.host-notes, .house-rules {
|
||||
@include font-family(primary);
|
||||
font-size: 0.85em;
|
||||
border: 0.1em solid $light-gray;
|
||||
@@ -876,6 +881,11 @@ nav.sub-menu {
|
||||
}
|
||||
}
|
||||
|
||||
.house-rules {
|
||||
max-height: 30em;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.guest-notes {
|
||||
position: relative;
|
||||
float: left;
|
||||
|
||||
@@ -153,43 +153,6 @@ table, .table {
|
||||
}
|
||||
}
|
||||
|
||||
// td, .table-td {
|
||||
// &.inner-table {
|
||||
// padding: 0;
|
||||
|
||||
// table {
|
||||
// margin: 0;
|
||||
// width: 100%;
|
||||
// }
|
||||
|
||||
// tr:first-child {
|
||||
// td, th {
|
||||
// border-top: 0;
|
||||
// }
|
||||
// }
|
||||
|
||||
// tr:last-child {
|
||||
// td, th {
|
||||
// border-bottom: 0;
|
||||
// }
|
||||
// }
|
||||
|
||||
// td, th {
|
||||
// &:first-child {
|
||||
// border-left: 0
|
||||
// }
|
||||
|
||||
// &:last-child {
|
||||
// border-right: 0
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
// &.bold {
|
||||
// @include font-family(secondary);
|
||||
// }
|
||||
// }
|
||||
|
||||
tbody th {
|
||||
width: 0.1rem;
|
||||
}
|
||||
@@ -1760,6 +1723,10 @@ ul.warnings {
|
||||
.text-field & {
|
||||
margin: 0 0 1em 0;
|
||||
}
|
||||
|
||||
&.top-message {
|
||||
margin-top: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.success-info {
|
||||
|
||||
Reference in New Issue
Block a user