From 4b3d4259df69d1882a8d01078f4f138da842d321 Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Sep 16 2016 20:55:53 +0000 Subject: make the download options look a bit nicer and ready for mobile --- diff --git a/getfedora.org/data/content/workstation/prerelease/index.html b/getfedora.org/data/content/workstation/prerelease/index.html index 0546a01..7b06706 100644 --- a/getfedora.org/data/content/workstation/prerelease/index.html +++ b/getfedora.org/data/content/workstation/prerelease/index.html @@ -85,31 +85,35 @@

${_('Fedora Media Writer supports the following platforms:')}

-
+

Mac OS X

${Markup(_('%s MB Fedora Media Writer for <strong>Mac OS X</strong>')) % global_variables.iso_size['macosx']}

+
+
-
+

Windows

${Markup(_('%s MB Fedora Media Writer for <strong>Windows</strong>')) % global_variables.iso_size['windows']}

+
+
-
-
+
+

Linux

-

${Markup(_('Available via DNF for <strong>Fedora</strong>'))}

- (${_('More details')}) +

${Markup(_('Available via DNF for <strong>Fedora</strong>'))}
+ (${_('More details')})

-
-

${Markup(_('64-bit 1.3 GB ISO for <strong>Linux</strong>'))}

- (${_('How to use this ISO?')}) +
+

${Markup(_('64-bit 1.3 GB ISO for <strong>Linux</strong>'))}
+ (${_('How to use this ISO?')})

${_('Download')} - (${_('Verify this image')}) +

(${_('Verify this image')})

diff --git a/getfedora.org/static/css/app.css b/getfedora.org/static/css/app.css index 66ea441..31ae8c0 100644 --- a/getfedora.org/static/css/app.css +++ b/getfedora.org/static/css/app.css @@ -1072,10 +1072,45 @@ img.pull-left { margin-right: 10px; } /* FMW */ -.modal{ - overflow: visible !important; +#fmw .jumbotron h3 { + margin-top: 5px; } -#fwm .jumbotron h3 { - margin-top: 0; +#fmw .download { + height: 125px; +} + +#fmw .download .btn { + margin-top: 35px; +} + +#fmw .jumbotron { + padding-top: 10px; +} + +#fmw .fedora { + padding-left: 10px; + padding-right: 10px; + padding-bottom: 5px; + margin-bottom: 5px; +} + +#fmw .linux { + padding-left: 10px; + padding-right: 10px; + padding-bottom: 5px; +} + +@media (max-width:530px) +{ + #fmw .jumbotron { + padding-top: 10px; + margin-top: 20px; + } + #fmw .download { + margin-top: 0px; + } + #fmw .linux { + margin-top: 5px; + } } \ No newline at end of file