修改表单多片段信息的样式
This commit is contained in:
@@ -5243,8 +5243,11 @@ Form Layouts
|
||||
.portlet-form .form-section,
|
||||
.form .form-section {
|
||||
margin: 12px 0px 14px 0px;
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 1px solid #e7ecf1; }
|
||||
padding: 5px;
|
||||
border: solid #e7ecf1;
|
||||
border-width: 1px 1px 0 1px;
|
||||
width: 100%;
|
||||
background: #e7ecf1; }
|
||||
.form-fit .portlet-form .form-section, .form-fit
|
||||
.form .form-section {
|
||||
margin-left: 20px;
|
||||
@@ -22279,7 +22282,7 @@ Color library demo
|
||||
|
||||
|
||||
|
||||
/*锟斤拷锟斤拷锟斤拷式*/
|
||||
/*閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷峰紡*/
|
||||
|
||||
.sort-column {
|
||||
|
||||
@@ -22551,7 +22554,7 @@ transition: background-color .1s ease-in-out;
|
||||
|
||||
/* END SHOW MORE CSS**/
|
||||
|
||||
/**鐎涙劙鍘ょ純顕<EFBFBD>锟藉銆嶉崡鈩冪壉瀵拷**/
|
||||
/**閻庢稒鍔欓崢銈囩磾椤曪拷閿熻棄顦甸妴宥夊础閳╁啰澹夌<EFBFBD>顕嗘嫹**/
|
||||
.tabInfo {
|
||||
border: 1px solid #c2cad8;
|
||||
padding: 5px;
|
||||
@@ -22592,4 +22595,19 @@ span[id^='close']{
|
||||
background:url(../img/loading.gif) no-repeat center center;
|
||||
opacity:0.7;
|
||||
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
|
||||
}
|
||||
.border-top {
|
||||
border-top: 1px solid;
|
||||
padding-top:5px;
|
||||
}
|
||||
.border-top + .form-section{
|
||||
margin-top:-25px;
|
||||
width: 100%;
|
||||
background: #e7ecf1;
|
||||
border:none
|
||||
}
|
||||
.form-section + .boxSolid {
|
||||
border: 1px solid #eeeeee;
|
||||
margin-top:-14px;
|
||||
margin-bottom:10px
|
||||
}
|
||||
Reference in New Issue
Block a user