Hi Tim, * Am 19.02.2013 15:51, schrieb webmaster-Kracked_P_P: > On 02/19/2013 01:02 AM, Marc Paré wrote: >> Could Erich or Christian take a look at the CD/DVD web page? The text >> for both the DE and NA DVD extends beyond the limits of the button. >> >> [1] https://www.libreoffice.org/download/?type=box&version=4.0.0 > > This happenson some systems. My Ubuntu 12.04/MATE system using > Firefox, shows the DE .iso name go beyond the green button, for > http://www.libreoffice.org/download/?type=box&version=3.6.5 > I have been shown a screen clip for a Unity desktop where the font > size is so "tall" that the Torrent and Info text has been "pushed off > thebottom" of the green button. > > By change is there a CSS definition for the text font/size for the > button font, or is it up to the user's browser to choose it, like it > seem to be for the Unity/Firefox system.
Yes, the page template has styles overriding parts of the theme's stylesheets. Convenient ways to check respective styles in a browser window are e.g. the Firebug addon for Firefox or the context menu 'Inspect Element' in Chrome. Downloads container's source would look like <div class="Downloads"> <div class="DownloadsLeft"> <ul> <li> <h2> <a class="piwik_download" href="http://download.documentfoundation.org/libreoffice/box/3.6.5/LibOx-3.6.5_Deutsch_DVD_allplatforms_multilang_extras_v1.iso">LibOx-3.6.5_Deutsch_DVD_allplatforms_multilang_extras_v1.iso</a> </h2> 4.2 GB ( <a class="piwik_download" title="Download the files using BitTorrent" href="http://download.documentfoundation.org/libreoffice/box/3.6.5/LibOx-3.6.5_Deutsch_DVD_allplatforms_multilang_extras_v1.iso.torrent">Torrent</a> , <a title="See the md5sum and list of download mirrors for the file" href="http://download.documentfoundation.org/libreoffice/box/3.6.5/LibOx-3.6.5_Deutsch_DVD_allplatforms_multilang_extras_v1.iso.mirrorlist">Info</a> ) </li> <li> </ul> </div> <div class="DownloadsRight"> </div> So the filenames are displayed as h2. I don't want to paste more code here, however you may view the source files here https://github.com/tdf/cms-code/tree/master/mysite/templates/Layout and here https://github.com/tdf/cms-themes/tree/master/libo/css Cheers Erich -- Unsubscribe instructions: E-mail to [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/website/ All messages sent to this list will be publicly archived and cannot be deleted
