+ adjust display in index of my module.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-02-22 07:43:57 +00:00
parent 47799cb9d2
commit 6c4feb2656
6 changed files with 7 additions and 5 deletions
+2
View File
@@ -0,0 +1,2 @@
.linkbox1{height:180px; overflow-y:auto}
.linkbox2{height:225px; overflow-y:auto}
+1 -1
View File
@@ -1,4 +1,4 @@
<div class='block'>
<div class='block linkbox2'>
<table class='table-1 fixed colored'>
<caption>
<div class='f-left'> <?php echo $lang->my->bug;?></div>
+1 -1
View File
@@ -1,4 +1,4 @@
<div class='block' id='productbox' style="height:180px; overflow-y:auto">
<div class='block linkbox1' id='productbox'>
<?php if(empty($productStats)):?>
<table class='table-1 a-center' height='145px'>
<caption><?php echo $lang->my->home->products;?></caption>
+1 -1
View File
@@ -1,4 +1,4 @@
<div class='block' id='projectbox' style="height:180px; overflow-y:auto">
<div class='block linkbox1' id='projectbox'>
<?php if(count($projectStats) == 0):?>
<table class='table-1 a-center' height='145px'>
<caption><?php echo $lang->my->home->projects;?></caption>
+1 -1
View File
@@ -1,4 +1,4 @@
<div class='block'>
<div class='block linkbox2'>
<table class='table-1 fixed colored'>
<caption>
<div class='f-left'><?php echo $lang->my->task;?></div>
+1 -1
View File
@@ -1,4 +1,4 @@
<div class='block'>
<div class='block linkbox2'>
<table class='table-1 fixed colored'>
<caption>
<div class='f-left'><?php echo $lang->my->todo;?></div>