From 669d76c52e3e5ab831d07dfd403b69135f5ba0c8 Mon Sep 17 00:00:00 2001 From: miles Date: Tue, 14 Jan 2014 00:43:39 +0000 Subject: [PATCH] remove tmp-images from svn svn path=/; revision=522 --- inventory_web/' | 79 ----------------------------- inventory_web/.gitignore | 1 + inventory_web/tmp-images/.gitignore | 0 3 files changed, 1 insertion(+), 79 deletions(-) delete mode 100644 inventory_web/' create mode 100644 inventory_web/.gitignore delete mode 100644 inventory_web/tmp-images/.gitignore diff --git a/inventory_web/' b/inventory_web/' deleted file mode 100644 index db04053..0000000 --- a/inventory_web/' +++ /dev/null @@ -1,79 +0,0 @@ -body{ - font-family:"Arial Black", Gadget, sans-serif; - background-color:EBFFFA; -} - -.optional{ - border:none; -} - -.required{ - background-color:A62000; - color:000000; - font-weight:900; -} - -.header{ - border:none; - background-color:A6A6A6; - box-shadow: inset 0 3px 3px 0 rgba(255, 255, 255, 0.32); - font-size:15; - white-space:nowrap; -} - -.spacer { - border:none; -} - -tr.no-border-row td { - border:none; -} - -td { - height:50; - border-radius:5px; - vertical-align:middle; -} - -#logindiv { - width:500px; - background-color:919191; - margin:0 auto; - -moz-border-radius: 15px; - border-radius: 15px; -} - -textarea.rounded { - border: 1px solid #ccc; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; - border-radius: 10px; - -moz-box-shadow: 2px 2px 3px #666; - -webkit-box-shadow: 2px 2px 3px #666; - box-shadow: 2px 2px 3px #666; - font-size: 20px; - padding: 1px 1px; - outline: 1; - -webkit-appearance: none; -} - -input.rounded { - border: 1px solid #ccc; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; - border-radius: 10px; - -moz-box-shadow: 2px 2px 3px #666; - -webkit-box-shadow: 2px 2px 3px #666; - box-shadow: 2px 2px 3px #666; - font-size: 20px; - padding: 4px 7px; - outline: 0; - -webkit-appearance: none; -} - -input.rounded:focus { - border-color: #339933; -} - -.required_input { -} diff --git a/inventory_web/.gitignore b/inventory_web/.gitignore new file mode 100644 index 0000000..f4ea5b9 --- /dev/null +++ b/inventory_web/.gitignore @@ -0,0 +1 @@ +/tmp-images diff --git a/inventory_web/tmp-images/.gitignore b/inventory_web/tmp-images/.gitignore deleted file mode 100644 index e69de29..0000000 -- 2.34.1