(refs #423)Change blob view's table-layout property.

This commit is contained in:
jparound30
2014-07-29 00:22:22 +09:00
parent 723de9e81e
commit 3bef71f5f2
2 changed files with 5 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
} }
</div> </div>
<table class="table table-bordered"> <table class="table table-bordered blobview">
<tr> <tr>
<th style="font-weight: normal;"> <th style="font-weight: normal;">
<div class="pull-left"> <div class="pull-left">

View File

@@ -510,6 +510,10 @@ a.header-link:hover {
text-decoration: none; text-decoration: none;
} }
table.blobview {
table-layout: fixed;
}
table.table-file-list { table.table-file-list {
margin-bottom: 0px; margin-bottom: 0px;
border: 1px solid #ddd; border: 1px solid #ddd;