From 3953dde2c698d89810661435b2602fbdb55c322e Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 2 Dec 2008 21:25:15 +0000 Subject: 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. --- modules/rearrange/css/rearrange.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'modules/rearrange/css') 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; -- cgit v1.2.3