26 lines
466 B
CSS
26 lines
466 B
CSS
dl.modules dt {
|
|
font-weight: bold;
|
|
font-size: 1.1em;
|
|
margin: 1em 0 0 0;
|
|
}
|
|
dl.modules dd {
|
|
margin: 0 0 1.5em 0;
|
|
}
|
|
div.ie-progress {
|
|
background: #eee;
|
|
margin: 1em 0;
|
|
}
|
|
div.ie-progress div {
|
|
height: 10px;
|
|
width: 0;
|
|
font-size: 0.8em;
|
|
line-height: 1em;
|
|
height: 1em;
|
|
padding: 2px 0;
|
|
text-align: right;
|
|
background: green url(index.php?pf=importExport/progress.png) repeat-x top left;
|
|
color: white;
|
|
font-weight: bold;
|
|
border-radius: 2px;
|
|
}
|