mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
30 lines
396 B
CSS
30 lines
396 B
CSS
#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;
|
|
}
|