From b42170028dd660dedbe5654317c8b963e760797e Mon Sep 17 00:00:00 2001 From: david Date: Sun, 30 Sep 2012 19:29:13 +0000 Subject: [PATCH] - Arreglos css - Mejorar formularios para especificar tipos de campo (email) git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_PROFIND_Aterrizaje/trunk@22 db07b8d6-80f3-1c4e-84de-227a4fed3af2 --- src/css/media.css | 11 +++++++---- src/index.php | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/css/media.css b/src/css/media.css index 3fafb02..d5d2d63 100644 --- a/src/css/media.css +++ b/src/css/media.css @@ -13,7 +13,8 @@ color: #222; border-width: 0px 0px 0px 0px !important; } - input[type="text"], select, textarea { + input[type="text"], input[type="email"], input[type="password"], + select, textarea { width: 210px; } @@ -55,7 +56,8 @@ margin-left: 140px; } - input[type="text"], input[type="password"], select, textarea { + input[type="text"], input[type="email"], input[type="password"], + select, textarea { width: 90% !important; } } @@ -90,7 +92,8 @@ margin-left: 140px; } - input[type="text"], input[type="password"], select, textarea { + input[type="text"], input[type="email"], input[type="password"], + select, textarea { width: 80% !important; } @@ -98,7 +101,7 @@ /*----------------------------------------*/ /* Monitores */ -@media only screen and (min-width: 1200px) { +@media only screen and (min-width: 1025px) { .row { margin-left: -20px; zoom: 1; diff --git a/src/index.php b/src/index.php index 7372403..2ae514b 100644 --- a/src/index.php +++ b/src/index.php @@ -52,7 +52,7 @@
- +
@@ -84,7 +84,7 @@
- +