mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-22 12:29:11 -04:00
Implementation of local import module. Still need work on better
status messages.
This commit is contained in:
29
modules/local_import/css/admin.css
Normal file
29
modules/local_import/css/admin.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user