summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--content/fireflix.css3
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
@@ -16,48 +16,51 @@ tree treechildren { /* for windows */
16 background: #c5ffc5; 16 background: #c5ffc5;
17} 17}
18 18
19tree#uploadlist treechildren::-moz-tree-cell-text(pending) { 19tree#uploadlist treechildren::-moz-tree-cell-text(pending) {
20} 20}
21tree#uploadlist treechildren::-moz-tree-cell-text(completed) { 21tree#uploadlist treechildren::-moz-tree-cell-text(completed) {
22 color: black; 22 color: black;
23} 23}
24tree#uploadlist treechildren::-moz-tree-row(failed) { 24tree#uploadlist treechildren::-moz-tree-row(failed) {
25 background: yellow; 25 background: yellow;
26} 26}
27tree#uploadlist treechildren::-moz-tree-cell-text(failed) { 27tree#uploadlist treechildren::-moz-tree-cell-text(failed) {
28 color: red; 28 color: red;
29} 29}
30tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { 30tree#uploadlist treechildren::-moz-tree-cell-text(uploading) {
31 font-weight: bold; 31 font-weight: bold;
32} 32}
33 33
34groupbox#searchresult_props, 34groupbox#searchresult_props,
35groupbox.search_params, 35groupbox.search_params,
36groupbox#upload_file_props, 36groupbox#upload_file_props,
37groupbox#set_props, 37groupbox#set_props,
38groupbox#set_photo_props { 38groupbox#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
42groupbox#upload_file_props label { 45groupbox#upload_file_props label {
43 text-align: right; 46 text-align: right;
44} 47}
45 48
46description#upload_failure { 49description#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
54image#search_photo, image#set_photo, image#set_primary { 57image#search_photo, image#set_photo, image#set_primary {
55 border: black 1px solid; 58 border: black 1px solid;
56} 59}
57 60
58.about .insides { 61.about .insides {
59 margin: 1ex; 62 margin: 1ex;
60} 63}
61.about .text { 64.about .text {
62 border: yellow solid 1px; 65 border: yellow solid 1px;
63 background: green; 66 background: green;