Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 10, 2017
1 parent cb03b2f commit a029b16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/core/class/html.formfile.class.php
Expand Up @@ -1128,7 +1128,7 @@ function list_of_documents($filearray,$object,$modulepart,$param='',$forcedownlo
{
// Delete or view link
// ($param must start with &)
print '<td class="valignmiddle right"><!-- action on files -->';
print '<td class="valignmiddle right actionbuttons"><!-- action on files -->';
if ($useinecm == 1)
{
print '<a href="'.DOL_URL_ROOT.'/ecm/docfile.php?urlfile='.urlencode($file['name']).$param.'" class="editfilelink" rel="'.urlencode($file['name']).'">'.img_view('default', 0, 'class="paddingrightonly"').'</a>';
Expand Down
3 changes: 3 additions & 0 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -398,6 +398,9 @@
td.onholidayallday {
background-color: #f4eede;
}
td.actionbuttons a {
padding-left: 6px;
}
select.flat, form.flat select {
font-weight: normal;
}
Expand Down
4 changes: 3 additions & 1 deletion htdocs/theme/md/style.css.php
Expand Up @@ -405,7 +405,9 @@
td.onholidayallday {
background-color: #f4eede;
}

td.actionbuttons a {
padding-left: 6px;
}
select.flat, form.flat select {
font-weight: normal;
}
Expand Down

0 comments on commit a029b16

Please sign in to comment.