我的issue居中显示
This commit is contained in:
parent
d65a062737
commit
8f7e6004fd
|
@ -795,7 +795,7 @@ a.sy_btn_pink{
|
|||
a:hover.sy_btn_pink{ background: #e64c4c;}
|
||||
|
||||
/* 我的缺陷列表*/
|
||||
.myissues_con{ width:968px; padding:15px; border:1px solid #ddd; background-color:#fff; color:#444; }
|
||||
.myissues_con{ width:968px; padding:15px; border:1px solid #ddd; background-color:#fff; color:#444; margin: 0 auto; }
|
||||
.myissues_head{ width: 100%; height: 40px; line-height: 40px; background: #f4f4f4; }
|
||||
.myissues_head h2{ font-size: 14px;}
|
||||
select.issues_filter_active { font-weight: bold; color: #333;}
|
||||
|
|
|
@ -832,7 +832,7 @@ a.sy_corange{ color: #ee4a1f;}
|
|||
a.sy_cblue{ color: #3b94d6;}
|
||||
|
||||
/* 我的缺陷列表*/
|
||||
.myissues_con{ width:968px; padding:15px; border:1px solid #ddd; background-color:#fff; color:#444; }
|
||||
.myissues_con{ width:968px; padding:15px; border:1px solid #ddd; background-color:#fff; color:#444;}
|
||||
.myissues_head{ width: 100%; height: 40px; line-height: 40px; background: #f4f4f4; }
|
||||
.myissues_head h2{ font-size: 14px;}
|
||||
select.issues_filter_active { font-weight: bold; color: #333;}
|
||||
|
|
Loading…
Reference in New Issue