summaryrefslogtreecommitdiff
path: root/modules/rearrange/css
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-12-02 21:25:15 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-12-02 21:25:15 +0000
commit3953dde2c698d89810661435b2602fbdb55c322e (patch)
tree37da3672e8d84d26b90a913a4c5ef0c7a3053829 /modules/rearrange/css
parentea11562e3270764a1083b0b7e236be5331626504 (diff)
The rearrange module will now add an album if you drag the "new album" onto the album tree. I haven't had a chance to figure out why the form does get any styling or why a textarea is no included as a list item.
Diffstat (limited to 'modules/rearrange/css')
-rw-r--r--modules/rearrange/css/rearrange.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/rearrange/css/rearrange.css b/modules/rearrange/css/rearrange.css
index 216841ea..65fff8b0 100644
--- a/modules/rearrange/css/rearrange.css
+++ b/modules/rearrange/css/rearrange.css
@@ -12,6 +12,26 @@
cursor: pointer;
}
+#gAddAlbumPopup {
+ display: none;
+ position: absolute;
+ border: 1px solid #6fa5fd;
+ z-index: 2;
+ background: #ffffff;
+}
+
+#gAddAlbumPopupClose {
+ font-size:14px;
+ line-height:14px;
+ right:6px;
+ top:4px;
+ position:absolute;
+ color:#6fa5fd;
+ font-weight:700;
+ display:block;
+ cursor: pointer;
+}
+
#gDeleteItem {
background-image: url(../images/bin_closed.png);
background-repeat: no-repeat;