[Fusionforge-commits] FusionForge branch Branch_5_3 updated. ba13cd36b1df80e84b0a601117752476f737ca41

Franck VILLAUME nerville at fusionforge.org
Sat Feb 15 16:13:17 CET 2014


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, Branch_5_3 has been updated
       via  ba13cd36b1df80e84b0a601117752476f737ca41 (commit)
      from  50019832ddae8caa0ae449e45701cb5f2cf257ee (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 -----------------------------------------------------------------
commit ba13cd36b1df80e84b0a601117752476f737ca41
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sat Feb 15 16:12:15 2014 +0100

    css: handle other type of input

diff --git a/src/www/themes/funky-wOw/css/theme.css b/src/www/themes/funky-wOw/css/theme.css
index a53f711..a4766ee 100644
--- a/src/www/themes/funky-wOw/css/theme.css
+++ b/src/www/themes/funky-wOw/css/theme.css
@@ -101,7 +101,7 @@ th, td {
 	border-collapse: collapse;
 }
 
-input[type="text"], input[type="password"], textarea {
+input[type="text"], input[type="password"], input[type="url"], input[type="email"], textarea {
 	width: auto;
 	border-radius: 6px;
 	border: 1px solid #e6e6e6;
diff --git a/src/www/themes/funky/css/theme.css b/src/www/themes/funky/css/theme.css
index 921ab23..d2e0142 100644
--- a/src/www/themes/funky/css/theme.css
+++ b/src/www/themes/funky/css/theme.css
@@ -4,7 +4,7 @@
  * Copyright 2010, Antoine Mercadal - Capgemini
  * Copyright 2010, Franck Villaume - Capgemini
  * Copyright 2011, Iñigo Martinez
- * Copyright 2013, Franck Villaume - TrivialDev
+ * Copyright 2013-2014, Franck Villaume - TrivialDev
  * http://fusionforge.org
  *
  * This file is part of FusionForge. FusionForge is free software;
@@ -101,7 +101,7 @@ th, td {
 	border-collapse: collapse;
 }
 
-input[type="text"], input[type="password"], textarea {
+input[type="text"], input[type="password"], input[type="url"], input[type="email"], textarea {
 	width: auto;
 	border-radius: 6px;
 	border: 1px solid #e6e6e6;

-----------------------------------------------------------------------

Summary of changes:
 src/www/themes/funky-wOw/css/theme.css |    2 +-
 src/www/themes/funky/css/theme.css     |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list