Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (82 - 84 of 1173)

Ticket Resolution Summary Owner Reporter
#299 FIXED Possibly restore whitespace on forms Jef van Schendel Christopher Allan Webber
Description
In commit b20fa83bc0ab9808ffcb8cee642a4cb3241a8558 I removed some
spacing under .form\_field\_box ...This was mainly to keep there
from being extra whitespace underneath the comment textarea before
the button. However this also removed padding from the
login/register forms. (I actually think it looks fine, but it
wasn't an intentional change.)


.. raw:: html

   <del>
   
.form\_field\_box {

.. raw:: html

   </del> 
   
margin-bottom: 24px;

.. raw:: html

   <del>
   
}

.. raw:: html

   </del>
   
Jef suggested I file a bug for this so he can decide whether he
wants it back or not at his leisure. And so! :)



#306 FIXED wiki @font-face links incorrectly Jef van Schendel Odin Hørthe Omdal
Description
The style on the wiki:

::

            @font-face {
              font-family: 'Lato';
              font-style: italic;
              font-weight: 700;
              src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(http://wiki.mediagoblin.org/skins/mediagoblin/fonts/Lato-BoldItalic.ttf?2011-11-02T15:46:40Z) format('truetype');
            }
            @font-face {
              font-family: 'Lato';
              font-style: normal;
              font-weight: 400;
              src: local('Lato Regular'), local('Lato-Regular'), url('fonts/Lato-Regular.woff') format('truetype');
            }

The last line should probably be:

::

    src: local('Lato Regular'), local('Lato-Regular'), url('http://wiki.mediagoblin.org/skins/mediagoblin/fonts/Lato-Regular.woff') format('truetype');

Right now **all** browsers show the wrong font, because noone can
get the Lato-regular one. However, it does look worse in Opera,
because Opera chooses to display the italic font instead of the
bold, whilst the other browsers bolds everything.

Well, looks crappy in all of them, but you can see it's wrong
easier in Opera ;-)



#319 FIXED Resend verification mail button looks weird with long text Jef van Schendel Inconexo ø
Description
Doing the registration process, the resend button seems to be
cutted in two lines. I don't know if it's because spanish text is
too long or my resolution is too low (1024x768). Not a big deal,
but FYI.

Browser: Iceweasel (Firefox) 8.0



Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.