fixed / removed some assets [ci skip]
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
BIN
app/assets/images/buttons/editgear.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
app/assets/images/buttons/pub.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
#profile-controls {
|
||||
text-align : right;
|
||||
padding : 10px 18px;
|
||||
padding : 10px 12px;
|
||||
|
||||
/* when our buttons aren't there, we still want to maintain a persistent height */
|
||||
min-height : 35px;
|
||||
|
|
@ -101,8 +101,7 @@
|
|||
}
|
||||
|
||||
#profile-stats {
|
||||
i,
|
||||
.cake {
|
||||
i {
|
||||
@include opacity(0.7);
|
||||
}
|
||||
|
||||
|
|
@ -111,6 +110,9 @@
|
|||
}
|
||||
|
||||
.cake {
|
||||
@include opacity(0.63);
|
||||
|
||||
margin-right : 2px;
|
||||
position : relative;
|
||||
top : -3px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,10 +20,10 @@
|
|||
<section id="profile-controls">
|
||||
{{#if isOwnProfile}}
|
||||
<a href="#composer" title="New Post" class="control" rel="facebox">
|
||||
<img src='{{imageUrl "buttons/add_post.jpg"}}' />
|
||||
<img src='{{imageUrl "buttons/pub.png"}}' />
|
||||
</a>
|
||||
<a href="#" title="Edit Layout" id="edit-mode-toggle" class="control">
|
||||
<img src='{{imageUrl "buttons/edit_canvas.png"}}' />
|
||||
<img src='{{imageUrl "buttons/editgear.png"}}' />
|
||||
</a>
|
||||
{{else}}
|
||||
<a href="#" class="control">
|
||||
|
|
|
|||