diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-11-14 14:28:04 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-14 14:28:04 -0800 |
commit | 9fd6a6f9058a89e60f83c6f2e89ae9e994c9e53a (patch) | |
tree | 4b950e5ebe56a86554d3ea1d64a7b9d3be0ffc00 /modules/user/css | |
parent | 081ce9f6ca07b834fd31d3d340990504dd68f821 (diff) | |
parent | 766d49c4614dfcde84ec75e5296635c5fc9d7a67 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/user/css')
-rw-r--r-- | modules/user/css/progressImg1.png | bin | 390 -> 0 bytes | |||
-rw-r--r-- | modules/user/css/user.css | 11 |
2 files changed, 7 insertions, 4 deletions
diff --git a/modules/user/css/progressImg1.png b/modules/user/css/progressImg1.png Binary files differdeleted file mode 100644 index a9093647..00000000 --- a/modules/user/css/progressImg1.png +++ /dev/null diff --git a/modules/user/css/user.css b/modules/user/css/user.css index 67d4f196..77e0b44b 100644 --- a/modules/user/css/user.css +++ b/modules/user/css/user.css @@ -12,12 +12,11 @@ } li.g-group { - float: left; display: block; - width: 200px; border: 1px solid gray; - padding: 0; margin: 0 1em 1em 0; + padding: 0; + width: 200px; } li.g-group h4 { @@ -55,8 +54,12 @@ li.g-default-group h4, li.g-default-group .g-user { color: gray; } +.g-group.ui-droppable { + padding: 0 !important; +} + .g-password-strength0 { - background: url(progressImg1.png) no-repeat 0 0; + background: url(../images/progressImg1.png) no-repeat 0 0; width: 138px; height: 7px; } |