[Xfce4-commits] [www/www.xfce.org] 01/01: Fix checkbox alignment
noreply at xfce.org
noreply at xfce.org
Thu Jan 4 10:01:47 CET 2018
This is an automated email from the git hooks/post-receive script.
k n o m e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository www/www.xfce.org.
commit af529f39b225eb5fad2af2f2bc376854207efe0c
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date: Thu Jan 4 11:01:29 2018 +0200
Fix checkbox alignment
---
style/base.css | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/style/base.css b/style/base.css
index 1c7e8c5..b516506 100644
--- a/style/base.css
+++ b/style/base.css
@@ -153,12 +153,10 @@ textarea {
}
input[type="checkbox"] {
- float: left;
- display: block;
opacity: 0.75;
- margin-top: 0.15em;
- margin-right: 0.5em;
transition: 150ms all;
+ position: relative;
+ vertical-align: middle;
}
input[type="checkbox"]:checked {
opacity: 1;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list