Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Issue #848 - fixed some issue with CSS, and update markup
  • Loading branch information
magsout committed Dec 31, 2015
commit 6f128c90448d8fd4d04c3799b5dc8d3cd32c5edc
8 changes: 5 additions & 3 deletions webcompat/static/css/development/components/cssfixme.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@
}

/* pre */
.wc-CSSFixme-resultat
.wc-CSSFixme-resultat,
.wc-CSSFixme pre {
margin: 1em 0;
padding: 1em;
padding: 1em 1em 1em .3125em;
color: #414042;
border: 1px solid #ddd;
border-style: solid;
border-color: #ddd #ddd #ddd var(--wc-background-dark);
border-width: 1px 1px 1px 8px;
border-radius: .3em;
background: var(--CSSFixme-backgroundColor);
}
Expand Down
4 changes: 2 additions & 2 deletions webcompat/templates/cssfixme.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h1 class="wc-Title wc-Title--l">CSS Fix Me</h1>
<div class="wc-CSSFixme-instruction">
<div class="wc-CSSFixme-item">
<strong>You:</strong> paste the CSS instructions
<strong>You:</strong> paste the CSS code
</div>
<div class="wc-CSSFixme-item">
<strong>Us:</strong> add missing standard properties
Expand All @@ -25,7 +25,7 @@ <h1 class="wc-Title wc-Title--l">CSS Fix Me</h1>
</label>
</div>
<div class="wc-CSSFixme-item">
<button type="button" class="Button Button--default" id="btn_do_fixup">Add standard equivalents for prefixed CSS</button>
<button type="button" class="Button Button--default" id="btn_do_fixup">Fix it!</button>
</div>
<div class="wc-CSSFixme-item">
<div id="js-CSSFixme"></div>

This comment was marked as abuse.

Expand Down