HomeSort by relevance Sort by last modified time
    Searched refs:margin (Results 1 - 25 of 436) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libnl/doc/stylesheets/
xhtml11.css 9 margin: 1em 5% 1em 5%;
37 margin-top: 1.2em;
38 margin-bottom: 0.5em;
57 margin-left: 0;
65 margin-top: 0.5em;
66 margin-bottom: 0.5em;
70 margin-top: 0;
75 margin: 0;
95 margin-top: 4.0em;
107 margin-top: 1.5em
    [all...]
volnitsky.css 52 margin-bottom: 0.5em;
63 margin-left: 0;
71 margin-top: 0.5em;
72 margin-bottom: 0.5em;
76 margin-top: 0;
81 margin: 0;
94 margin-top: 4.0em;
108 margin-top: 1.5em;
109 margin-bottom: 1.5em;
115 margin-top: 1.5em
    [all...]
flask.css 29 margin: 1em 5% 1em 5%;
52 margin-top: 1.2em;
53 margin-bottom: 0.5em;
74 margin-left: 0;
82 margin-top: 0.5em;
83 margin-bottom: 0.5em;
87 margin-top: 0;
94 margin: 0;
111 margin-top: 4.0em;
123 margin-top: 1.5em
    [all...]
  /test/vti/dashboard/src/main/webapp/css/
show_release.css 18 margin: 5px 0;
27 margin-left: 3px;
36 margin-top: 10px;
37 margin-bottom: 0;
show_graph.css 27 margin-top: 0;
36 margin-top: 5px;
61 margin: auto;
62 margin-top: 20px;
show_test_acknowledgments.css 16 margin-bottom: 50px;
  /test/vti/test_serving/gae/webapp/static/bootstrap/css/
bootstrap-responsive.css 113 margin-left: -30px;
128 margin-left: 30px;
173 margin-left: 1230px;
176 margin-left: 1130px;
179 margin-left: 1030px;
182 margin-left: 930px;
185 margin-left: 830px;
188 margin-left: 730px;
191 margin-left: 630px;
194 margin-left: 530px
    [all...]
