Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: metacpan/metacpan-web
base: 000032a94255
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: f10001a481da
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 25, 2014

  1. Change styling of identities buttons

    The buttons used some custom styles to make them equal width and some strange pads.
    
    Change to use `btn-block` from bootstrap to get block level buttons, which gives
    them equal width, and remove `btn-large` as they are plenty easy to hit without
    being large, and with there being so many of them in a row, this makes it a bit less
    in your face.
    omega committed Feb 25, 2014
    Copy the full SHA
    7c9868c View commit details
    Browse the repository at this point in the history
  2. Move some custom style from style.css to account.less

    Collect related styles in one place, and reduce style.css, win-win!
    omega committed Feb 25, 2014
    Copy the full SHA
    449f41a View commit details
    Browse the repository at this point in the history
  3. Change the add/remove/check links to buttons

    The motivation was "remove check", which looked like one link to me. Now it
    is clearly two buttons, and one is red.
    
    I opted to not add `btn-danger` to the remove buttons that are on distinctive lines,
    as opposed to the profile where there are two buttons on each line.
    omega committed Feb 25, 2014
    Copy the full SHA
    e383499 View commit details
    Browse the repository at this point in the history
  4. Convert account/profile to bootstrap markup

    The old conversion didn't really convert to bootstrap, only add form-horizontal class
    
    Here I convert all inputs to bootstrap markup, the buttons get converted to
    `input-append`, and I clean up a bit on the mobile version.
    
    I also convert all the profile icons to CSS from <img> tags, because I think they
    are layout, not content.
    
    I combined the LAt/Long into one line, because that makes more sense in my head :P
    omega committed Feb 25, 2014
    Copy the full SHA
    bc25def View commit details
    Browse the repository at this point in the history
  5. Change input types to email and url

    For email and url fields that is. Should make keyboards better on mobile devices
    omega committed Feb 25, 2014
    Copy the full SHA
    49a1645 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1113 from omega/omega/account-layout-fixes

    Fix some bootstrap/layout issues on account pages
    oalders committed Feb 25, 2014
    Copy the full SHA
    f10001a View commit details
    Browse the repository at this point in the history