summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-08-18 14:02:31 +0300
committermakkalot <makkalot@gmail.com>2008-08-18 14:02:31 +0300
commitc45ea4ab1faa6c11208656869153336e0668fa57 (patch)
tree17ab41efdc2d4fe0a98cf112782f21cb61638ac1 /funcweb
parentf41fa09968ef36d9682094a6988734de0d682388 (diff)
downloadfunc-c45ea4ab1faa6c11208656869153336e0668fa57.tar.gz
func-c45ea4ab1faa6c11208656869153336e0668fa57.tar.xz
func-c45ea4ab1faa6c11208656869153336e0668fa57.zip
some style chamges
Diffstat (limited to 'funcweb')
-rwxr-xr-xfuncweb/funcweb/static/css/groupscss.css24
-rw-r--r--funcweb/funcweb/static/css/style.css22
2 files changed, 34 insertions, 12 deletions
diff --git a/funcweb/funcweb/static/css/groupscss.css b/funcweb/funcweb/static/css/groupscss.css
index 6ca2893..404b2bd 100755
--- a/funcweb/funcweb/static/css/groupscss.css
+++ b/funcweb/funcweb/static/css/groupscss.css
@@ -67,7 +67,7 @@ float:left;
.removebtn {
height:25px;
width:25px;
-background-image:url(../images/removebtn.jpg);
+background-image: url(../images/removebtn.jpg);
background-repeat:no-repeat;
display:block;
border: 0px;
@@ -183,3 +183,25 @@ width: 80%;
height: 50px;
float:right;
}
+
+.addnewgroupbtn {
+height:25px;
+width:80px;;
+background-image: url(../images/buttonadd.jpg);
+border: 0px;
+padding-bottom:5px;
+}
+.addnewgroupbtn:link {
+height:25px;
+width:80px;;
+background-image: url(../images/buttonadd.jpg);
+border: 0px;
+padding-bottom:5px;
+}
+.addnewgroupbtn:hover {
+height:25px;
+width:80px;;
+background-image: url(../images/button_overadd.jpg);
+border: 0px;
+padding-bottom:5px;
+} \ No newline at end of file
diff --git a/funcweb/funcweb/static/css/style.css b/funcweb/funcweb/static/css/style.css
index 15745c8..e621bbf 100644
--- a/funcweb/funcweb/static/css/style.css
+++ b/funcweb/funcweb/static/css/style.css
@@ -195,7 +195,7 @@ margin-right:30px;
background-color:#f1f5f6;
overflow: auto;
height: 300px;
-width: 900px;
+width: 85%;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
@@ -355,14 +355,14 @@ margin-left:3em;
.runmethoddiv {
height:25px;
-width:113px;;
+width:113px;
background-image: url(../images/button2.jpg);
background-repeat:no-repeat;
border: 0px;
}
-.runmethoddiv:hover{
+.runmethoddiv:hover {
height:25px;
-width:113px;;
+width:113px;
background-image: url(../images/button2_hover.jpg);
background-repeat:no-repeat;
border: 0px;
@@ -384,7 +384,7 @@ margin-right:30px;
background-color:#f1f5f6;
overflow: auto;
min-height: 150px;
-width: 900px;
+width: 85%;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
@@ -500,33 +500,33 @@ text-decoration:none;
}
-table
+#inwidgetbox table
{
border-collapse: collapse;
}
-table th
+#inwidgetbox table th
{
background: #DDDDDD;
}
-table th,table td
+#inwidgetbox table th,#inwidgetbox table td
{
border: 1px solid #000000;
padding: 0.6ex;
}
-p
+#inwidgetbox p
{
margin: 1ex 5ex 1ex 0;
}
-input, textarea, select
+#inwidgetbox input, #inwidgetbox textarea, #inwidgetbox select
{
border: #AAA 1px solid;
}
-input, textarea, option
+#inwidgetbox input, #inwidgetbox textarea, #inwidgetbox option
{
padding: 2px 5px 2px 5px;
}