You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
883 B
Plaintext
48 lines
883 B
Plaintext
.dialog-content {
|
|
overflow: auto;
|
|
}
|
|
.dialog-toolbar {
|
|
position: relative;
|
|
padding: 2px 5px;
|
|
}
|
|
.dialog-tool-separator {
|
|
float: left;
|
|
height: 24px;
|
|
border-left: 1px solid #ddd;
|
|
border-right: 1px solid #fff;
|
|
margin: 2px 1px;
|
|
}
|
|
.dialog-button {
|
|
position: relative;
|
|
top: -1px;
|
|
padding: 5px;
|
|
text-align: right;
|
|
}
|
|
.dialog-button .l-btn {
|
|
margin-left: 5px;
|
|
}
|
|
.dialog-toolbar,
|
|
.dialog-button {
|
|
background: #fafafa;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
}
|
|
.dialog-toolbar {
|
|
border-color: #ddd #ddd #eee #ddd;
|
|
}
|
|
.dialog-button {
|
|
border-color: #eee #ddd #ddd #ddd;
|
|
}
|
|
.window-thinborder .dialog-toolbar {
|
|
border-left: transparent;
|
|
border-right: transparent;
|
|
border-top-color: #fafafa;
|
|
}
|
|
.window-thinborder .dialog-button {
|
|
top: 0px;
|
|
padding: 5px 8px 8px 8px;
|
|
border-left: transparent;
|
|
border-right: transparent;
|
|
border-bottom: transparent;
|
|
}
|