thienlong095
Corporal
- Tham gia
- 25/05/2015
- Bài viết
- 172
- Được Like
- 46
như tiêu đề, cho e hỏi là trong xenforo thì muốn canh giữa table thì phải làm ntn ạ
Bài viết liên quan
Bài viết mới
mình thử thì nó dịch chuyển luôn nguyên cái thanh tiêu đề nằm trên header @@Đối với table bạn dùng css : margin: 0 auto;
Đối với text bạn dùng css : text-align: center;
/** Data tables **/
table.dataTable
{
width: 100%;
_width: 99.5%;
margin: 0;
}
.dataTable caption
{
@property "heading";
font-weight: bold;
font-size: 11pt;
color: @primaryLightest;
background-color: @primaryLightish;
padding: 5px 10px;
margin-bottom: 3px;
border-bottom: 1px solid @primaryMedium;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
@property "/heading";
}
.dataTable tr.dataRow td
{
border-bottom: 1px solid @primaryLighterStill;
padding: 5px 10px;
word-wrap: break-word;
}
.dataTable tr.dataRow td.secondary
{
background: @primaryLightest url("@imagePath/xenforo/gradients/category-23px-light.png") repeat-x top;
}
.dataTable tr.dataRow th
{
background: @secondaryLighter url("@imagePath/xenforo/gradients/category-23px-light.png") repeat-x top;
border-bottom: 1px solid @secondaryLight;
border-top: 1px solid @secondaryLighter;
color: @secondaryDarker;
font-size: 11px;
padding: 5px 10px;
}
.dataTable tr.dataRow th a
{
color: inherit;
text-decoration: underline;
}
.dataTable .dataRow .dataOptions
{
text-align: right;
white-space: nowrap;
word-wrap: normal;
padding: 0;
}
.dataTable .dataRow .important,
.dataTable .dataRow.important
{
font-weight: bold;
}
.dataTable .dataRow .dataOptions a.secondaryContent
{
display: inline-block;
border-left: 1px solid @primaryLighterStill;
border-bottom: none;
padding: 7px 10px 6px;
font-size: 11px;
}
.dataTable .dataRow .dataOptions a.secondaryContent:hover
{
background-color: @primaryLighterStill;
text-decoration: none;
}
.dataTable .dataRow .delete
{
padding: 0px;
width: 26px;
border-left: 1px solid @primaryLighterStill;
@property "secondaryContent.background";
background: @primaryLightest url('@imagePath/xenforo/gradients/category-23px-light.png') repeat-x top;
@property "/secondaryContent.background";
}
.dataTable .dataRow .delete a
{
display: block;
background: transparent url('@imagePath/xenforo/permissions/deny.png') no-repeat center center;
cursor: pointer;
padding: 5px;
width: 16px;
height: 16px;
overflow: hidden;
white-space: nowrap;
text-indent: -1000px;
}
mình gửi rùi đó bạn ơicó teamview không mình giúp cho
Sài Addon nào đây bạn ơi share được không.như tiêu đề, cho e hỏi là trong xenforo thì muốn canh giữa table thì phải làm ntn ạ
XenForo 1 | XenForo 2 |
Translate by PVS | |
Xenforo là gì? | |
Xây dựng MXH bằng Xenforo |
anhanhxf 0906081284
Inbox PVS |