projects
/
WP-Plugins
/
glm-member-db-registrations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
997398a
)
fixing account header styles for foundation 6
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 2 Jan 2018 14:05:07 +0000
(09:05 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 2 Jan 2018 14:05:07 +0000
(09:05 -0500)
account headers were not styled correctly do to issues with foundation 5 and
foundation 6, added clear none manually
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
a70666b
..
1542918
100644
(file)
--- a/
css/front.css
+++ b/
css/front.css
@@
-784,6
+784,9
@@
span.glm-error {
height: 0;
overflow: hidden;
}
+#accountHeader .accountHeader-section {
+ clear: none;
+}
/*#accountHeader .glm-reg-header-btn{
font-size: 16px;
height: 60px;