Commit 4a7e9657489dc8857f57786816b43fdd516faa2c

Authored by Antonio Terceiro
1 parent 5e116483

ActionItem965: better styles

  * a more discrete delete button
  * better style for invisible block
public/designs/icons/default/cancel-HC.gif

126 Bytes | W: | H:

109 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
public/stylesheets/blocks.css
... ... @@ -9,6 +9,8 @@
9 9  
10 10 .invisible-block {
11 11 background: url(/images/hachure.png);
  12 + opacity: 0.25;
  13 + filter: alpha(opacity=25);
12 14 }
13 15  
14 16 /* ie6 hack */
... ... @@ -16,6 +18,7 @@
16 18 position: relative;
17 19 }
18 20  
  21 +
19 22 /***********************************************************
20 23 * the handles to where you can drag the blocks
21 24 ***********************************************************/
... ...