summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/static
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-22 23:18:50 +0300
committermakkalot <makkalot@gmail.com>2008-07-22 23:18:50 +0300
commit3f6f0077a3e0ffd937316e1d5ee3a4a452185819 (patch)
tree6b3d9546a5485834f2819aeb2082ff5a042e7b83 /funcweb/funcweb/static
parentc74bee3c2a68de9c863afa6d6bd98da69a6dd1d1 (diff)
downloadfunc-3f6f0077a3e0ffd937316e1d5ee3a4a452185819.tar.gz
func-3f6f0077a3e0ffd937316e1d5ee3a4a452185819.tar.xz
func-3f6f0077a3e0ffd937316e1d5ee3a4a452185819.zip
adding new template for displaying the async results
Diffstat (limited to 'funcweb/funcweb/static')
-rw-r--r--funcweb/funcweb/static/css/style.css129
1 files changed, 127 insertions, 2 deletions
diff --git a/funcweb/funcweb/static/css/style.css b/funcweb/funcweb/static/css/style.css
index 1c626fb..882f679 100644
--- a/funcweb/funcweb/static/css/style.css
+++ b/funcweb/funcweb/static/css/style.css
@@ -181,7 +181,7 @@ height:20px;
max-width: 200px;
margin-top: 2em;
}
-#resultbigbox {
+.resultbigbox {
background-color:#f7f7f7;
min-height: 150px;
width: 90%;
@@ -332,9 +332,10 @@ text-decoration:none;
border: 1px dashed #dddddd;
padding:1px;
}
+
#globalerrorbig {
float:right;
-max-height:150px;
+min-height:150px;
width:930px;
margin-left:auto;
margin-right:8em;
@@ -370,6 +371,130 @@ background-image: url(../images/button2_hover.jpg);
background-repeat:no-repeat;
border: 0px;
}
+#tablecontent {
+}
+#tablebigbox {
+background-color:#F7F7F7;
+min-height: 150px;
+width: 90%;
+padding:10px;
+border: 2px solid #dddddd;
+float:left;
+margin-left:30px;
+margin-right:30px;
+}
+
+#tablebox {
+background-color:#f1f5f6;
+overflow: auto;
+min-height: 150px;
+width: 900px;
+margin-left: auto;
+margin-right: auto;
+margin-top: 2em;
+margin-bottom: 2px;
+padding:4px;
+border: 2px solid #dddddd;
+font-family: Arial, Helvetica, sans-serif;
+font-size:14px;
+color: #666666;
+text-decoration:none;
+}
+.column {
+min-height:25px;
+width:177px;
+border: 1px solid #dddddd;
+float:left;
+}
+
+.tableboxes {
+width:170px;
+border: 2px solid #dddddd;
+background-color:#f1f5f6;
+}
+
+.navlinks {
+display:block;
+height:30px;
+max-width:200px;
+font-family: Arial, Helvetica, sans-serif;
+font-size:14px;
+color: #666666;
+font-weight:bold;
+text-decoration:none;
+padding-top:5px;
+padding-left:1em;
+padding-right:1em;
+float:left;
+}
+
+.navlinks:hover {
+background:#FFFFFF;
+display:block;
+height:30px;
+max-width:200px;
+font-weight:bold;
+font-family: Arial, Helvetica, sans-serif;
+font-size:14px;
+color: #6CACE9;
+font-weight:bold;
+text-decoration:none;
+padding-top:5px;
+float:left;
+padding-left:1em;
+padding-right:1em;
+}
+
+.lines{
+display:block;
+height:30px;
+font-family: Arial, Helvetica, sans-serif;
+font-size:14px;
+color: #666666;
+font-weight:bold;
+text-decoration:none;
+padding:5px;
+float:left;
+}
+
+#menudiv {
+background-image:url(../images/menuimg.jpg);
+background-repeat:repeat-x;
+height:30px;
+width:100%;
+}
+
+#navigaton {
+width:100%;
+height:30px;
+float:left;
+margin-left:8em;
+}
+
+.intabletext {
+font-family: Arial, Helvetica, sans-serif;
+font-size:14px;
+color: #666666;
+text-decoration:none;
+}
+#newico {
+height:30px;
+width:41px;
+background-image:url(../images/new.gif);
+background-repeat:no-repeat;
+margin-left:auto;
+margin-right:auto;
+}
+#changedimg {
+height:30px;
+width:41px;
+margin-left:auto;
+margin-right:auto;
+background-image: url(../images/changed.gif);
+background-repeat:no-repeat;
+
+}
+
a{
font-family: Arial, Helvetica, sans-serif;