projects
/
WP-Plugins
/
glm-member-db-fields.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59af4ec
)
fixing the checkboxes from floating to the right next to the rest of the fields
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 3 Aug 2018 20:18:41 +0000
(16:18 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 3 Aug 2018 20:18:41 +0000
(16:18 -0400)
clearning the floating checkbox fields so they don't go off to the side of the page
css/admin.css
patch
|
blob
|
history
diff --git
a/css/admin.css
b/css/admin.css
index
4a28958
..
04279db
100644
(file)
--- a/
css/admin.css
+++ b/
css/admin.css
@@
-19,8
+19,10
@@
}
}
.glm-custom-field-checkbox-wrapper{
- display: inline-block;
+ display: block;
+ clear: both;
}
.glm-custom-field-checkbox-wrapper .glm-custom-field-checkbox-label, .glm-custom-field-checkbox-wrapper .glm-custom-field-checkbox-field{
float: left;
+ padding: 10px 0;
}
\ No newline at end of file