Index: project-logo.png
===================================================================
Nie mo¿na wyœwietliæ: plik binarny.
svn:mime-type = application/octet-stream
Zmiany atrybutów dla: project-logo.png
___________________________________________________________________
Dodane: svn:mime-type
+ application/octet-stream
Index: taskOperations.html
===================================================================
--- taskOperations.html (wersja 984677)
+++ taskOperations.html (kopia robocza)
@@ -1,426 +1,433 @@
-
-
-
-
-
-
-Task operator:
-User name:
-Password:
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Task operator
+
+
Password:
+
User name:
+
+
+
+
+
+
+
+
Index: reset.css
===================================================================
--- reset.css (wersja 0)
+++ reset.css (wersja 0)
@@ -0,0 +1,50 @@
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ outline: 0;
+ font-size: 100%;
+ vertical-align: baseline;
+ background: transparent;
+}
+body {
+ line-height: 1;
+}
+ol, ul {
+ list-style: none;
+}
+blockquote, q {
+ quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+ content: '';
+ content: none;
+}
+
+/* remember to define focus styles! */
+:focus {
+ outline: 0;
+}
+
+/* remember to highlight inserts somehow! */
+ins {
+ text-decoration: none;
+}
+del {
+ text-decoration: line-through;
+}
+
+/* tables still need 'cellspacing="0"' in the markup */
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
Index: main.css
===================================================================
--- main.css (wersja 0)
+++ main.css (wersja 0)
@@ -0,0 +1,98 @@
+
+body,html {height: 100%}
+a {text-decoration: none; color: inherit;}
+
+.clear {clear: both;}
+
+input {
+
+ height: 20px;
+}
+
+input[type="text"], input[type="password"] {
+ border: 1px solid #2f2030;
+ font-family: Arial;
+ font-size:14px;
+ color: #5c2f5e;
+ background-color: #f9fae6;
+}
+input[type="button"] {
+ font-family: Verdana;
+ font-size: 10px;
+ background-color: #3f3040;
+ cursor: pointer;
+ color: #bdcb2b;
+ border: 2px solid;
+ border-color: #8f8090 #2f2030 #2f2030 #8f8090;
+
+}
+input[type="button"]:hover {
+ color: #e0f014;
+ background-color: #423543;
+ border-color: #AfA0B0 #2f2030 #2f2030 #AfA0B0;
+}
+
+#mainViewContainer{
+ background-color:#BDCB2B;
+ border:2px solid #6D7418;
+ color:#2F2030;
+ font-family:Verdana;
+ font-size:10px;
+ padding: 5px;
+ position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px;
+ background-image: url('project-logo.png');
+ background-repeat: no-repeat;
+ background-position: 99% 99%;
+}
+
+#taskOperatorPanel{
+ float: left;
+ font-size: 14px;
+ font-weight: bold;
+ margin-right: 20px;
+}
+
+#userNamePanel {
+ float: right;
+ margin-right: 10px;
+}
+#userPasswordPanel {
+ float: right;
+ margin-right: 10px;
+}
+#getMyTasksPanel {
+ float: right;
+}
+
+#myTable {
+ width: 100%;
+ border: 2px solid #2f2030;
+ border-collapse: collapse;
+ margin: 15px 0 5px 0;
+ background-color: #f9fae6;
+}
+
+#myTable th {
+ border: 1px solid #2f2030;
+ text-align: left;
+ padding: 2px;
+ color: #5c2f5e;
+ background-color: #e9ead6;
+}
+
+#myTable td {
+ border: 1px solid #2f2030;
+ text-align: left;
+ padding: 2px;
+ color: #5c2f5e;
+}
+
+#myTable tr:hover {
+ background-color: #e9ead6;
+}
+
+#myTable td input{
+ margin-right: 2px;
+}
+
+