Plugin Directory

Changeset 1327941


Ignore:
Timestamp:
01/14/2016 12:10:55 AM (10 years ago)
Author:
GMDragonX
Message:

Finish fixed bug on really server and update last version 1.4.1

Location:
gmace/trunk/assets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gmace/trunk/assets/css/style.css

    r1327921 r1327941  
    354354#property_menu > span {
    355355    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);
    358361    padding: 10px;
    359362    font-weight: bold;
  • gmace/trunk/assets/js/scripts.js

    r1327921 r1327941  
    271271            $("p.tab_editor.select").removeClass("select");
    272272           
    273             directory = directory || "/www/index.php";
     273            directory = directory || "/index.php";
    274274            var nameFile = directory.split("/");
    275275                nameFile = nameFile[nameFile.length - 1];
     
    331331                            $("#gm_editors div#gmace-editor-"+$(this).data("index")).remove();
    332332                            $(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);
    333340                        }
    334341                       
     
    391398           
    392399            $("#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);
    394401            readFromFile(editor_n);
    395402        }
Note: See TracChangeset for help on using the changeset viewer.