Action icons are not visible in IE #414
This commit is contained in:
parent
eca4e840e6
commit
60b2d2fe78
@ -114,9 +114,8 @@
|
||||
<% else %>
|
||||
<span class="icon"></span>
|
||||
<% end %>
|
||||
<!--<span class="icon icon-margin-left"></span>-->
|
||||
<span class="icon"></span>
|
||||
<span class="icon icon-narrow"></span>
|
||||
<span class="icon dmsf_icon-narrow"></span>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% if @file_approval_allowed %>
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
<span class="icon"></span>
|
||||
<span class="icon"></span>
|
||||
<span class="icon"></span>
|
||||
<span class="icon icon-narrow"></span>
|
||||
<span class="icon dmsf_icon-narrow"></span>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</td>
|
||||
|
||||
@ -31,9 +31,6 @@ table.entries tbody td, table.entries tbody tr:hover td {
|
||||
border-right: solid 1px #D7D7D7;
|
||||
}
|
||||
|
||||
table.entries {
|
||||
}
|
||||
|
||||
table.entries td.modified {
|
||||
min-width: 127px;
|
||||
width: 127px;
|
||||
@ -70,7 +67,9 @@ table.display tbody tr.odd {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
table.display tbody tr:hover { background-color:#ffffdd; }
|
||||
table.display tbody tr:hover {
|
||||
background-color:#ffffdd;
|
||||
}
|
||||
|
||||
form.dmfs_entries {
|
||||
margin-bottom: 10px;
|
||||
@ -126,15 +125,6 @@ td.workflow {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* DMSF entries list icons */
|
||||
|
||||
div.right_icon_box {
|
||||
float: right;
|
||||
white-space: nowrap;
|
||||
padding: 0 5px 0 5px;
|
||||
width: 96px;
|
||||
}
|
||||
|
||||
/* DMSF entries upload control */
|
||||
|
||||
.dmsf_upload textarea {
|
||||
@ -210,10 +200,6 @@ table.access-table tbody td, table.access-table tbody tr:hover td {
|
||||
margin: 5px 0px 5px 0px;
|
||||
}
|
||||
|
||||
.dmsf-customfields .customfield {
|
||||
|
||||
}
|
||||
|
||||
.dmsf-customfields .customfield label {
|
||||
font-weight: bold;
|
||||
width: 100px;
|
||||
@ -276,7 +262,7 @@ table.list td.step {
|
||||
.modal{ font-size: 12px}
|
||||
|
||||
/* Command icons */
|
||||
.icon-narrow { padding-left: 16px }
|
||||
.dmsf_icon-narrow { padding-left: 16px }
|
||||
.icon-link { background-image: url(../images/link.png); }
|
||||
.icon-notification-on { background-image: url(../images/notify.png); margin-left: 3px; }
|
||||
.icon-notification-off { background-image: url(../images/notifynot.png); margin-left: 3px; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user