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.
24 lines
399 B
Plaintext
24 lines
399 B
Plaintext
11 months ago
|
.dialog-content{
|
||
|
overflow:auto;
|
||
|
}
|
||
|
.dialog-toolbar{
|
||
|
background:#fafafa;
|
||
|
padding:2px 5px;
|
||
|
border-bottom:1px solid #eee;
|
||
|
}
|
||
|
.dialog-tool-separator{
|
||
|
float:left;
|
||
|
height:24px;
|
||
|
border-left:1px solid #ccc;
|
||
|
border-right:1px solid #fff;
|
||
|
margin:2px 1px;
|
||
|
}
|
||
|
.dialog-button{
|
||
|
border-top:1px solid #eee;
|
||
|
background:#fafafa;
|
||
|
padding:5px 5px;
|
||
|
text-align:right;
|
||
|
}
|
||
|
.dialog-button .l-btn{
|
||
|
margin-left:5px;
|
||
|
}
|