Home
last modified time | relevance | path

Searched refs:margin (Results 926 – 950 of 1187) sorted by relevance

1...<<31323334353637383940>>...48

/plugin/edittable/less/
H A Dcontextmenu.less8 margin-left: 4px;
/plugin/tindexmenu/
H A Dstyle.css156 margin: 0pt;
168 margin: 2px !important;
/plugin/aceeditor/
H A DNEWS3 * Fixed border and margin of editor
49 * Preserve border and margin styles of textarea
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCoreMDUltra.css17 …height:auto !important;left:auto !important;line-height:1.1em !important;margin:0 !important;outli…
18 .syntaxhighlighter{width:100% !important;margin:1em 0 1em 0 !important;position:relative !important…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
H A DshCoreRDark.css17 …height:auto !important;left:auto !important;line-height:1.1em !important;margin:0 !important;outli…
18 .syntaxhighlighter{width:100% !important;margin:1em 0 1em 0 !important;position:relative !important…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
H A DshCoreEmacs.css17 …height:auto !important;left:auto !important;line-height:1.1em !important;margin:0 !important;outli…
18 .syntaxhighlighter{width:100% !important;margin:1em 0 1em 0 !important;position:relative !important…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
H A DshCoreMidnight.css17 …height:auto !important;left:auto !important;line-height:1.1em !important;margin:0 !important;outli…
18 .syntaxhighlighter{width:100% !important;margin:1em 0 1em 0 !important;position:relative !important…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
H A DshCoreFadeToGrey.css17 …height:auto !important;left:auto !important;line-height:1.1em !important;margin:0 !important;outli…
18 .syntaxhighlighter{width:100% !important;margin:1em 0 1em 0 !important;position:relative !important…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
H A DshCoreDefault.css17 …height:auto !important;left:auto !important;line-height:1.1em !important;margin:0 !important;outli…
18 .syntaxhighlighter{width:100% !important;margin:1em 0 1em 0 !important;position:relative !important…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
H A DshCoreDjango.css17 …height:auto !important;left:auto !important;line-height:1.1em !important;margin:0 !important;outli…
18 .syntaxhighlighter{width:100% !important;margin:1em 0 1em 0 !important;position:relative !important…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshCoreEclipse.css11 margin: 0 !important;
31 margin: 1em 0 1em 0 !important;
83 margin-right: 1em !important; }
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte173 margin: 0;
179 margin: 0 auto 8px;
210 margin: 0.25rem;
/plugin/syntaxhighlighter4/dist/
H A Dtheme-default.css20 margin: 0 !important;
40 margin: 1em 0 1em 0 !important;
94 margin-right: 1em !important; }
H A Dtheme-midnight.css20 margin: 0 !important;
40 margin: 1em 0 1em 0 !important;
94 margin-right: 1em !important; }
H A Dtheme-rdark.css20 margin: 0 !important;
40 margin: 1em 0 1em 0 !important;
94 margin-right: 1em !important; }
H A Dtheme-django.css20 margin: 0 !important;
40 margin: 1em 0 1em 0 !important;
94 margin-right: 1em !important; }
H A Dtheme-emacs.css20 margin: 0 !important;
40 margin: 1em 0 1em 0 !important;
94 margin-right: 1em !important; }
H A Dtheme-fadetogrey.css20 margin: 0 !important;
40 margin: 1em 0 1em 0 !important;
94 margin-right: 1em !important; }
H A Dtheme-mdultra.css20 margin: 0 !important;
40 margin: 1em 0 1em 0 !important;
94 margin-right: 1em !important; }
H A Dtheme-eclipse.css20 margin: 0 !important;
40 margin: 1em 0 1em 0 !important;
94 margin-right: 1em !important; }
/plugin/diagramsnet/lib/math/extensions/
H A DMathZoom.js19margin:0,"font-weight":"normal","font-style":"normal","text-align":"left","text-indent":0,"text-tr…
/plugin/pgn4web/pgn4web/
H A Dmini.css10 margin: 0px;
/plugin/tagalerts/
H A Dstyle.css36 margin: .5em auto .5em 0;
/plugin/combo/resources/theme/default/components/css/
H A Dbackground.css5 margin: 0 !important;
/plugin/qrcode2/
H A Dphpqrcode.php3091 …function png($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4, $saveandprint… argument
3093 $enc = QRencode::factory($level, $size, $margin);
3098 …ublic static function text($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4) argument
3100 $enc = QRencode::factory($level, $size, $margin);
3105 …public static function raw($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4) argument
3107 $enc = QRencode::factory($level, $size, $margin);
3211 public $margin = 4; variable in QRencode
3219 public static function factory($level = QR_ECLEVEL_L, $size = 3, $margin = 4) argument
3223 $enc->margin = $margin;
3300 $maxSize = (int)(QR_PNG_MAXIMUM_SIZE / (count($tab)+2*$this->margin));
[all …]

1...<<31323334353637383940>>...48