Skip to content

Commit

Permalink
[2375] Style the Disqus "trackback" url
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 16, 2012
1 parent f134c52 commit d5228ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions ckan/public/base/less/ckan.less
Expand Up @@ -8,6 +8,7 @@
@import "layout.less";
@import "masthead.less";
@import "footer.less";
@import "disqus.less";

body {
// Using the masthead/footer gradient prevents the color from changing
Expand Down
11 changes: 11 additions & 0 deletions ckan/public/base/less/disqus.less
@@ -0,0 +1,11 @@
.disqus-trackback .field {
padding: 4px;
}

.disqus-trackback .field input {
.box-sizing(border-box);
width: 100%;
height: auto;
margin: 0;
padding: 8px 5px;
}
4 changes: 2 additions & 2 deletions ckan/templates/package/read.html
Expand Up @@ -161,9 +161,9 @@ <h2 class="heading">License</h2>
</p>
</section>

<section class="module trackback">
<section class="module disqus-trackback">
<h2 class="heading">Trackback URL</h2>
<input type="text" value="" />
<div class="field"><input type="text" value="http://trackback.com" /></div>
</section>
</aside>
</body>
Expand Down

0 comments on commit d5228ad

Please sign in to comment.