1#plugin_move__tree { 2 3 .tree_pages, 4 .tree_media { 5 width: 49%; 6 float: left; 7 } 8 9 .controls { 10 clear: left; 11 } 12 13 ul { 14 .moved { 15 background-color: #b1b100; 16 } 17 } 18 19} 20 21/** 22 * The progress page 23 */ 24#plugin_move__progress { 25 26 .hide { 27 display: none; 28 } 29 30 31 #plugin_move__preview { 32 span { 33 cursor: pointer; 34 color: @ini_link; 35 } 36 } 37} 38 39/** 40 * The admin form 41 */ 42.dokuwiki .plugin_move_form { 43 label.block { 44 text-align: left; 45 } 46 47 label.indent { 48 padding-left: 15px; 49 50 select, 51 input { 52 float: right; 53 } 54 } 55} 56 57 58/** 59 * Pagetool icon 60 */ 61#dokuwiki__pagetools ul li.plugin_move_page a { 62 background-position: right 0; 63} 64#dokuwiki__pagetools ul li.plugin_move_page a:before { 65 content: url(sprite.png); 66 margin-top: 0; 67} 68#dokuwiki__pagetools:hover ul li.plugin_move_page a, 69#dokuwiki__pagetools ul li.plugin_move_page a:focus, 70#dokuwiki__pagetools ul li.plugin_move_page a:active { 71 background-image: url(sprite.png); 72} 73#dokuwiki__pagetools ul li.plugin_move_page a:hover, 74#dokuwiki__pagetools ul li.plugin_move_page a:active, 75#dokuwiki__pagetools ul li.plugin_move_page a:focus { 76 background-position: right -45px; 77} 78 79/** 80 * page rename link 81 */ 82.plugin_move_page { 83 display: none; // will be shown by JavaScript 84} 85