Forráskód Böngészése

Continuando os trabalhos

Igor 5 éve
szülő
commit
185adbc71a

+ 4 - 3
build/ivprog.bundle.js

@@ -176,7 +176,7 @@ module.exports =
 /* 0 */
 /***/ (function(module, exports, __webpack_require__) {
 
-// Generated from /tmp/tmp-205156ZxvmnDALMe8/ivprog.g4 by ANTLR 4.7
+// Generated from /tmp/tmp-11007ADVk7icanN37/ivprog.g4 by ANTLR 4.7
 // jshint ignore: start
 var antlr4 = __webpack_require__(2);
 
@@ -767,7 +767,7 @@ module.exports =
 /* 0 */
 /***/ (function(module, exports, __webpack_require__) {
 
-// Generated from /tmp/tmp-20515XHxqx1bWW1Ca/ivprog.g4 by ANTLR 4.7
+// Generated from /tmp/tmp-11007xoMahm4ejc3g/ivprog.g4 by ANTLR 4.7
 // jshint ignore: start
 var antlr4 = __webpack_require__(2);
 
@@ -1421,7 +1421,7 @@ module.exports =
 /* 0 */
 /***/ (function(module, exports, __webpack_require__) {
 
-// Generated from /tmp/tmp-20515ql5l22IwasWA/ivprog.g4 by ANTLR 4.7
+// Generated from /tmp/tmp-11007TUYuCGDQUKBm/ivprog.g4 by ANTLR 4.7
 // jshint ignore: start
 var antlr4 = __webpack_require__(2);
 
@@ -22001,6 +22001,7 @@ var counter_new_parameters = 0;
 var studentTemp = null;
 var domConsole = null;
 window.studentGrade = null;
+window.LocalizedStrings = _localizedStringsService.LocalizedStrings;
 var program = new Models.Program();
 
 window.system_functions = [];

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 1 - 1
build/ivprog.bundle.js.map


+ 4 - 0
css/ivprog-visual-1.0.css

@@ -29,6 +29,7 @@ body {
 
 .main_title h2 {
 	margin: 0;
+	color: white;
 }
 .main_title span {
 	font-size: 80%;
@@ -783,4 +784,7 @@ div.function_name_div_updated:active,
 .commands_list_div.over_command_drag {
 	border: 3px dotted blue !important;
 	padding: 0.2em !important;
+}
+.ui.segment:first-child {
+	margin-top: 1em !important;
 }

+ 3 - 9
index.html

@@ -26,20 +26,14 @@
 
     <div class="ui height_100 add_accordion" id="ui_main_div">
 
-      <div class="title default_visual_title">
-        <i class="dropdown icon"></i>
-        
-      </div>
-
     <div class="content height_100">
    
-    <div class="ui container main_title only_in_frame">
+    <div class="ui raised container segment div_to_body">
+
+      <div class="ui container main_title only_in_frame">
       <h2>iVProg</h2>
-      <span class="subtext" style="display: inline;">interactive coding</span>
     </div>
 
-    <div class="ui raised container segment div_to_body">
-
       <div class="ui icon menu center aligned container" style="width: 438px; margin-top: -20px;">
         <a class="item active visual_coding_button">
           <i class="window maximize outline icon"></i>

+ 6 - 0
js/iassign-integration-functions.js

@@ -364,10 +364,16 @@ $( document ).ready(function() {
 
     if (inIframe()) {
         orderIcons();
+        orderWidth();
     }
 
 });
 
+function orderWidth() {
+    $('.ui.raised.container.segment.div_to_body').css('width', '100%');
+    $('.ui.one.column.container.segment.ivprog_visual_panel').css('width', '100%');
+}
+
 function orderIcons() {
     $('.ui.one.column.doubling.stackable.grid.container').css('display', 'none');
     $('.only_in_frame').css('display', 'block');

+ 1 - 0
js/visualUI/functions.js

@@ -23,6 +23,7 @@ var counter_new_parameters = 0;
 let studentTemp = null;
 let domConsole = null;
 window.studentGrade = null;
+window.LocalizedStrings = LocalizedStrings;
 const program = new Models.Program();
 
 window.system_functions = [];