projects
/
pgopen2019.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b4a36f
)
Add CSS for Copy Submissions page
author
Sarah Conway
<sarah.conway@crunchydata.com>
Fri, 31 May 2019 12:52:30 +0000
(
05:52
-0700)
committer
Sarah Conway
<sarah.conway@crunchydata.com>
Fri, 31 May 2019 12:52:30 +0000
(
05:52
-0700)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index b1180d7c08bd4b482a9a1f3f23a43856a5fd4be9..2a9ae7a200332b617de817a39694073c05eed915 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-138,7
+138,7
@@
sub {
bottom: 0 !important;
}
-/* PgEU
Form
*/
+/* PgEU */
form.pgeucfpform input,
form.pgeucfpform textarea,
@@
-160,6
+160,15
@@
form.pgeucfpform input[type=button]:hover {
transition: all 0.2s;
}
+ul#id_sessions {
+ list-style-type: none;
+ padding-left: 0;
+}
+
+ul#id_sessions > li > label > input[type=checkbox] {
+ margin-right: 0.5rem;
+}
+
/* Tables */
table.table.table-striped {