arrow-down arrow at-sign bug check checkbox-checked checkbox-unchecked svg-checkmark chevron-right chevrons-right circle-down circle-left circle-right circle-up cloud2 svg-cross2 download download external-link filter github hash home leaf leaf left link-2 log-in log-out mail menu message-square minus plus radio-checked radio-checked2 radio-unchecked search settings spinner8 target twitter up upload-2 user users warning x zap
  • Home
  • Report a bug
  • Contribute
  • All issues
  • Login

URL: http://girlschannel.net/
Browser / Version: Firefox 39.0
Operating System: Android
Problem type: Layout is messed up

Steps to Reproduce

  1. Navigate to: http://girlschannel.net/
  2. …

Expected Behavior:
Buttons with appropriate background

Actual Behavior:
A couple of buttons are using webkit css antiquated background gradient. Easy to fix with
http://hallvord.com/temp/moz/cssfixme.php

header #form0 input[type="submit"] {
    border: #fc7480 solid 1px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fea8af), color-stop(0.1, #fec3c8), color-stop(0.13, #fec3c8), color-stop(0.3, #fea8af), color-stop(0.9, #fe9ea6), color-stop(1, #fec3c8));
    -webkit-box-shadow: : 0 0 3px #fea8af;
    box-shadow: 0 0 3px #fea8af;
    width: 25%;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    margin: 1em 0 1.3em;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 0.35em 0;
}

country: jp

Please login to edit issues.

View issue on Github

Shortcut: Press l on your keyboard to open the label editor. Shortcut: Press g on your keyboard to be taken to the GitHub view of this page.
Closed: Fixed
#937

girlschannel.net - layout is messed up

Opened: 2015-04-21
Reporter: karlcow
Comments: 6
  • Home
  • List of issues
  • About
  • Contribute
  • Contact
  • Privacy Policy
  • Terms of Service
  • Code of Conduct