From 713e08cf9751874d1cead35f162dc57f53b10c42 Mon Sep 17 00:00:00 2001 From: Dongsheng Cai Date: Tue, 25 May 2010 06:28:42 +0000 Subject: [PATCH] MDL-16597, moved menu button, credits to martin's menu icon --- lib/form/filemanager.js | 2 +- pix/i/menu.gif | Bin 0 -> 116 bytes theme/base/style/core.css | 5 +---- 3 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 pix/i/menu.gif diff --git a/lib/form/filemanager.js b/lib/form/filemanager.js index c7f46e03bf7..3f83c9fa307 100644 --- a/lib/form/filemanager.js +++ b/lib/form/filemanager.js @@ -393,7 +393,7 @@ M.form_filemanager.init = function(Y, options) { var fullname = list[i].fullname; html = html.replace('___fullname___', ' ' + fullname + ''); - html = html.replace('___action___', '▶'); + html = html.replace('___action___', '▶'); html = '
  • '+html+'
  • '; listhtml += html; } diff --git a/pix/i/menu.gif b/pix/i/menu.gif new file mode 100644 index 0000000000000000000000000000000000000000..cd254e533f90856d4e5f8a3de4c8d6b641d26f94 GIT binary patch literal 116 zcmZ?wbhEHb6krfwSi}GV|NsBr^z;9P3m1};lYwlo7=z+Z7DfgJRt6mq7o?Vf*)n3+ zoqqlR_k1|5r}vDlSoC;h;rkr{-09q14MvJ*+XD62 MF09xxfq}sq0B9#G7XSbN literal 0 HcmV?d00001 diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 12c527ace26..97c5bb55230 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -504,14 +504,11 @@ body.tag .managelink {padding: 5px;} .filemanager-container {padding: 5px;margin: 6px 0;background: #E9F4FF;border: #AACCEE 1px solid} .filemanager-container ul{margin:0;padding:0;} .filemanager-container ul li{white-space:nowrap;list-style-type:none;} -.filemanager-container ul li a{margin:1px;} -.filemanager-container ul li div.fm-file-name a:hover {margin:0;border: 1px solid #CCC; background: grey; color: white;} +.filemanager-container ul li a{padding:0} .filemanager-loading{display:none} .jsenabled .filemanager-loading{display:block} #fm-move-div {margin: 6px;} #fm-move-div strong{color:red;} -.fm-file-menu {width:18px;height:18px;} -.fm-file-name {} .fm-file-entry{border: 1px solid red;} .fm-operation {font-weight: bold;}