[Themes] Adjusting css. Removed these rules, since they left-align all tables in Cloudlog

这个提交包含在:
Andreas 2023-08-25 19:15:20 +02:00
父节点 bf97b7a057
当前提交 27cd9fb571
共有 4 个文件被更改,包括 0 次插入12 次删除

查看文件

@ -135,8 +135,5 @@ path.grid-worked {
float:right;
}
td { text-align: left !important; }
th { text-align: left !important; }
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}

查看文件

@ -127,8 +127,5 @@ div.alert-success a, div.alert-danger a, div.alert-danger {
float:right;
}
td { text-align: left !important; }
th { text-align: left !important; }
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}

查看文件

@ -23,8 +23,5 @@ thead>tr>td {
float:right;
}
td { text-align: left !important; }
th { text-align: left !important; }
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}

查看文件

@ -123,9 +123,6 @@ div.alert-danger {
float:right;
}
td { text-align: left !important; }
th { text-align: left !important; }
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}