author | hacker <hacker@fe716a7a-6dde-0310-88d9-d003556173a8> | 2008-06-19 22:14:19 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-06-22 22:08:14 (UTC) |
commit | 48ce1fa6ea531652df75eb6a8748feff290443bb (patch) (unidiff) | |
tree | e4056e2f895aaf7775cb341e1938aa2089025643 /content | |
parent | 62a4a62845eb2956101984bf5a97c7361006eb9b (diff) | |
download | fireflix-48ce1fa6ea531652df75eb6a8748feff290443bb.zip fireflix-48ce1fa6ea531652df75eb6a8748feff290443bb.tar.gz fireflix-48ce1fa6ea531652df75eb6a8748feff290443bb.tar.bz2 |
restyled for firefox 3
git-svn-id: file:///home/hacker/svns/kin/fireflix/trunk@309 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | content/fireflix.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/fireflix.css b/content/fireflix.css index 0164b4b..7bc0a3c 100644 --- a/content/fireflix.css +++ b/content/fireflix.css | |||
@@ -24,32 +24,35 @@ tree#uploadlist treechildren::-moz-tree-cell-text(completed) { | |||
24 | tree#uploadlist treechildren::-moz-tree-row(failed) { | 24 | tree#uploadlist treechildren::-moz-tree-row(failed) { |
25 | background: yellow; | 25 | background: yellow; |
26 | } | 26 | } |
27 | tree#uploadlist treechildren::-moz-tree-cell-text(failed) { | 27 | tree#uploadlist treechildren::-moz-tree-cell-text(failed) { |
28 | color: red; | 28 | color: red; |
29 | } | 29 | } |
30 | tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { | 30 | tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { |
31 | font-weight: bold; | 31 | font-weight: bold; |
32 | } | 32 | } |
33 | 33 | ||
34 | groupbox#searchresult_props, | 34 | groupbox#searchresult_props, |
35 | groupbox.search_params, | 35 | groupbox.search_params, |
36 | groupbox#upload_file_props, | 36 | groupbox#upload_file_props, |
37 | groupbox#set_props, | 37 | groupbox#set_props, |
38 | groupbox#set_photo_props { | 38 | groupbox#set_photo_props { |
39 | background: white; | 39 | background: white; |
40 | -moz-border-radius: 1ex; | ||
41 | border: 1px outset; | ||
42 | display: -moz-box; | ||
40 | } | 43 | } |
41 | 44 | ||
42 | groupbox#upload_file_props label { | 45 | groupbox#upload_file_props label { |
43 | text-align: right; | 46 | text-align: right; |
44 | } | 47 | } |
45 | 48 | ||
46 | description#upload_failure { | 49 | description#upload_failure { |
47 | border-top: solid 1px red; | 50 | border-top: solid 1px red; |
48 | margin: 0px; padding: 2px; | 51 | margin: 0px; padding: 2px; |
49 | text-align: left; | 52 | text-align: left; |
50 | font-size: 85%; | 53 | font-size: 85%; |
51 | line-height: 105%; | 54 | line-height: 105%; |
52 | } | 55 | } |
53 | 56 | ||
54 | image#search_photo, image#set_photo, image#set_primary { | 57 | image#search_photo, image#set_photo, image#set_primary { |
55 | border: black 1px solid; | 58 | border: black 1px solid; |