projects
/
pgopen2019.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa113c2
)
No margin-left on submit button
author
Sarah Conway
<sarah.conway@crunchydata.com>
Fri, 31 May 2019 12:53:46 +0000
(
05:53
-0700)
committer
Sarah Conway
<sarah.conway@crunchydata.com>
Fri, 31 May 2019 12:53:46 +0000
(
05:53
-0700)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index 2a9ae7a200332b617de817a39694073c05eed915..d43e4532b52d680dfe61f21f5ee4615c100d3c78 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-160,6
+160,10
@@
form.pgeucfpform input[type=button]:hover {
transition: all 0.2s;
}
+form.pgeucfpform input[type="submit"] {
+ margin-left: 0;
+}
+
ul#id_sessions {
list-style-type: none;
padding-left: 0;