diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-04 15:46:10 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-04 15:46:10 +0000 |
commit | f7d82ec52f533c620c94fe0327175747cc3d8877 (patch) | |
tree | a4fdc5d31e700036083e11f31f17c8fca6cccd60 /modules/server_add/css/admin.css | |
parent | f16224ae828e43204cf334681941c27f179e09c3 (diff) |
Rename local_import module to server_add
Diffstat (limited to 'modules/server_add/css/admin.css')
-rw-r--r-- | modules/server_add/css/admin.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/modules/server_add/css/admin.css b/modules/server_add/css/admin.css new file mode 100644 index 00000000..b700919b --- /dev/null +++ b/modules/server_add/css/admin.css @@ -0,0 +1,29 @@ +#gServerAddAdmin { + margin:auto; + text-align: left; +} + +#gServerAddAdmin form fieldset { + border: medium none; +} + +#gServerAddAdmin legend { + display: none; +} + +#gServerAddAdmin .gWarning { + background-color: #FFFF99; +} + +#gAuthorizedPath { + margin: 0 !important; + padding: 0.3em 1.5em 0.3em 1em; +} + +#gServerAdd Admin #path { + width: 80%; +} + +.gRemoveDir:hover { + cursor: pointer; +} |