diff --git a/src/css/media.css b/src/css/media.css index 96aa6d3..a2fe201 100644 --- a/src/css/media.css +++ b/src/css/media.css @@ -34,7 +34,8 @@ [class*="span"] { margin-bottom:20px; - } + } + } /*----------------------------------------*/ @@ -45,8 +46,17 @@ float: none; display: block; } - input[type="text"], select, textarea { - width: 290px !important; + + .form-horizontal .control-label { + width: 120px; + } + + .form-horizontal .controls { + margin-left: 140px; + } + + input[type="text"], input[type="password"], select, textarea { + width: 90% !important; } } @@ -71,6 +81,19 @@ .container { width:95%!important; } + + .form-horizontal .control-label { + width: 120px; + } + + .form-horizontal .controls { + margin-left: 140px; + } + + input[type="text"], input[type="password"], select, textarea { + width: 80% !important; + } + } /*----------------------------------------*/ diff --git a/src/index.html b/src/index.html index 912f76c..09026ba 100644 --- a/src/index.html +++ b/src/index.html @@ -48,7 +48,7 @@