member
This commit is contained in:
parent
83056fd0f5
commit
51e9cd8d78
|
|
@ -1950,8 +1950,6 @@
|
|||
$('.box-social-share').before($('.sitemenu-wrap3'));
|
||||
$('.box-social-share').before($('.sitemenu-wrap3'));
|
||||
$('.box-social-share').before($('.sitemenu-wrap3'));
|
||||
// $(".member-data2-tr").before($(".show-member .table-striped > tbody > tr:nth-of-type(4)"));
|
||||
$(".nav-pills").before($(".show-member .table-striped > tbody > tr:last-child"));
|
||||
|
||||
//檔案室手風琴
|
||||
$('.panel-title>.collapsed').click(function(){
|
||||
|
|
|
|||
|
|
@ -107,10 +107,16 @@ a:focus {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.w-annc,.i-video_data,.w-video_data,.w-ba-banner,.widget-link,.i-member-pic-wrap,.i-annc__img-wrap{
|
||||
img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.admin-edit {
|
||||
|
|
@ -200,11 +206,6 @@ a.btn-primary {
|
|||
}
|
||||
}
|
||||
}
|
||||
img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
// Take care of exceeding content
|
||||
// body[data-module="page_content"],
|
||||
// body[data-module="announcement"] {
|
||||
|
|
|
|||
|
|
@ -604,6 +604,9 @@ tr.i-member-tr-head {
|
|||
|
||||
.member-plugins {
|
||||
margin: 0;
|
||||
li{
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue