diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-23 22:25:36 -0600 | 
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-23 22:25:36 -0600 | 
| commit | 38141865926730506f55b62a499cb548b94d4bfe (patch) | |
| tree | 0ba8c493152ba9327c4803783e867cb4a746f5f0 /modules/user/css/user.css | |
| parent | e3f90a889d5bb4cb1214445bbf5be8c9815d8733 (diff) | |
Created user.css. Moved user-related form css to the new sheet.
Diffstat (limited to 'modules/user/css/user.css')
| -rw-r--r-- | modules/user/css/user.css | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/modules/user/css/user.css b/modules/user/css/user.css new file mode 100644 index 00000000..aa21f9c3 --- /dev/null +++ b/modules/user/css/user.css @@ -0,0 +1,7 @@ +#g-login-form, +#g-add-user-form +#g-edit-user-form, +#g-delete-user-form, +#g-user-admin { +  width: 270px; +}
\ No newline at end of file | 
