Plugin Directory

Changeset 1897862


Ignore:
Timestamp:
06/23/2018 08:02:56 PM (8 years ago)
Author:
rahburma
Message:

minor UI change

Location:
code-editor-and-compiler/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code-editor-and-compiler/trunk/admin/js/editor-handler.js

    r1897852 r1897862  
    360360            var pre_id_js = pre_id + 'js';
    361361           
    362             var prefix = '<div id="' + pre_id + '"' + ' class="cdbxweb prettyprint" style="padding-top:5px;border:1px solid rgba(231, 231, 230, 1);border-radius:5px;background-color:rgba(231, 231, 230, 1);">';
     362            var prefix = '<div id="' + pre_id + '"' + ' class="cdbxweb prettyprint">';
    363363            var suffix = '</div>';
    364364           
  • code-editor-and-compiler/trunk/readme.txt

    r1897848 r1897862  
    3535
    3636== Changelog ==
     371.3.0
     38UI enhancements
     39
    37401.2.4
    3841Fixed display issue for web design code snippets.
Note: See TracChangeset for help on using the changeset viewer.