diff --git a/install.php b/install.php index d808748..36538a5 100644 --- a/install.php +++ b/install.php @@ -123,11 +123,9 @@ } .install-languages { - margin: 0 auto; - float: none!important; - margin-bottom:5px; - padding-right:20px; - max-width: 300px; + margin: 0 auto 15px; + text-align: center; + width: 300px; } .install-block { @@ -169,26 +167,54 @@ color: #F74C18; } - .language-link { - color:#7A7A7C; + .install-languages a { + padding-left: 5px; + padding-right: 5px; } - .language-link+.language-link:before { - color: #ccc; - content: ' | '; + .language-link img { + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; + filter: alpha(opacity=30); + -moz-opacity:0.3; + -khtml-opacity: 0.3; + opacity: 0.3; } - .language-link:hover { - color:#000; - text-decoration: none; + .language-link-current img{ + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + filter: alpha(opacity=100); + -moz-opacity:1.0; + -khtml-opacity: 1.0; + opacity: 1.0; } - .language-link-current { - color:#000; - font-weight: 700; + .install-languages a img:hover { + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + filter: alpha(opacity=100); + -moz-opacity:1.0; + -khtml-opacity: 1.0; + opacity: 1.0; } + + @media (max-width: 480px) { + + .input-xlarge { + width: 100%; + } + + .install-languages { + text-align: left; + } + + .install-languages a { + padding: 0; + } + + } + - + +
@@ -245,7 +271,7 @@