Plugin Directory

Changeset 659066


Ignore:
Timestamp:
01/26/2013 01:58:01 AM (13 years ago)
Author:
linkedbinary900
Message:

css changes -- no longer blocks the UPDATE button in post-editor. also added a scroll bar for posters with many posts, so that the post list does not clip the bottom of the screen. :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jump-to-post-edit/trunk/jump-to-post-edit.css

    r641506 r659066  
    22#jump-to-post-edit-title { font-size: 140%; }
    33#jump-to-post-edit-list { display: none; }
    4 #jump-to-post-edit-div:hover #jump-to-post-edit-list { display: block; margin-top: 6px; font-size: 12pt; line-height: 12pt; position: absolute; background-color: #cddddd; border: 1px solid #777; padding: 4px; width: 240px; right: 20px; }
     4#jump-to-post-edit-div:hover #jump-to-post-edit-list { display: block; margin-top: 6px; font-size: 12pt; line-height: 12pt; position: absolute; background-color: #cddddd; border: 1px solid #777; padding: 4px; width: 240px; right: 90px; height: 300px; overflow: scroll; }
    55#jump-to-post-edit-list a:link { display: block; padding: 4px; border: 1px solid #7dbc94; text-decoration: none; background-color: #c8ffcd; }
    66#jump-to-post-edit-list a:hover { display: block; padding: 4px; border: 1px solid #6293b2; text-decoration: none; background-color: #c8ffff; }
Note: See TracChangeset for help on using the changeset viewer.