author | Michael Krelin <hacker@klever.net> | 2006-10-01 21:05:00 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-10-01 21:05:00 (UTC) |
commit | 6f8e1b5f544a41f492ca42dc407d0580cfc67bc0 (patch) (side-by-side diff) | |
tree | 9ffe111beeb311f99b5472726054b297ba92ff26 /content/fireflix.css | |
parent | d9372f72e080857d52ef7e60b99d95b3b3cb6ad3 (diff) | |
download | fireflix-6f8e1b5f544a41f492ca42dc407d0580cfc67bc0.zip fireflix-6f8e1b5f544a41f492ca42dc407d0580cfc67bc0.tar.gz fireflix-6f8e1b5f544a41f492ca42dc407d0580cfc67bc0.tar.bz2 |
cosmetics: border about search results preview thumbnail
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@175 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | content/fireflix.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fireflix.css b/content/fireflix.css index c16dca6..71080d1 100644 --- a/content/fireflix.css +++ b/content/fireflix.css @@ -23,49 +23,49 @@ tree#uploadlist treechildren::-moz-tree-cell-text(completed) { color: white; } tree#uploadlist treechildren::-moz-tree-row(failed) { background: yellow; } tree#uploadlist treechildren::-moz-tree-cell-text(failed) { color: red; } tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { font-weight: bold; } groupbox#searchresult_props, groupbox.search_params, groupbox#upload_file_props, groupbox#set_props, groupbox#set_photo_props { background: white; } groupbox#upload_file_props label { text-align: right; } -image#set_photo, image#set_primary { +image#search_photo, image#set_photo, image#set_primary { border: black 1px solid; } .about .insides { margin: 1ex; } .about .text { border: yellow solid 1px; background: green; } .about .title { font-size: 300%; font-weight: bold; color: yellow; } .about .link { text-decoration: underline; color: white; cursor: pointer; } menuitem.menuhead { background: gray; color: black; |