summaryrefslogtreecommitdiffstats
path: root/Under-Testing/Website/css/formCSS.css
diff options
context:
space:
mode:
Diffstat (limited to 'Under-Testing/Website/css/formCSS.css')
-rw-r--r--Under-Testing/Website/css/formCSS.css46
1 files changed, 0 insertions, 46 deletions
diff --git a/Under-Testing/Website/css/formCSS.css b/Under-Testing/Website/css/formCSS.css
deleted file mode 100644
index f94bd72..0000000
--- a/Under-Testing/Website/css/formCSS.css
+++ /dev/null
@@ -1,46 +0,0 @@
-/* fancyform styles edited by Refik Hadzialic*/
-html
-{
-font-family:Arial,Helvetica,sans-serif;
-}
-.form label
-{
-display:block;
-padding:0.0em;
-padding-left:22px;
-/*background-position:9px center;*/
-background-repeat:no-repeat;
-/*border:1px solid #252525;*/
-clear:both;cursor:pointer;
-
-font-family:Arial,Helvetica,sans-serif;
-font-style:normal;
-font-size:15px;
-}
-
-.checked
-{
-background-color:#fff;
-background-image:url(chk_on.png);
-}
-
-.unchecked
-{
-background-color:#fff;
-background-image:url(chk_off.png);
-}
-
-.leftcol
-{
-float:left;
-clear:left;
-width:30%;
-}
-
-.rightcol
-{
-float:left;
-clear:right;
-width:50%;
-}
-