input[type="checkbox"],
input[type="radio"] {
- display: block;
- float: left;
+ display: inline-block;
margin-right: .5em;
margin-top: .5em;
width: 1em;
z-index: -1;
}
- input[type="checkbox"] + label,
- input[type="radio"] + label {
- text-decoration: none;
- color: #444;
- cursor: pointer;
- display: inline-block;
- font-size: 1em;
- font-weight: 400;
- padding-left: 2.4em;
- padding-right: 0.75em;
- position: relative;
- }
-
- input[type="checkbox"] + label:before,
- input[type="radio"] + label:before {
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- font-family: FontAwesome;
- font-style: normal;
- font-weight: normal;
- text-transform: none !important;
- }
-
- input[type="checkbox"] + label:before,
- input[type="radio"] + label:before {
- background: rgba(144, 144, 144, 0.075);
- border-radius: 4px;
- border: solid 1px rgba(144, 144, 144, 0.25);
- content: '';
- display: inline-block;
- height: 1.65em;
- left: 0;
- line-height: 1.58125em;
- position: absolute;
- text-align: center;
- top: 0;
- width: 1.65em;
- }
-
- input[type="checkbox"]:checked + label:before,
- input[type="radio"]:checked + label:before {
- background: #B07CC6;
- border-color: #B07CC6;
- color: #ffffff;
- content: '\f00c';
- }
-
- input[type="checkbox"]:focus + label:before,
- input[type="radio"]:focus + label:before {
- border-color: #0E1210;
- box-shadow: 0 0 0 1px #0E1210;
- }
-
- input[type="checkbox"] + label:before {
- border-radius: 4px;
- }
-
- input[type="radio"] + label:before {
- border-radius: 100%;
- }
-
::-webkit-input-placeholder {
color: #0E1210 !important;
opacity: 1.0;
-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
- background-color: #B07CC6;
+ background-color: #C0E7EF;
border-radius: 15px;
border: 0;
color: #ffffff !important;
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
- background-color: #51b6d9;
+ background-color: #D95A4B;
text-decoration: none;
}
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
- background-color: #2da2ca;
+ background-color: #D95A4B;
text-decoration: none;
}
<!-- {{menulink("blog", "Blog")}} -->
<!-- <li><a href="https://postgresql.us/events/schedule/pgopen2018/">Schedule</a></li> -->
<!-- <li><a href="https://postgresql.us/events/feedback/pgopen2018/">Feedback</a></li> -->
+ {{menulink("callforpapers", "Call for Papers")}}
{{menulink("venue", "Venue & Hotel")}}
{{menulink("becomesponsor", "Become a Sponsor")}}
</ul>
<!-- {{menulink("blog", "Blog")}} -->
<!-- <li><a href="https://postgresql.us/events/schedule/pgopen2018/">Schedule</a></li> -->
<!-- <li><a href="https://postgresql.us/events/feedback/pgopen2018/">Feedback</a></li> -->
+ {{menulink("callforpapers", "Call for Papers")}}
{{menulink("venue", "Venue & Hotel")}}
{{menulink("becomesponsor", "Become a Sponsor")}}
</ul>
<hr>
<h3>Important Dates</h3>
- <p>The submission deadline for tutorials and regular sessions is May 30, 2018.</p>
- <p>The conference commitee will review proposals and notify selected speakers by June 6, 2018.</p>
+ <p>The submission deadline for tutorials and regular sessions is May 29, 2018.</p>
+ <p>The conference commitee will review proposals and notify selected speakers by June 5, 2018.</p>
<p>The final schedule to be published nearer to the conference dates.</p>
<p>We will have a lightning talks session again this year! A separate CfP will be made for lightning talks closer to the conference dates.</p>
<p>
</p>
<hr>
<h3>Detailed Instructions</h3>
- <ul>
- <li>The first step to submit your proposal is to set up, or review for returning speakers, your speaker profile <a href="https://postgresql.us/events/speakerprofile/pgopen2018/">here</a>.
+ <p>
+ The first step to submit your proposal is to set up, or review for returning speakers, your speaker profile <a href="https://postgresql.us/events/speakerprofile/pgopen2018/">here</a>.
This system uses the PostgreSQL Community Auth system (the same system used by the PostgreSQL wiki, CommitFest, and pgconf.eu). Log in
to the system with your PostgreSQL Community Auth credentials. Please note that while this is the same code, the speaker profiles are
- not shared between postgresql.eu and postgresql.us.</li>
-
- <li>Once you've created your profile, this page will provide a link to a form where you can submit your
+ not shared between postgresql.eu and postgresql.us.
+ </p>
+ <p>
+ Once you've created your profile, this page will provide a link to a form where you can submit your
talks for PostgresOpen SV 2018. When the site prompts for a login, use your
regular postgresql.org community account. Should you already have your speaker profile, you can go to
the talk submission page directly <a href="https://postgresql.us/events/callforpapers/pgopen2018/">here.</a>
- </li>
- </ul>
+ </p>
<hr>
<h3>Session Information</h3>
<li>PostgreSQL tools and utilities</li>
<li>PostgreSQL hacking</li>
<li>Community & user groups</li>
- <li> Tuning the server</li>
+ <li>Tuning the server</li>
<li>Migrating from other systems</li>
<li>Scaling/replication</li>
<li>Benchmarking & hardware</li>
<li>PostgreSQL related products</li>
+ <li>Security</li>
+ <li>Containerization and PostgreSQL</li>
+ <li>Diversity & Inclusion</li>
</ul>
<p>Of course, we're happy to receive proposals for talks on other PostgreSQL-related topics as well.</p>
<hr>