Changeset 1327941
- Timestamp:
- 01/14/2016 12:10:55 AM (10 years ago)
- Location:
- gmace/trunk/assets
- Files:
-
- 2 edited
-
css/style.css (modified) (1 diff)
-
js/scripts.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gmace/trunk/assets/css/style.css
r1327921 r1327941 354 354 #property_menu > span { 355 355 background: whitesmoke; 356 position: absolute; 357 left: 0; right: 0; top: 0; 356 border: 1px solid rgb(224, 214, 214); 357 position: absolute; 358 left: -1px; 359 right: -1px; 360 bottom: calc(100% - 35px); 358 361 padding: 10px; 359 362 font-weight: bold; -
gmace/trunk/assets/js/scripts.js
r1327921 r1327941 271 271 $("p.tab_editor.select").removeClass("select"); 272 272 273 directory = directory || "/ www/index.php";273 directory = directory || "/index.php"; 274 274 var nameFile = directory.split("/"); 275 275 nameFile = nameFile[nameFile.length - 1]; … … 331 331 $("#gm_editors div#gmace-editor-"+$(this).data("index")).remove(); 332 332 $(this).remove(); 333 } 334 335 $("#gm_slider .hide-files > div").width($("p.tab_editor").width() * $("p.tab_editor").length); 336 337 if($("#gm_slider .hide-files > div").width() <= $("#gm_slider .hide-files").width()) 338 { 339 $("#gm_slider .hide-files > div").css("left", 0); 333 340 } 334 341 … … 391 398 392 399 $("#gm_editors div#gmace-editor-"+icount).data("editor", editor_n); 393 $("# filedit #text_file #gm_slider .hide-files > div").width($("p.tab_editor").width() * $("p.tab_editor").length);400 $("#gm_slider .hide-files > div").width($("p.tab_editor").width() * $("p.tab_editor").length); 394 401 readFromFile(editor_n); 395 402 }
Note: See TracChangeset
for help on using the changeset viewer.