summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-08-04 15:40:11 +0300
committermakkalot <makkalot@gmail.com>2008-08-04 15:40:11 +0300
commit97a39198b878572577c27ad462271c525b6e708c (patch)
tree24aa3231eb941851a7b0732d5c6d5940a08f97cd /funcweb
parent343abee496285a0067a2cdd34471324d3b945ca3 (diff)
downloadfunc-97a39198b878572577c27ad462271c525b6e708c.tar.gz
func-97a39198b878572577c27ad462271c525b6e708c.tar.xz
func-97a39198b878572577c27ad462271c525b6e708c.zip
look and feel fixes
Diffstat (limited to 'funcweb')
-rwxr-xr-x[-rw-r--r--]funcweb/funcweb/static/css/groupscss.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/funcweb/funcweb/static/css/groupscss.css b/funcweb/funcweb/static/css/groupscss.css
index 84e171c..6ca2893 100644..100755
--- a/funcweb/funcweb/static/css/groupscss.css
+++ b/funcweb/funcweb/static/css/groupscss.css
@@ -125,8 +125,8 @@ max-height: 400px;
width: 40%;
padding:10px;
float:left;
-margin-left:30px;
-margin-right:30px;
+margin-left:35px;
+margin-right:35px;
}
#groupbox {
background-color:#F1F5F6;
@@ -175,4 +175,11 @@ font-family: Arial, Helvetica, sans-serif;
font-size:18px;
color: #5499d4;
text-decoration:none;
-} \ No newline at end of file
+}
+
+#minion_glob_box {
+padding-right:175px;
+width: 80%;
+height: 50px;
+float:right;
+}