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) (unidiff) | |
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 | |||
@@ -31,33 +31,33 @@ tree#uploadlist treechildren::-moz-tree-cell-text(failed) { | |||
31 | tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { | 31 | tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { |
32 | font-weight: bold; | 32 | font-weight: bold; |
33 | } | 33 | } |
34 | 34 | ||
35 | groupbox#searchresult_props, | 35 | groupbox#searchresult_props, |
36 | groupbox.search_params, | 36 | groupbox.search_params, |
37 | groupbox#upload_file_props, | 37 | groupbox#upload_file_props, |
38 | groupbox#set_props, | 38 | groupbox#set_props, |
39 | groupbox#set_photo_props { | 39 | groupbox#set_photo_props { |
40 | background: white; | 40 | background: white; |
41 | } | 41 | } |
42 | 42 | ||
43 | groupbox#upload_file_props label { | 43 | groupbox#upload_file_props label { |
44 | text-align: right; | 44 | text-align: right; |
45 | } | 45 | } |
46 | 46 | ||
47 | image#set_photo, image#set_primary { | 47 | image#search_photo, image#set_photo, image#set_primary { |
48 | border: black 1px solid; | 48 | border: black 1px solid; |
49 | } | 49 | } |
50 | 50 | ||
51 | .about .insides { | 51 | .about .insides { |
52 | margin: 1ex; | 52 | margin: 1ex; |
53 | } | 53 | } |
54 | .about .text { | 54 | .about .text { |
55 | border: yellow solid 1px; | 55 | border: yellow solid 1px; |
56 | background: green; | 56 | background: green; |
57 | } | 57 | } |
58 | .about .title { | 58 | .about .title { |
59 | font-size: 300%; | 59 | font-size: 300%; |
60 | font-weight: bold; | 60 | font-weight: bold; |
61 | color: yellow; | 61 | color: yellow; |
62 | } | 62 | } |
63 | .about .link { | 63 | .about .link { |