From 3f6f0077a3e0ffd937316e1d5ee3a4a452185819 Mon Sep 17 00:00:00 2001 From: makkalot Date: Tue, 22 Jul 2008 23:18:50 +0300 Subject: adding new template for displaying the async results --- funcweb/funcweb/static/css/style.css | 129 ++++++++++++++++++++++++++++++++++- 1 file changed, 127 insertions(+), 2 deletions(-) (limited to 'funcweb/funcweb/static') 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; -- cgit