author | Michael Krelin <hacker@klever.net> | 2006-12-18 13:22:11 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-12-18 13:22:11 (UTC) |
commit | 676ead33f615fbc2affb3cb979d1316f0676daef (patch) (unidiff) | |
tree | 06e7afff01a0c1df631c7f635618403d7989572a /content/fireflix.css | |
parent | b609e9157c1587b11f177edfa7fe65f6851e9706 (diff) | |
download | fireflix-676ead33f615fbc2affb3cb979d1316f0676daef.zip fireflix-676ead33f615fbc2affb3cb979d1316f0676daef.tar.gz fireflix-676ead33f615fbc2affb3cb979d1316f0676daef.tar.bz2 |
make file properties visible but readonly for non-pending downloads.
And while we're at it show failure reason for failed uploads.
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@238 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | content/fireflix.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/fireflix.css b/content/fireflix.css index ab90c11..06ae28a 100644 --- a/content/fireflix.css +++ b/content/fireflix.css | |||
@@ -1,93 +1,101 @@ | |||
1 | html#help, | 1 | html#help, |
2 | .generated.wholething, .about.wholething /* XXX:, | 2 | .generated.wholething, .about.wholething /* XXX:, |
3 | tabbox, tabpanels, tabpanel */ { | 3 | tabbox, tabpanels, tabpanel */ { |
4 | background: url("background.jpeg"); | 4 | background: url("background.jpeg"); |
5 | } | 5 | } |
6 | tabpanels { | 6 | tabpanels { |
7 | padding: 0px; | 7 | padding: 0px; |
8 | } | 8 | } |
9 | 9 | ||
10 | tree { | 10 | tree { |
11 | margin-top: 2px; | 11 | margin-top: 2px; |
12 | color: #2d354a; | 12 | color: #2d354a; |
13 | font-size: 90%; | 13 | font-size: 90%; |
14 | } | 14 | } |
15 | tree treechildren { /* for windows */ | 15 | tree treechildren { /* for windows */ |
16 | background: #c5ffc5; | 16 | background: #c5ffc5; |
17 | } | 17 | } |
18 | 18 | ||
19 | tree#uploadlist treechildren::-moz-tree-cell-text(pending) { | 19 | tree#uploadlist treechildren::-moz-tree-cell-text(pending) { |
20 | } | 20 | } |
21 | tree#uploadlist treechildren::-moz-tree-cell-text(completed) { | 21 | tree#uploadlist treechildren::-moz-tree-cell-text(completed) { |
22 | color: black; | 22 | color: black; |
23 | } | 23 | } |
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 | } | 40 | } |
41 | 41 | ||
42 | groupbox#upload_file_props label { | 42 | groupbox#upload_file_props label { |
43 | text-align: right; | 43 | text-align: right; |
44 | } | 44 | } |
45 | 45 | ||
46 | description#upload_failure { | ||
47 | border-top: solid 1px red; | ||
48 | margin: 0px; padding: 2px; | ||
49 | text-align: left; | ||
50 | font-size: 85%; | ||
51 | line-height: 105%; | ||
52 | } | ||
53 | |||
46 | image#search_photo, image#set_photo, image#set_primary { | 54 | image#search_photo, image#set_photo, image#set_primary { |
47 | border: black 1px solid; | 55 | border: black 1px solid; |
48 | } | 56 | } |
49 | 57 | ||
50 | .about .insides { | 58 | .about .insides { |
51 | margin: 1ex; | 59 | margin: 1ex; |
52 | } | 60 | } |
53 | .about .text { | 61 | .about .text { |
54 | border: yellow solid 1px; | 62 | border: yellow solid 1px; |
55 | background: green; | 63 | background: green; |
56 | } | 64 | } |
57 | .about .title { | 65 | .about .title { |
58 | font-size: 300%; | 66 | font-size: 300%; |
59 | font-weight: bold; | 67 | font-weight: bold; |
60 | color: yellow; | 68 | color: yellow; |
61 | } | 69 | } |
62 | .about .link { | 70 | .about .link { |
63 | text-decoration: underline; | 71 | text-decoration: underline; |
64 | color: white; | 72 | color: white; |
65 | cursor: pointer; | 73 | cursor: pointer; |
66 | } | 74 | } |
67 | 75 | ||
68 | menuitem.menuhead { | 76 | menuitem.menuhead { |
69 | background: gray; | 77 | background: gray; |
70 | color: black; | 78 | color: black; |
71 | font-weight: bold; | 79 | font-weight: bold; |
72 | } | 80 | } |
73 | 81 | ||
74 | div#searchresult_description { | 82 | div#searchresult_description { |
75 | min-height: 5em; max-height: 8em; | 83 | min-height: 5em; max-height: 8em; |
76 | overflow: auto; | 84 | overflow: auto; |
77 | font-size: 90%; | 85 | font-size: 90%; |
78 | margin: 0.1ex 0.5ex; | 86 | margin: 0.1ex 0.5ex; |
79 | } | 87 | } |
80 | 88 | ||
81 | #copying div { | 89 | #copying div { |
82 | margin: 1ex 1em; | 90 | margin: 1ex 1em; |
83 | font-family: courier, monospace; | 91 | font-family: courier, monospace; |
84 | font-size: 9pt; | 92 | font-size: 9pt; |
85 | padding: 2px; | 93 | padding: 2px; |
86 | border: dotted 1px gray; | 94 | border: dotted 1px gray; |
87 | background: white; | 95 | background: white; |
88 | } | 96 | } |
89 | 97 | ||
90 | label#search_page { | 98 | label#search_page { |
91 | font-weight: bold; | 99 | font-weight: bold; |
92 | background: white; color: #404040; | 100 | background: white; color: #404040; |
93 | border-color: #c0c0c0 #404040 #404040 #c0c0c0; | 101 | border-color: #c0c0c0 #404040 #404040 #c0c0c0; |