mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 07:22:14 +00:00
Change to using SCSS instead of inline CSS
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -17,7 +17,9 @@ body, .pad-top {
|
|||||||
|
|
||||||
#userdropdown > li {
|
#userdropdown > li {
|
||||||
padding: 0 0.3em;
|
padding: 0 0.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#userdropdown > li, #activity {
|
||||||
.media-object {
|
.media-object {
|
||||||
max-width: 3em;
|
max-width: 3em;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
<div class="list-group-item" style="background-color: #eee;">
|
<div class="list-group-item" style="background-color: #eee;">
|
||||||
<h4 class="list-group-item-heading" style="margin:0;">Recent Changes</h4>
|
<h4 class="list-group-item-heading">Recent Changes</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="activity"> </div>
|
<div id="activity"> </div>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="media-left">
|
<div class="media-left">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img class="media-object img-rounded" src="{{ version.revision.user.profile_picture}}" style="max-width: 3em;" />
|
<img class="media-object img-rounded" src="{{ version.revision.user.profile_picture}}" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
{% include 'RIGS/object_button.html' with object=version.new %}
|
{% include 'RIGS/object_button.html' with object=version.new %}
|
||||||
</small>
|
</small>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user