页面显示默认边框取消
This commit is contained in:
parent
c046ad011c
commit
00b38dc792
|
@ -4,7 +4,7 @@
|
||||||
<% delete_allowed = User.current.allowed_to?(:manage_files, @project) %>
|
<% delete_allowed = User.current.allowed_to?(:manage_files, @project) %>
|
||||||
<% edit_allowed = User.current.allowed_to?(:manage_files, @project) %>
|
<% edit_allowed = User.current.allowed_to?(:manage_files, @project) %>
|
||||||
<div class="autoscroll">
|
<div class="autoscroll">
|
||||||
<table class="list files" id="ver-zebra" style="width: 100%; table-layout: fixed">
|
<table class="list files" id="ver-zebra" style=" table-layout: fixed">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="vzebra-odd"/>
|
<col class="vzebra-odd"/>
|
||||||
<col class="vzebra-even"/>
|
<col class="vzebra-even"/>
|
||||||
|
|
Loading…
Reference in New Issue