summaryrefslogtreecommitdiffabout
Side-by-side diff
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
@@ -24,32 +24,35 @@ tree#uploadlist treechildren::-moz-tree-cell-text(completed) {
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;
+ -moz-border-radius: 1ex;
+ border: 1px outset;
+ display: -moz-box;
}
groupbox#upload_file_props label {
text-align: right;
}
description#upload_failure {
border-top: solid 1px red;
margin: 0px; padding: 2px;
text-align: left;
font-size: 85%;
line-height: 105%;
}
image#search_photo, image#set_photo, image#set_primary {
border: black 1px solid;