57 lines
845 B
CSS
57 lines
845 B
CSS
#dialogAboutDialog .dialog-main {
|
|
background-color: #FFF;
|
|
}
|
|
|
|
#dialogAbout {
|
|
margin: 35px 100px 0 100px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
#dialogAbout a {
|
|
color: #4183c4;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#dialogAbout a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#dialogAbout label {
|
|
color: #666;
|
|
}
|
|
|
|
#dialogAbout img {
|
|
width: 100px;
|
|
float: left;
|
|
margin-right: 60px;
|
|
}
|
|
|
|
#dialogAbout .space {
|
|
margin-bottom: 6px;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
padding-bottom: 6px;
|
|
|
|
}
|
|
|
|
#dialogAbout .thx {
|
|
border-left: 1px solid #f1f1f1;
|
|
padding-left: 24px;
|
|
}
|
|
|
|
#dialogAbout .thx,
|
|
#dialogAbout .thx ul {
|
|
margin-left: 50px;
|
|
}
|
|
|
|
#dialogAbout .thx a {
|
|
width: 100px;
|
|
display: inline-block;
|
|
}
|
|
|
|
#dialogAbout .license {
|
|
color: #999;
|
|
font-size: 12px;
|
|
line-height: normal;
|
|
height: 85px;
|
|
overflow: auto;
|
|
} |