diff --git a/public/stylesheets/css/project.css b/public/stylesheets/css/project.css index 8a9ef6ef0..cb8e4efaf 100644 --- a/public/stylesheets/css/project.css +++ b/public/stylesheets/css/project.css @@ -160,9 +160,9 @@ div.thumbnails div {background:#fff;display:inline-block;margin-right:2px;} .repos_files ul:hover{ background:#ffffdd;} .repos_t_c li{ text-align:center;} .pic_stats{display:block; background:url(/images/public_icon.png) 0px -548px no-repeat; width:20px; height:15px;} -.tree-age{width:15%; text-align:right;} -.tree-author{width:10%; text-align:left;} -.tree-comments{width:50%; text-align:left;} +.tree-age{width:10%; text-align:right;} +.tree-author{width:15%; text-align:left;} +.tree-comments{width:55%; text-align:left;} /* 里程碑 */ .roadmap_box{ background:#f8f8f8; width:648px; padding:10px; margin-top:5px; border:1px solid #ddd; color:#555;} @@ -368,7 +368,7 @@ div.changeset { border-bottom: 1px solid #ddd; } tr.entry { border: 1px solid #DDD; } tr.entry td { white-space: nowrap; } tr.entry td.filename { width: 30%; } -tr.entry td.filename_no_report { width: 25%; } +tr.entry td.filename_no_report { width: 20%; } tr.entry td.size { text-align: right; font-size: 90%; } tr.entry td.revision, tr.entry td.author { text-align: center; } tr.entry td.age { text-align: right; } @@ -780,7 +780,7 @@ a:hover.issues_list_title{color:#3b94d6;} /* 搜索 与课程相同 */ .hw_search_box{ position:relative; } -.hw_search_box input.hw_search-input{ width:293px; height:28px; border:none; border:1px solid #e7e7e7; background:#fff; padding-left:5px;} +.hw_search_box input.hw_search-input{ width:293px; height:28px; border:none; border:1px solid #e7e7e7; background:#fff; padding-left:5px;padding-right: 25px;} .hw_search_box a.hw_btn_search{display:block; width:20px; height:20px; background:url(/images/hw/icons_hw.png) 0 -57px no-repeat; position:absolute; right:5px; top:5px; cursor:pointer;} .hw_search_box a:hover.hw_btn_search{background:url(../images/hw/icons_hw.png) -40px -57px no-repeat;} .hw_files_icon{display:block; width:17px; height:14px; background:url(../images/hw/icons_hw.png) 0 -135px no-repeat;}