Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It's not a great solution, adding a border radius on <code>.jobCloseDate</code> works:</p> <p><a href="http://jsfiddle.net/EG6sS/3/" rel="nofollow">http://jsfiddle.net/EG6sS/3/</a></p> <pre><code>.jobCloseDate { border-radius: 0 0 10px 10px; } </code></pre> <p>Alternate solution. It's kludgy, but it works. Removed overflow and shifted down the last element so that the "white pixels" are not visible.</p> <p><a href="http://jsfiddle.net/EG6sS/21/" rel="nofollow">http://jsfiddle.net/EG6sS/21/</a></p> <pre><code>.currentJob:link, .currentJob:visited { border: 1px solid #dcd3ce; border-bottom: 0; background: #ffffff url(../images/applyIcon.jpg) right top no-repeat; margin: .5em 1.5em 1.5em 1.5em; display: block; text-decoration: none; color: #000000; border-radius: 10px; /* removed overflow */ } .jobTitle { font-weight: bold; color: #006A8A; margin: .6em 45px .1em .6em; font-size: 1.1em; display: block; } .jobLocation { /* removed .5em from the bottom margin and added it to the top position on the next element */ margin: 0 .7em 1em .7em; display: block; font-size: 0.85em; } .jobCloseDate { text-align: center; color: #ffffff; font-style: italic; padding: .5em; display: block; background-color: #006A8A; /* added the following styles */ border-radius:0 0 10px 10px; position: relative; top: .5em; left: -1px; margin-top: -1px; margin-right: -2px; border: inherit; border-top: 0; } .currentJob:hover, .currentJob:visited:hover { border: 1px solid #006A8A; color: #000000; } </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload