--- /dev/null
+/*
+ * commitfest.postgresql.org specific styles
+ */
+
+/* For close button with float disabled */
+.close-nofloat {
+ float: none !important;
+}
+
+/* General form styling */
+.form-horizontal div.form-group {
+ margin-bottom: 10px;
+}
+div.form-group div.controls ul {
+ list-style-type: none;
+ margin: 0px;
+ padding: 0px;
+}
+div.form-group div.controls ul li {
+ display: inline;
+}
+div.form-group div.controls ul li label {
+ display: inline;
+ font-weight: normal;
+ vertical-align:middle;
+}
+div.form-group div.controls ul li label input {
+ display: inline;
+ vertical-align:middle;
+}
+div.form-group div.controls input[type='checkbox'] {
+ width: 10px;
+}
+
+div.controls ul.selectable-deck li.selectable-deck-item {
+ display: block;
+}
+
+div.controls ul.selectable-deck li.selectable-deck-item a.selectable-deck-remove {
+ float: none;
+ margin-left: 10px;
+}
+
+div.form-group div.controls input.threadpick-input {
+ width: 80%;
+ display: inline;
+}
+
+
+/*
+ * Attach thread dialog
+ */
+#attachThreadListWrap.loading {
+ display: block;
+ background: url('/static/commitfest/spinner.gif') no-repeat center;
+ width: 124px;
+ height: 124px;
+ margin: 0 auto;
+}
+#attachThreadListWrap.loading * {
+ display: none;
+}
<link rel="stylesheet" href="/static/selectable/css/dj.selectable.css" type="text/css" media="all">
<link rel="stylesheet" href="/static/commitfest/css/bootstrap.css" />
<link rel="stylesheet" href="/static/commitfest/css/bootstrap-theme.min.css" />
+ <link rel="stylesheet" href="/static/commitfest/css/commitfest.css" />
<link rel="shortcut icon" href="/static/commitfest/favicon.ico" />
{%if rss_alternate%} <link rel="alternate" type="application/rss+xml" title="{{rss_alternate_title}}" href="{{rss_alternate}}" />{%endif%}
</head>
{%load commitfest%}
{%block contents%}
-<style>
-.form-horizontal div.form-group {
- margin-bottom: 10px;
-}
-div.form-group div.controls ul {
- list-style-type: none;
- margin: 0px;
- padding: 0px;
-}
-div.form-group div.controls ul li {
- display: inline;
-}
-div.form-group div.controls ul li label {
- display: inline;
- font-weight: normal;
- vertical-align:middle;
-}
-div.form-group div.controls ul li label input {
- display: inline;
- vertical-align:middle;
-}
-div.form-group div.controls input[type='checkbox'] {
- width: 10px;
-}
-
-div.controls ul.selectable-deck li.selectable-deck-item {
- display: block;
-}
-
-div.controls ul.selectable-deck li.selectable-deck-item a.selectable-deck-remove {
- float: none;
- margin-left: 10px;
-}
-
-div.form-group div.controls input.threadpick-input {
- width: 80%;
- display: inline;
-}
-</style>
<form class="form-horizontal {{extraformclass}}" method="POST" action=".">{%csrf_token%}
{%if form.errors%}
<div class="alert">Please correct the errors below, and re-submit the form.</div>
{%extends "base.html"%}
{%load commitfest%}
{%block contents%}
-<style>
-.close-nofloat {
- float: none !important;
-}
-</style>
-
{%include "patch_commands.inc"%}
<table class="table table-bordered">
<tbody>
{%comment%}Modal dialog for attach thread{%endcomment%}
-<style>
-#attachThreadListWrap.loading {
- display: block;
- background: url('/static/commitfest/spinner.gif') no-repeat center;
- width: 124px;
- height: 124px;
- margin: 0 auto;
-}
-#attachThreadListWrap.loading * {
- display: none;
-}
-</style>
-
<div class="modal fade" id="attachModal" role="dialog">
<div class="modal-dialog modal-lg"><div class="modal-content">
<div class="modal-header">
{%load commitfest%}
{%block contents%}
-<style>
-.form-horizontal div.form-group {
- margin-bottom: 10px;
-}
-div.form-group div.controls ul {
- list-style-type: none;
- margin: 0px;
- padding: 0px;
-}
-div.form-group div.controls ul li {
- display: inline;
-}
-div.form-group div.controls ul li label {
- display: inline;
- font-weight: normal;
- vertical-align:middle;
-}
-div.form-group div.controls ul li label input {
- display: inline;
- vertical-align:middle;
-}
-div.form-group div.controls input[type='checkbox'] {
- width: 10px;
-}
-
-div.controls ul.selectable-deck li.selectable-deck-item {
- display: block;
-}
-
-div.controls ul.selectable-deck li.selectable-deck-item a.selectable-deck-remove {
- float: none;
- margin-left: 10px;
-}
-
-div.form-group div.controls input.threadpick-input {
- width: 80%;
- display: inline;
-}
-</style>
<form class="form-horizontal {{extraformclass}}" method="POST" action=".">{%csrf_token%}
{%if form.errors%}
<div class="alert">Please correct the errors below, and re-submit the form.</div>