* ajust style of "my/index".

This commit is contained in:
Catouse
2013-09-27 10:22:33 +08:00
parent cce52d785e
commit 32604b8125
3 changed files with 8 additions and 7 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
.block {border:1px solid #efefef; height:225px;}
.dynamic{border:1px solid #efefef;}
.linkbox1{height:180px; overflow-y:auto}
.dynamic{border:1px solid #efefef;height: 434px;overflow: hidden;}
.dynamic td{padding: 5px 5px;}
.linkbox1{height:205px; overflow-y:auto}
.linkbox2{height:225px; overflow-y:auto}
#projectbox{margin-bottom: 23px;}
#row1{margin-bottom:20px}
#row2{margin-bottom:10px}
+1 -1
View File
@@ -17,7 +17,7 @@
<table class='cont' id='row1'>
<tr valign='top'>
<td width='66%' style='padding-right:20px'>
<?php include './blockprojects.html.php';?> <br />
<?php include './blockprojects.html.php';?>
<?php include './blockproducts.html.php';?>
</td>
<td width='33%'><?php if(common::hasPriv('company', 'dynamic')) include './blockdynamic.html.php';?></td>
+3 -4
View File
@@ -151,7 +151,8 @@ input[type="datetime"][readonly],input[type="datetime-local"][readonly],input[ty
input[type="month"][readonly],input[type="time"][readonly],input[type="week"][readonly],
input[type="number"][readonly],input[type="email"][readonly],input[type="url"][readonly],
input[type="search"][readonly],input[type="tel"][readonly],input[type="color"][readonly]{cursor: not-allowed;background-color: #e9e9e9;}
select[multiple]{height: auto}
select[multiple]{height: auto;}
/*-----------------------LAYOUT SETTING ----------------------------*/
#wrap{ padding:0 19px 20px 19px; background:#e5e5e5;}
#wrap .outer {text-align:left; padding:20px;background:#fff;border:1px solid #cfcfcf;-webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.10);box-shadow: 0 0px 6px rgba(0, 0, 0, 0.10);}
@@ -228,6 +229,7 @@ select[multiple]{height: auto}
.select-1 {width: 90%}
.select-2 {width: 125px}
.select-3 {width: 245px}
select.select-3{width: 255px;}
.select-4 {width: 360px}
.select-5 {width: 480px}
@@ -237,9 +239,6 @@ select[multiple]{height: auto}
.area-4{width: 360px}
.area-5{width: 480px}
.text-1, .text-2, .text-3, .text-4, .text-5 {padding:3px 0}
.select-1, .select-2, .select-3, .select-4, .select-5 {padding:3px 0}
.text-1, .text-2, .text-3, .text-4, .text-5,
.select-1, .select-2, .select-3, .select-4, .select-5,
.area-1, .area-2, .area-3, .area-4, .area-5,