Subversion Repositories wimsdev

Rev

Rev 4806 | Rev 5302 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4806 Rev 5301
Line 28... Line 28...
28
         h=`identify -format \%h $j/home.$a`;
28
         h=`identify -format \%h $j/home.$a`;
29
	 fi;
29
	 fi;
30
	done;
30
	done;
31
	w=`expr $w + 4`
31
	w=`expr $w + 4`
32
	h=`expr $h + 0`
32
	h=`expr $h + 0`
33
	echo "#wimsmenumodubox .wimsmenu .menuitem a, .menuitem a, .topmenuitem a{
33
	echo "#wimsmenumodubox .wimsmenu .menuitem a, .menuitem a, .topmenuitem a, .icon_button{
34
	background-repeat:no-repeat;
34
	background-repeat:no-repeat;
35
	background-position:0% 50%;
35
	background-position:0% 50%;
36
	min-height:"$h"px;
36
	min-height:"$h"px;
37
	line-height:"$h"px;
37
	line-height:"$h"px;
38
	padding-left:"$w"px;
38
	padding-left:"$w"px;
-
 
39
	display:inline-block;
39
}
40
}
40
#wimsmenubox .menuitem {background-image:none;}
41
#wimsmenubox .menuitem {background-image:none;}
41
" > icon.css
42
" > icon.css
42
	for a in $type_list ; do 
43
	for a in $type_list ; do 
43
	  for i in `ls $j/*.$a 2>/dev/null` ; do 
44
	  for i in `ls $j/*.$a 2>/dev/null` ; do