Fix move css style
This commit is contained in:
parent
0cff122ccd
commit
2293048fdb
@ -260,4 +260,23 @@ div.pagination li:first-child a.btnTitle{
|
|||||||
.butActionRefused, .butActionNewRefused, .btnTitle.refused {
|
.butActionRefused, .butActionNewRefused, .btnTitle.refused {
|
||||||
display: none !important;
|
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;
|
||||||
|
}
|
||||||
|
|||||||
@ -209,16 +209,3 @@ a.timeline-btn:hover
|
|||||||
margin-right: 5px;
|
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;
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user