Implementation of local import module. Still need work on better

status messages.
This commit is contained in:
Tim Almdal
2009-02-21 02:28:19 +00:00
parent af2f7f2c56
commit c2fa42cf6c
18 changed files with 706 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
#gLocalImportAdmin {
margin:auto;
text-align: left;
}
#gLocalImportAdmin form fieldset {
border: medium none;
}
#gLocalImportAdmin legend {
display: none;
}
#gLocalImportAdmin .gWarning {
background-color: #FFFF99;
}
#gAuthorizedPath {
margin: 0 !important;
padding: 0.3em 1.5em 0.3em 1em;
}
#gLocalImportAdmin #path {
width: 80%;
}
.gRemoveDir:hover {
cursor: pointer;
}