Searched refs:width (Results 1 – 10 of 10) sorted by relevance
164 border-width:0;203 width:100%;210 min-width:675px; /* min width for the tabs, before they wrap */254 width: 94px;335 width:930px;371 width: 600px;395 width: 581px;402 width: 300px;412 width: 100%;434 width: 100%;[all …]
132 width:15px;210 width: 100%;286 width:95%; /* consistent table widths; within IE's quirks */309 max-width:968px;344 max-width:70%;403 width:555px;410 width:450px;506 width:1em;706 width:auto;868 /* width must be defined w/ an inline style matching the image width */[all …]
77 var windowWidth = $(window).width() + "px";81 …content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order … property84 sidenav.css({width:navWidth}); property85 resizePackagesNav.css({width:navWidth}); property86 classesNav.css({width:navWidth}); property87 $("#packages-nav").css({width:navWidth}); property355 var windowWidth = $(window).width() + "px";365 …content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in or… property368 resizePackagesNav.css({width:sidenavWidth}); property369 classesNav.css({width:sidenavWidth}); property[all …]
170 width: 10px;302 width: 100%;
30 width: 940px;71 width: 160px;77 width: 160px; }84 width: 760px;147 width: 40px; }150 width: 100px; }153 width: 160px; }156 width: 220px; }159 width: 280px; }162 width: 340px; }[all …]
147 targetRect.width = $target.width();
129 width = 0132 if len(t.tgt) > width:133 width = len(t.tgt)137 print t.tgt, " " * (width-len(t.tgt)), " #", t.pos
246 func elide(str string, width int) string {247 if width > 0 && len(str) > width {250 str = str[:width]
41 func termSize(w io.Writer) (width int, height int, ok bool) {
223 width: 100%312 .collapsible{border-width:0 0 0 1;margin-left:.25em;padding-left:.25em;border-style:solid;314 span.fixed{display: block; float: left; clear: left; width: 1em;}319 width: 30ch;