summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-13 10:59:14 +0300
committermakkalot <makkalot@gmail.com>2008-07-13 10:59:14 +0300
commit4be3bc47dca6422868c7fdf276a7af44cd3fc0fd (patch)
treed9b27a4f0299361f4cdd4dd2014207497566ff39 /funcweb
parent330d618de5a39746b3a37e504653ffaf16a2f9da (diff)
downloadfunc-4be3bc47dca6422868c7fdf276a7af44cd3fc0fd.tar.gz
func-4be3bc47dca6422868c7fdf276a7af44cd3fc0fd.tar.xz
func-4be3bc47dca6422868c7fdf276a7af44cd3fc0fd.zip
some look and feel fixes in css
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/static/css/style.css63
1 files changed, 52 insertions, 11 deletions
diff --git a/funcweb/funcweb/static/css/style.css b/funcweb/funcweb/static/css/style.css
index 1a9b8b9..1c626fb 100644
--- a/funcweb/funcweb/static/css/style.css
+++ b/funcweb/funcweb/static/css/style.css
@@ -63,12 +63,28 @@ margin-right:30px;
}
#minions {
background-color:#f1f5f6;
+max-height: 20px;
+min-width: 120px;
+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;
+}
+
+.minions {
+background-color:#f1f5f6;
height:20px;
-width:120px;
-margin-left:auto;
-margin-right:auto;
+min-width:200px;
padding:10px;
border: 2px solid #dddddd;
+margin-left:auto;
+margin-right:auto;
}
.graytexts {
@@ -297,13 +313,8 @@ width:850px;
max-height:250px;
margin-left:auto;
margin-right:auto;
-font-family: Arial, Helvetica, sans-serif;
-font-size:16px;
-font-weight:bold;
-color: #666666;
-
}
-#emptydiv {
+#globalerror {
float:right;
height:20px;
margin-top:5px;
@@ -319,9 +330,9 @@ color: #990000;
font-weight:bold;
text-decoration:none;
border: 1px dashed #dddddd;
-padding:5px;
+padding:1px;
}
-#emptybigdiv {
+#globalerrorbig {
float:right;
max-height:150px;
width:930px;
@@ -330,6 +341,36 @@ margin-right:8em;
}
+#runmethodbutton{
+height:50px;
+width:300px;
+float:left;
+margin-left:4em;
+}
+
+#runmethoddiv{
+height:55px;
+width:320px;
+float:left;
+margin-left:3em;
+}
+
+
+.runmethoddiv {
+height:25px;
+width:113px;;
+background-image: url(../images/button2.jpg);
+background-repeat:no-repeat;
+border: 0px;
+}
+.runmethoddiv:hover{
+height:25px;
+width:113px;;
+background-image: url(../images/button2_hover.jpg);
+background-repeat:no-repeat;
+border: 0px;
+}
+
a{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;