Home
last modified time | relevance | path

Searched refs:list (Results 226 – 250 of 1397) sorted by path

12345678910>>...56

/template/bootstrap3/assets/iconify/plugins/
H A Dfa.css45 list-style-type: none;
H A Dfa.js92 * Filter class names list, removing any FontAwesome specific classes
95 * @param {Array|DOMTokenList} list
98 filterClasses: function(image, list) {
110 for (var i = 0; i < list.length; i++) {
111 switch (list[i]) {
133 results.push(list[i]);
169 * Add finder to list of finders
/template/bootstrap3/css/core/
H A D_admin.less7 list-style-type: none;
20 list-style-type: none;
H A D_fileuploader.css58 /* list of files to upload */
63 list-style: none;
H A D_media_fullscreen.css155 list-style: none;
178 /*____________ file list panel ____________*/
180 /* file list header */
190 list-style: none;
211 background: url('../../images/icon-list.png') 3px 1px no-repeat;
230 /* file list content */
252 /* file list as thumbs */
302 /* file list as rows */
305 list-style: none;
383 list
[all...]
H A D_media_popup.css88 list-style-type: none;
89 list-style-image: none;
133 /*____________ file list ____________*/
H A D_search.less77 list-style: none;
/template/bootstrap3/css/plugins/
H A Doverlay.less21 .list-inline {
/template/bootstrap3/css/
H A Drecent.less13 list-style: none;
H A Dtemplate.less136 /* Ordered list style */
137 ol { list-style: decimal outside; } /* Decimal: 1. 2. 3. ... */
138 ol ol { list-style-type: lower-alpha; } /* Alpha (lowercase): a. b. c. ... */
139 ol ol ol { list-style-type: upper-roman; } /* Roman (uppercase): I. II. III. ... */
140 ol ol ol ol { list-style-type: upper-alpha; } /* Alpha (uppercase): A. B. C. ... */
141 ol ol ol ol ol { list-style-type: lower-roman; } /* Roman (lowercase): i. ii. iii. ... */
472 list-style-type: none;
499 list-style-type: none;
500 list-style-image: none !important;
560 /* Fix for media list overla
[all...]
/template/bootstrap3/
H A Dscript.js252 jQuery.ui.menu.prototype.options.classes["ui-menu"] = "list-group";
255 jQuery.ui.menu.prototype.options.classes["ui-menu-item"] = "list-group-item";
281 // Unwrap unnecessary tags inside list items for Bootstrap nav component
687 dw_mediamanager.list.call(jQuery('#dw__mediasearch')[0] || this, event);
926 'ol.png': 'format-list-numbered.svg',
930 'ul.png': 'format-list-bulleted.svg',
939 for (var x in window.toolbar[i].list) {
941 window.toolbar[i].list[x].icon = '../../tpl/bootstrap3/iconify.php?icon=mdi-format-header-' + hn + '.svg';
/template/boozurk/css/
H A Dbasic.css159 list-style: disc outside;
162 list-style: decimal outside;
165 list-style-type: lower-alpha;
168 list-style-type: upper-roman;
171 list-style-type: upper-alpha;
174 list-style-type: lower-roman;
H A Dboozurk.css130 list-style: none outside none;
134 list-style: decimal inside none;
255 list-style: square outside none;
260 list-style: decimal inside none;
871 list-style: none outside none;
884 list-style: none outside none;
1113 list-style: square inside none;
1276 list-style: none outside none;
1363 list-style: none inside none;
H A Dfont-awesome.css75 list-style-type: none;
173 .nav-list > .active > a > [class^="icon-"],
174 .nav-list > .active > a > [class*=" icon-"],
390 .icon-th-list:before {
452 .icon-list-alt:before {
524 .icon-list:before {
894 .icon-list-ul:before {
897 .icon-list-ol:before {
H A Dfont-awesome.min.css24list-style-type:none;text-indent:-0.7142857142857143em;margin-left:2.142857142857143em}ul.icons-ul…
H A Dmobile.css75 list-style: none;
H A Dprint.css37 list-style: disc outside;
40 list-style: decimal outside;
43 list-style-type: lower-alpha;
46 list-style-type: upper-roman;
49 list-style-type: upper-alpha;
52 list-style-type: lower-roman;
/template/breeze/bower_components/gumby/css/
H A Dgumby.css24 ol, ul { list-style: none; }
387 .icon-list.icon-left a:before, .icon-list.icon-right a:after, i.icon-list:before { content: "\e005"…
389 .icon-list-add.icon-left a:before, .icon-list-add.icon-right a:after, i.icon-list-add:before { cont…
676 ul { list-style: none outside; }
678 ol { list-style: decimal; margin-left: 30px; }
681 ul.square { list-style: square outside; }
682 ul.circle { list-style: circle outside; }
683 ul.disc { list-style: disc outside; }
1438 form ul, form ul li { margin-left: 0; list-style-type: none; }
1582 .alert { padding: 0 10px; font-family: "Open Sans"; font-weight: 600; list-style-type: none; word-w…
/template/breeze/bower_components/gumby/js/libs/
H A Djquery-1.10.1.min.map1 …ks","firing","memory","fired","firingLength","firingIndex","firingStart","list","stack","once","fi…
H A Djquery-2.0.2.min.map1 …ks","memory","fired","firing","firingStart","firingLength","firingIndex","list","stack","once","fi…
/template/breeze/bower_components/gumby/sass/
H A D_typography.scss96 list-style: none outside;
100 list-style: decimal;
109 list-style: square outside;
112 list-style: circle outside;
115 list-style: disc outside;
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/lib/
H A Dmodular-scale.rb103 def sort_list(list) argument
104 sep = list.separator if list.is_a?(Sass::Script::List)
105 list = list.to_a.sort
106 Sass::Script::List.new(list, sep)
108 def reverse_list(list) argument
109 sep = list.separator if list.is_a?(Sass::Script::List)
110 list = list.to_a.reverse
115 sep = list.separator if list.is_a?(Sass::Script::List)
116 list = list.to_a
118 list = list.delete_if {
[all …]
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
H A D_modular-scale.scss14 @if type-of($base-size) == "list" {
24 // and multiple ratios are passed in as a list
26 @if type-of($base-size) == "list" and type-of($ratio) == "list" {
42 // if multiple ratios are passed in as a list
119 // return trimmed and sorted final list
178 // return trimmed and sorted final list
239 // trim and sort the final list
280 $ms-list: unquote("MS-LIST:");
282 $ms-list: append($ms-list, ms($i, $base-size, $ratio, $round-pixels));
284 @return $ms-list;
[all …]
/template/breeze/bower_components/gumby/sass/functions/
H A D_forms.scss12 @mixin input-sizes-list() {
H A D_icons.scss1 @function match($list, $icon) { parameter
2 @each $item in $list {
22 @if (type-of($icon) == list) {

12345678910>>...56