mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 04:42:37 +02:00
- fix images off, css on problem for post/reply buttons
- changed calculating new/unread pm count to no longer rely on code logic, but apply all rules, operate on messages and then re-calculating after delivery. git-svn-id: file:///svn/phpbb/trunk@8229 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -23,19 +23,22 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-position: 0 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
|
||||
.buttons div span { display: none; }
|
||||
.buttons div a:hover { background-image: none; }
|
||||
/*.buttons div span { display: none; }*/
|
||||
/*.buttons div a:hover { background-image: none; }*/
|
||||
.buttons div span { position: absolute; width: 100%; height: 100%; cursor: pointer; }
|
||||
.buttons div a:hover span { background-position: 0 100%; }
|
||||
|
||||
/* Big button images */
|
||||
.reply-icon, .reply-icon a { background: transparent none 0 0 no-repeat; }
|
||||
.post-icon, .post-icon a { background: transparent none 0 0 no-repeat; }
|
||||
.locked-icon, .locked-icon a { background: transparent none 0 0 no-repeat; }
|
||||
.pmreply-icon, .pmreply-icon a { background: none 0 0 no-repeat; }
|
||||
.newpm-icon, .newpm-icon a { background: none 0 0 no-repeat; }
|
||||
.forwardpm-icon, .forwardpm-icon a { background: none 0 0 no-repeat; }
|
||||
.reply-icon span { background: transparent none 0 0 no-repeat; }
|
||||
.post-icon span { background: transparent none 0 0 no-repeat; }
|
||||
.locked-icon span { background: transparent none 0 0 no-repeat; }
|
||||
.pmreply-icon span { background: none 0 0 no-repeat; }
|
||||
.newpm-icon span { background: none 0 0 no-repeat; }
|
||||
.forwardpm-icon span { background: none 0 0 no-repeat; }
|
||||
|
||||
/* Set big button dimensions */
|
||||
.buttons div.reply-icon { width: {IMG_BUTTON_TOPIC_REPLY_WIDTH}px; height: {IMG_BUTTON_TOPIC_REPLY_HEIGHT}px; }
|
||||
|
Reference in New Issue
Block a user