Browse Source

dialog ok-cancel/close css fix

tags/0.1.7^0
Robin Thoni 9 years ago
parent
commit
9c4c3937ed
3 changed files with 4 additions and 4 deletions
  1. 1
    1
      dist/luticate-utils.min.js
  2. 1
    1
      src/directives/dialogclose.js
  3. 2
    2
      src/directives/dialogokcancel.js

+ 1
- 1
dist/luticate-utils.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
src/directives/dialogclose.js View File

28
     $templateCache.put("/luticateUtils/dialogclose-directive.html", '<div class="popin modal-content" xmlns="http://www.w3.org/1999/html">' +
28
     $templateCache.put("/luticateUtils/dialogclose-directive.html", '<div class="popin modal-content" xmlns="http://www.w3.org/1999/html">' +
29
         '<div class="modal-header">{{ title }}</div>' +
29
         '<div class="modal-header">{{ title }}</div>' +
30
         '<div class="modal-body" lu-busy="modal">' +
30
         '<div class="modal-body" lu-busy="modal">' +
31
-        '    <div class="form-group">' +
31
+        '    <div class="form-group form-horizontal">' +
32
         '    <ng-transclude></ng-transclude>' +
32
         '    <ng-transclude></ng-transclude>' +
33
         '    </div>' +
33
         '    </div>' +
34
         '    <div class="clearfix"></div>' +
34
         '    <div class="clearfix"></div>' +

+ 2
- 2
src/directives/dialogokcancel.js View File

70
     angular.module("luticateUtils").run(["$templateCache", function($templateCache)
70
     angular.module("luticateUtils").run(["$templateCache", function($templateCache)
71
     {
71
     {
72
         $templateCache.put("/luticateUtils/dialogokcancel-directive.html", '<div class="popin modal-content" xmlns="http://www.w3.org/1999/html">' +
72
         $templateCache.put("/luticateUtils/dialogokcancel-directive.html", '<div class="popin modal-content" xmlns="http://www.w3.org/1999/html">' +
73
-    '<form name="form" class="form-horizontal" ng-submit="__submit()">' +
73
+    '<form name="form" ng-submit="__submit()">' +
74
     '<div class="modal-header">{{ title }}</div>' +
74
     '<div class="modal-header">{{ title }}</div>' +
75
     '<div class="modal-body" lu-busy="modal">' +
75
     '<div class="modal-body" lu-busy="modal">' +
76
-    '    <div class="form-group">' +
76
+    '    <div class="form-group form-horizontal">' +
77
     '    <ng-transclude></ng-transclude>' +
77
     '    <ng-transclude></ng-transclude>' +
78
     '    </div>' +
78
     '    </div>' +
79
     '    <div class="clearfix"></div>' +
79
     '    <div class="clearfix"></div>' +

Loading…
Cancel
Save