summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/tricode/css/formCSS.css
diff options
context:
space:
mode:
authorRefik Hadzialic2011-09-11 20:52:46 +0200
committerRefik Hadzialic2011-09-11 20:52:46 +0200
commitb42ef6d7bc5b8974e0b88d96170be58a186b652b (patch)
tree3b67741594f6cdcd1dde7eaf5c1e3fec01cce2b8 /notFinishedCode/tricode/css/formCSS.css
parentMerge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftest (diff)
downloadgsm-selftest-b42ef6d7bc5b8974e0b88d96170be58a186b652b.tar.gz
gsm-selftest-b42ef6d7bc5b8974e0b88d96170be58a186b652b.tar.xz
gsm-selftest-b42ef6d7bc5b8974e0b88d96170be58a186b652b.zip
first working test website connected to the testing software!
Diffstat (limited to 'notFinishedCode/tricode/css/formCSS.css')
-rw-r--r--notFinishedCode/tricode/css/formCSS.css46
1 files changed, 46 insertions, 0 deletions
diff --git a/notFinishedCode/tricode/css/formCSS.css b/notFinishedCode/tricode/css/formCSS.css
new file mode 100644
index 0000000..f94bd72
--- /dev/null
+++ b/notFinishedCode/tricode/css/formCSS.css
@@ -0,0 +1,46 @@
+/* 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%;
+}
+