Skip to content

Commit

Permalink
Merge pull request #3024 from Antes/theme
Browse files Browse the repository at this point in the history
! small fixes on sprite positions (CSS)
  • Loading branch information
live627 committed Sep 4, 2015
2 parents e69b3a8 + 1894c26 commit 6f874af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Themes/default/Display.template.php
Expand Up @@ -617,7 +617,7 @@ function template_single_post($message)
}

echo '
<div class="floatleft attachment">';
<div class="floatleft attached">';

if ($attachment['is_image'])
{
Expand Down
6 changes: 3 additions & 3 deletions Themes/default/css/admin.css
Expand Up @@ -394,13 +394,13 @@ pre.file_content {
}

.generic_icons.select_above {
background-position: -134px -30px;
background-position: -161px -5px;
}
.generic_icons.select_here {
background-position: -108px -30px;
background-position: -187px -5px;
}
.generic_icons.select_below {
background-position: -80px -30px;
background-position: -213px -5px;
}

/* Styles for the BBC permissions */
Expand Down
4 changes: 2 additions & 2 deletions Themes/default/css/index.css
Expand Up @@ -1783,7 +1783,7 @@ tr.windowbg td, tr.windowbg2 td, .table_grid tr td {
background-position: -135px -5px;
}
.generic_icons.watch {
background-position: -213px -5px;
background-position: -239px -5px;
}
/* 2nd row */
.generic_icons.move, .generic_icons.next_page {
Expand Down Expand Up @@ -3352,7 +3352,7 @@ img.smiley {
.attachments {
padding: 12px 0 0 0;
}
.attachment {
.attached {
padding: 0 6px 8px 6px;
max-width: 100%;
}
Expand Down

0 comments on commit 6f874af

Please sign in to comment.