Fix move css style

This commit is contained in:
John Botella 2019-10-30 17:48:52 +01:00
parent 0cff122ccd
commit 2293048fdb
2 changed files with 20 additions and 14 deletions

View File

@ -260,4 +260,23 @@ div.pagination li:first-child a.btnTitle{
.butActionRefused, .butActionNewRefused, .btnTitle.refused {
display: none !important;
}
<?php }
<?php } ?>
/*
* BTN FILE doc
*/
.btn-file{
margin-right: 5px;
border: 1px solid #ddd;
color: #333;
padding: 5px 10px;
border-radius:1em;
text-decoration: none !important;
}
.btn-file:hover{
background-color: #ddd;
border: 1px solid #ddd;
}

View File

@ -209,16 +209,3 @@ a.timeline-btn:hover
margin-right: 5px;
}
.btn-file{
margin-right: 5px;
border: 1px solid #ddd;
color: #333;
padding: 5px 10px;
border-radius:1em;
text-decoration: none !important;
}
.btn-file:hover{
background-color: #ddd;
border: 1px solid #ddd;
}