bootstrap-responsive.min.css 9 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@-ms-viewport{width:device-width}.hidden{display:none;visibility:hidden}.visible-phone{display:none!important}.visible-tablet{display:none!important}.hidden-desktop{display:none!important}.visible-desktop{display:inherit!important}@media(min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-tablet{display:inherit!important}.hidden-tablet{display:none!important}}@media(max-width:767px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-phone{display:inherit!important}.hidden-phone{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:inherit!important}.hidden-print{display:none!important}}@media(min-width:1200px){.row{margin-left:-30px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:30px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px}.span12{width:1170px}.span11{width:1070px}.span10{width:970px}.span9{width:870px}.span8{width:770px}.span7{width:670px}.span6{width:570px}.span5{width:470px}.span4{width:370px}.span3{width:270px}.span2{width:170px}.span1{width:70px}.offset12{margin-left:1230px}.offset11{margin-left:1130px}.offset10{margin-left:1030px}.offset9{margin-left:930px}.offset8{margin-left:830px}.offset7{margin-left:730px}.offset6{margin-left:630px}.offset5{margin-left:530px}.offset4{margin-left:430px}.offset3{margin-left:330px}.offset2{margin-left:230px}.offse (…)
    [all...]
  /external/google-styleguide/include/
styleguide.css 8 margin-right: 100px;
9 margin-left: 100px;
19 margin-top: 2em;
20 margin-bottom: 1em;
30 margin-top:1.5em;
31 margin-bottom:.75em;
45 margin: 0 0 1.5em;
84 margin-top: 3.5em;
156 margin-left: 50%;
162 margin-left: 50%
    [all...]
  /system/core/init/
watchdogd.cpp 43 int margin = 10; local
44 if (argc >= 3) margin = atoi(argv[2]);
46 LOG(INFO) << "watchdogd started (interval " << interval << ", margin " << margin << ")!"; local
54 int timeout = interval + margin;
62 if (timeout > margin) {
63 interval = timeout - margin;
70 << ", margin " << margin; local
  /external/llvm/docs/_ocamldoc/
style.css 8 { margin: 0; padding: 0; border: 0 none; outline: 0; font-size: 100%;
18 margin: 1.375em 10%; min-width: 40ex; max-width: 72ex;
27 .codepre { margin-bottom:1.375em /* after code example we introduce space. */ }
30 { font-size : 0.813em; line-height:0; margin-left:0.4ex;}
44 h1 + pre { margin-bottom:1.375em} /* Toplevel module description */
48 /* .navbar { margin-bottom: -1.375em } */
49 h1 { font-weight: bold; font-size: 1.5em; /* margin-top:1.833em; */
50 margin-top:0.917em; padding-top:0.875em;
52 h2 { font-weight: bold; font-size: 1.313em; margin-top: 1.048em }
53 h3 { font-weight: bold; font-size: 1.125em; margin-top: 1.222em
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffarc.cpp 27 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); local
28 if (margin)
29 XFA_RectWithoutMargin(rtArc, margin);
cxfa_ffrectangle.cpp 27 CXFA_Margin* margin = m_pNode->GetMarginIfExists(); local
28 if (margin)
29 XFA_RectWithoutMargin(rect, margin);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
ImageBuffersForRenderScript.java 46 public ImageBuffersForRenderScript(Bitmap inImage, int margin,
55 paddedMargin = margin;
56 imageWidthPadded = inputImage.getWidth() + 2 * margin;
57 imageHeightPadded = inputImage.getHeight() + 2 * margin;
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
ImageBuffersForRenderScript.java 32 public ImageBuffersForRenderScript(Bitmap inImage, int margin,
41 paddedMargin = margin;
42 imageWidthPadded = inputImage.getWidth() + 2 * margin;
43 imageHeightPadded = inputImage.getHeight() + 2 * margin;
  /prebuilts/go/darwin-x86/doc/codewalk/
codewalk.css 31 margin: 0pt;
52 margin-bottom: 10px;
53 margin-right: 10px; /* yes, for both .left and .right */
57 margin-bottom: 0px;
61 margin-left: 10px;
82 margin-left: 0px;
87 margin-right: 0px;
125 margin-top: 0em;
126 margin-bottom: 0.5em;
130 margin-bottom: 0em
    [all...]
  /prebuilts/go/linux-x86/doc/codewalk/
codewalk.css 31 margin: 0pt;
52 margin-bottom: 10px;
53 margin-right: 10px; /* yes, for both .left and .right */
57 margin-bottom: 0px;
61 margin-left: 10px;
82 margin-left: 0px;
87 margin-right: 0px;
125 margin-top: 0em;
126 margin-bottom: 0.5em;
130 margin-bottom: 0em
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridMatch.java 25 * edge, or a margin, or centering, or a gap distance from another edge and so on.
44 /** Amount of margin between the matched edges */
45 public int margin; field in class:GridMatch
57 * @param margin a margin distance to add to the actual location from the matched line
60 boolean createCell, int margin) {
67 this.margin = margin;
98 if (margin != UNDEFINED) {
99 if (cellIndex == 0 && margin != 0)
    [all...]
  /sdk/templates/docs/
default.css 37 margin: 48px 64px 48px 320px;
73 margin: 32px 0;
105 margin-left: 16px;
139 margin-bottom: 6px;
146 margin-top: 64px;
147 margin-bottom: 12px;
156 margin-bottom: 12px;
158 margin-top: -16px;
168 margin-bottom: 16px;
172 margin-bottom: 0
    [all...]
  /external/icu/icu4c/
icu4c.css 17 margin: 1em;
56 margin-bottom: .5em;
57 margin-top: .5em;
68 margin-bottom: 0.5em;
70 margin-top: 12pt;
87 margin-bottom: 0pt;
89 margin-left: 1em;
90 margin-top: 1em;
106 margin-left: 1.5em;
107 margin-bottom: 0pt
    [all...]
  /external/bzip2/
bzip.css 21 margin-left: 1.5em;
32 #release p { margin-top: 0.4em; }
39 margin: 0px 4px 16px 16px;
44 margin-bottom: 10px;
49 margin-left: 0px;
57 margin-bottom: 0.5em;
73 margin: 4px 0px 4px 0px;
  /prebuilts/tools/linux-x86_64/kythe/web/ui/css/
style.css 20 margin-bottom: 0px;
45 margin-left: 11px;
51 margin-left: 5px;
55 margin: -1px;
68 margin: 0px;
82 margin-left: 2em;
83 margin-bottom: 0;
  /test/suite_harness/common/host-side/tradefed/res/report/
compatibility_result.css 20 margin: 10;
27 margin-left: auto;
28 margin-right: auto;
37 margin-left: auto;
38 margin-right: auto;
57 margin-left: auto;
58 margin-right: auto;
78 margin-bottom: 2em;
79 margin-left: auto;
80 margin-right: auto
    [all...]
  /external/nanopb-c/docs/
lsr.css 12 margin: 2em;
22 margin: 2em 0em;
45 margin: 0;
50 margin: 0.5em 0 1em 0;
70 margin: 0;
93 margin-bottom: 0em;
104 margin: 0em;
110 margin-bottom: 0.5em;
116 margin-bottom: 0.5em;
122 margin-bottom: 0.5em
    [all...]
  /external/shflags/doc/
rst2html.css 25 /* Override more specific margin styles with "! important". */
26 margin-top: 0 ! important }
29 margin-bottom: 0 ! important }
39 margin: 2em 5em ; }
42 margin-bottom: 0.5em }
50 margin: 2em 5em }
58 margin: 2em ;
78 margin-bottom: 0.5em }
81 margin-top: 0.5em }
85 margin: 2em 5em
    [all...]

Completed in 575 milliseconds

1 2 3 4 5 6 7 8 91011>>