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 @@