升级代码结构,采用Maven来管理jar包(13)

This commit is contained in:
季圣华
2017-02-15 23:00:28 +08:00
parent 63ca1df460
commit 9bad12b034
1042 changed files with 100419 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
.dialog-content {
overflow: auto;
}
.dialog-toolbar {
padding: 2px 5px;
}
.dialog-tool-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 2px 1px;
}
.dialog-button {
padding: 5px;
text-align: right;
}
.dialog-button .l-btn {
margin-left: 5px;
}
.dialog-toolbar,
.dialog-button {
background: #fafafa;
}
.dialog-toolbar {
border-bottom: 1px solid #ddd;
}
.dialog-button {
border-top: 1px solid #ddd;
}