Skip to content

Commit

Permalink
Books: solving layout problems when hovering over authors.
Browse files Browse the repository at this point in the history
  • Loading branch information
akoprow committed Jun 15, 2010
1 parent e1d17a9 commit 8135ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions output/css/styles.css
Expand Up @@ -8,15 +8,13 @@
display: inline;
}
.authors-cloud .author {
padding: 1px 5px 1px 5px;
border: 1px solid transparent;
}
.authors-cloud .highlight {
color: #FDD;
background-color: #369;
border: 1px #FFF dotted;
padding: 0px 4px 0px 4px;
}

.author-tip UL {
list-style: none;
vertical-align: middle;
Expand Down
2 changes: 1 addition & 1 deletion todo.txt
Expand Up @@ -3,7 +3,6 @@ TODO Strip double quotes from titles (beg & end)
TODO Normalize poster sizes (some are too wide)

=== Books:
TODO Hovering over author disturbs athor's layout (at least it does in Chrome), which is pretty annoying...
TODO Author's tip with books - make width fit content (calculate based on number of books to show)
TODO Authors' cloud: put in a jQuery-like panel (consistency with by author & date)
TODO In authors' cloud add authors' photos
Expand Down Expand Up @@ -40,6 +39,7 @@ TODO Add automatic data on when page was last updated
TODO Split papers/talks data to one-file-per-entry to have proper last modification date?

=== Done:
TODO Books: Hovering over author disturbs athor's layout (at least it does in Chrome), which is pretty annoying...
TODO Books: Make author's tip with books load via ajax
TODO Books: In authors' cloud add list of books per author (showing on mouse hover)
TODO Content: Add tips for ratings
Expand Down

0 comments on commit 8135ab7

Please sign in to comment.