summaryrefslogtreecommitdiff
path: root/modules/organize/css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-08-29 10:00:47 -0700
committerBharat Mediratta <bharat@menalto.com>2009-08-29 10:00:47 -0700
commitf257cd3d69a771ce245c432e37c9f9e7e53ad03d (patch)
treed095e4dff2b8f9853c01463276223cbdcce40ba2 /modules/organize/css
parentacce8cbafd1987c72b8e3c7be54e91473ab2a525 (diff)
Major refactor of organize:
* Clean up naming conventions for variables in the controller so that we specifically refer to albums with $album_id, etc. * Move complexity for drawing tree out of the controller and into the view. * Simplify task definitions to get rid of extraneous text * Change __PLACEHOLDERS__ to clearly define which is the album and which is the item that we're moving before/after * Remove as many CSS ids as we can from the tree view to keep things simple
Diffstat (limited to 'modules/organize/css')
-rw-r--r--modules/organize/css/organize.css17
1 files changed, 5 insertions, 12 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css
index 52de87fc..85168810 100644
--- a/modules/organize/css/organize.css
+++ b/modules/organize/css/organize.css
@@ -51,30 +51,23 @@
padding-left: 1.2em;
}
-.gBranchText:hover {
+.gAlbumText:hover {
border: 1px dashed #999;
+ padding: 1px;
}
-.gBranchEmpty {
- visibility: hidden;
-}
-
-.gBranchSelected {
+#gOrganizeAlbumTree .selected {
background-color: #cfdeff !important;
border-bottom: 1px solid #999 !important;
display: block;
padding: .3em 0;
}
-.gBranchCollapsed {
- display: none;
-}
-
-.gOrganizeBranch span {
+.gOrganizeAlbum span {
cursor: pointer;
}
-.gBranchText {
+.gAlbumText {
cursor: pointer;
width: auto;
}