theme; split by files

This commit is contained in:
lealife
2015-11-28 15:36:12 +08:00
parent 86ca1efd11
commit cb433d9392
19 changed files with 655 additions and 1129 deletions

View File

@ -54,21 +54,6 @@
color: #ddd;
}
// 内容table
.mce-item-table tr {
background-color: none;
border-top: 1px solid #ccc;
}
.mce-item-table tr:nth-child(2n) {
background-color: rgb(247, 247, 249);
}
.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
border: 1px solid #ddd;
border-collapse: collapse;
padding: 5px;
vertical-align: middle;
}
#moreBtn {
dispaly: block; position: absolute;