[00:00:09] well, is that styled text or an ? [00:00:18] heh, if it is an then actually you probably want px [00:00:29] and yes, the answer is "trial and error" [00:00:37] Welcome to the internet [00:01:00] *Splarka thinks [00:02:08] is what styled text or an image? [00:02:23] [Delete this entry] [00:02:30] it's a button. [00:02:33] yes [00:02:35] 10em seems to be about right. [00:02:40] but is it an with text or an image? [00:02:49] I can't tell anymore, browsers style them so oddly sometimes [00:03:11] how would I get a full url if I'm using HTML? [00:03:26] (you could also make the 100% width for that column) [00:03:26] 03siebrand * r43883 10/trunk/extensions/Translate/ (7 files in 2 dirs): [00:03:27] Add skeleton for Special:Translations, meant to display all translations for a [00:03:27] message that are present as a page. No page content is being displayed yet, need [00:03:27] some advice on that. Also replaces that Special:Prefixindex toolbar link. [00:03:33] HTML? [00:04:06] Splarka: text... [00:04:07] werd: okay 10em is right then [00:04:07] Splarka: Now the 'group' bit is stealing all the space :) [00:04:10] *Splarka grins [00:04:19] *werdnum adds a class, rinses, lathers, repeats. [00:04:19] yes, it would [00:04:24] 03(NEW) Suggestion for Mediawiki: Link Image option - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16443 15enhancement; normal; MediaWiki: Images; (tim987) [00:04:41] if you set the widths of all but one, that one will get the extra width [00:04:43] Can't I make browsers pretend the content is shown? [00:04:46] is there some way to get the title object for the current special page? [00:05:59] (in scaling the table) [00:06:01] werdnum: horizontally but not vertically? [00:06:01] chuck: $this->getTitle() [00:06:01] yeah :) [00:06:02] bit if a pipe dream [00:06:02] although there is table-layout: fixed; [00:06:03] but... that will make your head hurt [00:06:04] Sigh. [00:06:04] 03siebrand * r43884 10/trunk/extensions/Translate/SpecialTranslations.php: Remove debug code [00:06:04] Time machine, clue-by-four. [00:06:05] yepyep [00:06:06] *Splarka thinks [00:06:06] you want dynamic content to take up horizontal but not vertical space... [00:06:09] visibility:hidden; would do both horizontal and vertical... [00:06:11] until you click [show details] [00:06:14] display:none; does neither... [00:06:18] hah [00:06:42] *Splarka suggests for CSS7: visiblity-horizontal:hidden; display-vertical:none; [00:06:49] ew [00:06:57] well [00:07:06] all I can think of, if you're sticking with tables.. [00:07:09] *werdnum just gives the 'Group' column a fixed width [00:07:19] make the parent table 100%, make these sub-tables 100%, and set all but that one column to a set width [00:07:41] and give that column's TDs: overflow: auto; [00:08:11] just in case [00:08:16] wait, is there a parent table over the whole form? [00:08:55] if so, give the columns (all but the one these sub-tables appear in) a set width too, or at least a percentage [00:10:22] *werdnum toys with some % [00:11:03] (tables are nice for auto-adjusting their full width for the situation, but with dynamic content this can be bad) [00:11:31] okay, set at 15em now [00:11:35] looks *much* better. [00:11:40] just gonna check out the other types of tables. [00:12:29] the only other thing I can think of offhand is to set the width of that table column to a fixed width (a minimum width isn't supported by many browsers yet), and give it overflow:auto;, but then you get scrolling [00:15:20] do you have a non-JS fallback? [00:15:32] it is easy, and even without horrible on-load content jumping [00:15:57] appendCSS('.hiddenDiv {display:none;}') [00:16:27] Splarka: yeah, of course. [00:16:31] in any JS in the head and then the content is hidden before the page is even loaded [00:18:31] *Splarka gives werdna a cookie <3 [00:20:23] werd: you post a lot of full-screen screenshots I notice... reminds me of http://www.trueppc.com/gallery2/d/102690-1/desktopiq4.jpg [00:23:58] not full-screen [00:24:24] it's always alt-printscreen and I can't be fucked to crop :) [00:25:23] *Splarka grins [00:25:30] lol, shemale vids? [00:25:55] that's from http://www.serboard.com/forums/viewtopic.php?t=7285&postdays=0&postorder=asc&start=15 [00:26:14] and also: http://forums.fark.com/cgi/fark/comments.pl?IDLink=2405634&cpp=1 [00:27:40] 03(mod) Interwiki search won' t work when cross-project and cross-language - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15850 (10kooliamdabest) [00:28:29] [Youtube - Delicious Ki...] [Dilate or Shrink Your P...] those could have alt meanings... [00:31:13] heh [00:31:17] pupil :P [00:31:24] http://www.wikihow.com/Dilate-or-Shrink-Your-Pupils-on-Command [00:31:36] this is my favourate one [00:31:38] http://royal.pingdom.com/2008/11/14/the-worlds-most-super-designed-data-center-fit-for-a-james-bond-villain/#comment-305066 [00:31:41] yah, I can do that, I use a flashlight [00:31:42] favourite** [00:32:58] > If you're putting up pictures of yourself, such as for an online dating profile, edit them to make your pupils larger. [00:33:06] heh [00:33:46] that's most of the reason I bookmarked it. It looks hillarious :P [00:33:49] *werdnum brb, toasting croissant. [00:33:54] mmmm, ham and cheese croissants. [00:34:04] http://www.boingboing.net/2008/08/11/contact-lenses-for-a.html anime baby [00:38:09] heh, is that fog good for the computers? [00:47:25] How would I add more style stuff for a certain extension [00:48:19] Splarka: http://werdn.us/~andrew/Configure-Screenshot3.png [00:48:22] what it looks like now [00:48:30] I'm not sure whether to make the namespace checkboxes collapsible. [00:48:37] They don't take up much space, but they're so busy. [00:49:32] *Splarka clooks [00:50:42] 14(WFM) Suggestion for Mediawiki: Link Image option - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16443 +comment (10innocentkiller) [00:51:10] hmm [00:51:16] you could have a