diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 16:11:28 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 16:11:28 -0700 |
commit | d47a4de029d01d1f14a1f348873c9f5614837464 (patch) | |
tree | e42b7e10c9fb014cd0176387c296189a8c2d1e65 | |
parent | 2cf52a4718299cb038912a97c81e13e9e614a7fb (diff) |
Get rid of as much jitter as possible in the organize tree.
-rw-r--r-- | modules/organize/css/organize.css | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index 4bbe4975..3a54248e 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -43,20 +43,14 @@ padding: 0 !important; } -#gOrganizeTreeContainer ul ul li { - padding-left: 1.2em; -} - -.gOrganizeAlbumText:hover { - border: 1px dashed #999; - padding: 1px; -} - #gOrganizeAlbumTree .selected { background-color: #cfdeff !important; border-bottom: 1px solid #999 !important; - display: block; - padding: .3em 0; + margin-right: 0px; +} + +#gOrganizeAlbumTree ul li { + padding-left: 1.2em; } .gOrganizeAlbum span { @@ -66,7 +60,15 @@ .gOrganizeAlbumText { cursor: pointer; width: auto; + margin: 2px 0px 1px 2px; + display: block; + padding: 0; } + +.gOrganizeAlbumText:hover { + background: #eee; +} + /******************************************************************* * Album Panel Styles */ |