Procházet zdrojové kódy

dialog ok-cancel/close css fix

tags/0.1.7^0
Robin Thoni před 8 roky
rodič
revize
9c4c3937ed

+ 1
- 1
dist/luticate-utils.min.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
src/directives/dialogclose.js Zobrazit soubor

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 Zobrazit soubor

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>' +

Načítá se…
Zrušit
Uložit