This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 410b5e03a8920b8a5f96a9c24b3782b82af1e213 (commit)
from 90991ce2bd76e739eb89891010bd80464a4c1b2c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=410b5e03a8920b8a5f96a9c24b3782b82af1e213
commit 410b5e03a8920b8a5f96a9c24b3782b82af1e213
Author: Franck Villaume <[email protected]>
Date: Tue May 24 16:40:42 2016 +0000
fix alignment between button, input & select when on same line
diff --git a/src/www/themes/funky-wOw/css/theme.css
b/src/www/themes/funky-wOw/css/theme.css
index f23bb95..ead211a 100644
--- a/src/www/themes/funky-wOw/css/theme.css
+++ b/src/www/themes/funky-wOw/css/theme.css
@@ -125,3 +125,8 @@ p.information {
margin-top: 23px;
margin-left: 5px;
}
+
+input, select {
+ vertical-align: middle;
+}
+
diff --git a/src/www/themes/funky/css/theme.css
b/src/www/themes/funky/css/theme.css
index b6119b6..5596d21 100644
--- a/src/www/themes/funky/css/theme.css
+++ b/src/www/themes/funky/css/theme.css
@@ -845,3 +845,7 @@ p.information {
padding: 0 10px;
border-bottom: 1px solid #ccc;
}
+
+input, select {
+ vertical-align: middle;
+}
-----------------------------------------------------------------------
Summary of changes:
src/www/themes/funky-wOw/css/theme.css | 5 +++++
src/www/themes/funky/css/theme.css | 4 ++++
2 files changed, 9 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits