diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 3a918c4..d108113 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -3618,7 +3618,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic for (var i = 0; i <= $rootScope.resieTextArray.length - 1; i++) { if($rootScope.resieTextArray[i].layerName == CangedTextAreaName) { - if (/(\r\n)/gm.test($rootScope.resieTextArray[i].Rect_Text) || /\s/.test($rootScope.resieTextArray[i].Rect_Text)) { + if (/(\r\n)/gm.test($rootScope.resieTextArray[i].Rect_Text) || (/\s/.test($rootScope.resieTextArray[i].Rect_Text) != true)) { textAftrResize = ($rootScope.resieTextArray[i].Rect_Text).replace(/(\r\n)/gm, ""); for (var i = 0;i <= $rootScope.textWidth.length - 1; i++) { if ($rootScope.textWidth[i].id == layer.name) { @@ -4197,7 +4197,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic var textAftrResize; for (var i = 0; i <= $rootScope.duplicateResizeTextArray.length - 1; i++) { if ($rootScope.duplicateResizeTextArray[i].layerName == CangedTextAreaName) { - if (/(\r\n)/gm.test($rootScope.duplicateResizeTextArray[i].Rect_Text) || /\s/.test($rootScope.duplicateResizeTextArray[i].Rect_Text)) { + if (/(\r\n)/gm.test($rootScope.duplicateResizeTextArray[i].Rect_Text) || (/\s/.test($rootScope.duplicateResizeTextArray[i].Rect_Text != true))) { textAftrResize = ($rootScope.duplicateResizeTextArray[i].Rect_Text).replace(/(\r\n)/gm, ""); for (var i = 0; i <= $rootScope.duplicatetextWidth.length - 1; i++) { if ($rootScope.duplicatetextWidth[i].id == layer.name) { diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-body-view-list.html b/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-body-view-list.html index 5f4ffc1..b609b3f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-body-view-list.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-body-view-list.html @@ -1,52 +1,52 @@ -
-
-
- -
-
- - - - -
-
-
- - - -
-
- -
-
-
-
-
- - - - +
+
+
+ +
+
+ + + + +
+
+
+ + + +
+
+ +
+
+
+
+
+ + + + diff --git a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css index ce32ff1..4202515 100644 --- a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css +++ b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css @@ -350,6 +350,42 @@ pointer-events: auto; background: #1c92d0; border: 1px solid #1c92d0; } + + .inner-anatomyPageUl{ + float: left; + margin: 0px 0px 10px 0px; + padding: 0; + border-bottom: 1px solid #494949; + width: 100%; + + } + .inner-anatomyPageUl li{ + list-style-type:none; + display:inline-block; + float:left; + + } + .inner-anatomyPageUl li:nth-child(2){ + margin-left:3px; + + } + .inner-anatomyPageUl li a { + color: #fff; + padding: 10px 15px; + text-decoration:none; + float:left; + border: 1px solid transparent; + border-radius: 2px 2px 0 0; + } + .inner-anatomyPageUl li.active a, .inner-anatomyPageUl li a:hover { + background: #1c92d0; + border: 1px solid #1c92d0; + + } + + + + .main { margin-left: 200px; position: relative;