projects
/
WP-Themes
/
murdicksmackinacfudge-pwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e79d6c6
)
Fix broken required symbol on checkout checkbox labels
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 26 Apr 2018 18:36:32 +0000
(14:36 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 26 Apr 2018 18:36:32 +0000
(14:36 -0400)
woocommerce.css
patch
|
blob
|
history
diff --git
a/woocommerce.css
b/woocommerce.css
index
58bb794
..
cd30bdd
100644
(file)
--- a/
woocommerce.css
+++ b/
woocommerce.css
@@
-57,10
+57,9
@@
td.label label{color:#000 !important;}
body label.checkbox {
\r
margin-top: 25px;
\r
}
\r
-body label.checkbox span {
\r
+body label.checkbox span
:not(.required)
{
\r
margin-left: 25px;
\r
margin-top: -25px;
\r
- display: block;
\r
}
\r
body .woocommerce-account-fields {
\r
margin-top: 10px;
\r