1
vote
1answer
56 views

Small glitch in review pages popup z-index

The "Should this question be closed as " expandable popup, which scrolls with page, gets an higher z-index than the close popup, when the page is not at the top like here: Steps to reproduce: ...
4
votes
1answer
55 views
10
votes
1answer
210 views

all CSS rules missing [closed]

The CSS rules are missing from every page on StackOverflow. I've tried a few other sites and they are working fine, so I haven't (accidentally) disabled CSS with the web developer toolbar (for ...
3
votes
1answer
52 views

CSS Hover bug in review close votes

I just hit 3000rep and noticed that if you are scrolled down a little bit on the Review Close Votes page, and select "Close" you get this incorrect hovering: It is covering up a couple options. ...
3
votes
1answer
65 views

Remove hardcoded CSS from /review/…/stats

The user tile belonging to the logged in user (yourself) has CSS baked into the HTML. Would be nice if a CSS class could be utilized to achieve this.
6
votes
1answer
130 views

<kbd>CTRL</kbd> is rendered in multiple lines with Google Chrome 21/22

CTRL looks weird as the chars don't fit the 26px width of the key, making it a multiline. Making it one pixel wider, resolves it on my machine. Ctrl fits nicely.
8
votes
1answer
75 views

Comments sometimes overlap in new Review

Saw this one for this post. On Firefox and Chrome, haven't checked elsewhere.
4
votes
1answer
63 views

Visited Hyperlinked code (backticks) in spoilers is not hidden

On Beta Stack Exchange sites, spoilered text is visible when it shouldn't be, when the text is code (in backticks), the text is part of a hyperlink, and the hyperlink is visited Example: >! ...
3
votes
0answers
48 views

The disabled edit text looks awkward; missing padding

Normally, the action links below the post have a padding: 0px 3px 2px 3px; applied to them, which gives them the spacing to the left and the right to "separate" them from the vertical bars. However, ...
9
votes
1answer
109 views

Blog Overflow comment responses are outdented instead of indented

Check out the responses to comments. They're misaligned and cut off on account of the margin-left: -20px important;
5
votes
1answer
142 views

Mobile's user profile page is partially blanked on Android's Firefox

On Firefox for Android (Fennec), version 12, 13 and 14, the user info on profile page is blanked: Where is the gentle and smiley Jon's face? I asked Firefox Q&A thinking about a bug in Fennec, ...
12
votes
3answers
520 views

<kbd /> elements are still intrusive

I have just edited this post where OP is apparently not afraid to talk about his kbd. Now look at that mess. F1s fighting each other... I'm not a CSS person, but think that making he ...
34
votes
1answer
302 views

Downvote pop-up is overlapped by the question, if the question is transparent

A picture says more than a thousand words As you can see, the pop-up that tells me, that I have downvoted this question gets overlapped by the question itself: EDIT: This also happens on other ...
7
votes
1answer
72 views

Baseline on badges from other accounts on profile

When on the accounts tab of a user profile, the baseline of the text for badges doesn't quite align with all the others. I.e: Or even more pronounced when a user doesn't have any badges on the ...
3
votes
2answers
45 views

IE9 Area 51 commitment message cut off

Recently, I visited this page: http://area51.stackexchange.com/?tab=hot on Area 51. I saw, on IE9 that the text to show I had commited to Chemistry was cut off at the top, unlike in Google Chrome. ...
11
votes
2answers
153 views

Chat: timestamp div incorrectly taking mouse focus

A seemingly recent change to the CSS for chat has caused an annoying behavior; the timestamp div takes mouse focus when you're looking to interact with the reply/star/flag UI elements on the right ...
7
votes
1answer
72 views

Why do inlined-required-tags change their border-size?

I just noticed that inlined-required-tags (in answers/questions) do change their border preferences from border: 2px solid #979797; to border-bottom: 1px solid #565656; border-right: 1px solid ...
34
votes
1answer
398 views

Stack Exchange beta sites have some dust on them

I was browsing around the exchange and noticed a speck of crud on my screen. Only, when I tried to wipe it off, it turned out to be part of the site. Have a look at some SE question between the ...
1
vote
1answer
72 views

A bug while hovering over tags; tooltip is going over pages border creating scrollbar which is impossible to access using mouse or keyboard

I am using a small screen from Remote Desktop with resolution 800x600 (I have my reasons, please don't point out why/how ect...) and while I am trying to display definition of each tag it makes my ...
14
votes
3answers
426 views

Question title font has changed

The question title font has changed. It is no longer Trebuchet MS but is now Helvetica. Is this normal, or is there a problem? Edit (11/22/2011): The font was reverted to Trebuchet MS. Why was the ...
7
votes
1answer
107 views

User card display seems to fail on StackApps.

When hovering over a user on StackApps, I think it tries to display the user card, but fails in doing so (as depicted below.) Perhaps you have forgotten to update CSS?
9
votes
1answer
105 views

Anonymous feedback is a moving target

Yi Jiang inquired in chat earlier whether anyone noticed the content shifting when hovering over the anonymous feedback section, and in Firefox and IE, indeed it does: 2 pixels isn't a huge jump, ...
29
votes
1answer
512 views

Eeeek! Gravatar images now have a background color! Is this necessary?

I cut the background out of my avatar a few weeks ago, and thought that made it look better on more sites. As of very recently, there seems to be a background color set on avatars as part of the theme ...
7
votes
1answer
130 views

Meta required tags have a CSS identity crisis on hover

When you hover over required tags on meta sites that have said tags styled similarly to the one below, they now lose a pixel from their top and bottom borders: This is because a.post-tag:hover ...
8
votes
3answers
210 views

Chrome bug with code blocks

This is a bug in the Google Chrome browser (I'm running 14.0.803.0 dev), where code blocks wrap text, and it is very annoying: Fortunately, I have a fix for you! Just add this to your CSS: pre { ...
19
votes
4answers
280 views

Long hyperlinks in questions bleeding over, Eeeek!

This question has a really long hyperlink in it and it takes over the page. EDIT Here's an exact copy of the link in question: ...
5
votes
1answer
112 views

Dismiss notification message color selection

The new dismiss notification message color selection is bad on the eyes, don't you think? I have searched meta and did not find anything similar. The message click on this box to dismiss is hard to ...
16
votes
2answers
208 views

Can vou add some more detail?

8
votes
1answer
201 views

Stack Exchange sites do not load all the CSS files in the Android browser

It happened a couple of days ago. Clearing the cache did not help. This is what I see now: This happens with other Stack Exchange sites also. Meta Stack Overflow, on the other hand, looks fine:
9
votes
1answer
6k views

CSS for textarea should resize vertical

I've noticed that on Firefox and Chrome that the textareas are resizable vertically as well as horizontally; the resize rule not having been set. I occasionally break the layout a bit when I resize ...
2
votes
2answers
94 views

What's “similar questions” and why does it look weird on Super User?

While in the middle of typing a question I saw this which looks kinda weird. Seems the CSS styles aren't updated for all sites? Well, it does look nice on Meta Stack Overflow though...
5
votes
2answers
251 views

is there a css problem on stackoverflow

I was looking at an old post and when I expand the comments the spread way over everything on the right ? does anyone else experience this problem ? I see it in FF 4.01 and chrome 11.0.696.68 and ...
8
votes
1answer
83 views

Link to “Editing Help” is located under its image

When you're asking a question on SO there's a "Editing help" link above and right. However, the link is not on top of the image. I'm using firebug in the image below to mark where the link is. This ...
61
votes
1answer
315 views

Make links in downvoted posts be grey, just like the text

Downvoted posts are nicely rendered some sort of greyish. However, links are not. That makes links in such posts stand out even more. If there is some wish list for minor CSS tweaks: maybe make the ...
12
votes
2answers
267 views

Eeeek! Code blocks are shown in full in IE8

Why are walls of code not contained within scrollable divs in IE8? This question looks like this in IE: Somebody tear down this wall!
11
votes
1answer
117 views

Number of flags a user received is unreadable on Programmers.SE

Not sure if this is specific to Programmers.SE or if it appears on other sites as well. As a moderator on Programmers.SE, I'm looking at the profile of a user who received a few flags. The flag count ...
10
votes
1answer
94 views

Up-votes indicator on user profile page displays hand cursor

User profile page has two numbers - number of times user up-voted and number of times user down-voted. Each of these two numbers is decorated with up/down arrows. Down arrow for up-votes number has ...
4
votes
2answers
191 views

Line height for list items affecting readability

This is a pretty minor issue: I was browsing Writers site and noticed the line-height for list items is inconsistent with other sites (like SO). It is 16px instead of 18px. I noticed because I was ...
5
votes
1answer
75 views

text wrapping for titles

This question gets the last letter of the first line cut off. I don't know if it's just me but it does it in both Firefox and Chrome: I'm on Windows 7 and running at 1280x1024 if that's relevant.
2
votes
3answers
169 views

E-mail and Real Name user profile field labels are red

Minor bug, I know. I'm not sure if this is new or not; I haven't noticed it before, but that doesn't mean it hasn't been like this all along... Those two labels have the moderator-visible CSS ...
1
vote
1answer
125 views

Fonts squashed in Area51 proposal descriptions

Sorry, I don't know the technical terms. (I see this in Firefox and Chrome)
1
vote
1answer
61 views

CSS Bug in Careers on IE7

In IE7 the post a Job page looks odd as text is misaligned and buttons are cut off. I can understand no IE6 support but IE7 is still commonly used.
9
votes
1answer
96 views

High vote count of accepted answers hard to read

After seeing the number of non-wiki upvotes I got I got curious and looked at the number of votes and answers of someone else. I ended up at this list of answers and noticed I could hardly read the ...
6
votes
2answers
91 views

No styles on programmers.se

At the time of this writing, there are no styles on programmers.stackexchange.com (or its meta site). Tried with multiple browsers on multiple computers. Edit: This seems to be the case on all beta ...
15
votes
1answer
141 views

Stack Overflow CSS only contains platform-specific border-radius definitions

I've recently switched from Firefox to Opera, and I've noticed that certain elements, for example, .bounty-award, do not have rounded corners anymore. Delving into the CSS reveals that only ...
3
votes
1answer
73 views

Recent Activity Pages CSS issue - Also blocking clicks on range selection

Apologies if it's a dupe, couldn't find it. Starting a few days ago I'm seeing this behavior on the iPhone: This is the same screen normal and zoomed in for a closer view. Since I use this to ...
3
votes
2answers
108 views

Footer glitch when browser window is not wide enough

See image for example. This happens in IE8 and Opera 10.62 (I didn't test other browsers). Basically, if your browser window is not wide enough, the footer is a bit broken when you scroll.
6
votes
1answer
90 views

Tag badges page, too short to hold [• functional-programming] × 13

The width of the Tag Badges table is not wide enough to accomodate some very long tag names, for instance, [ • functional-programming ] and [ • programming-languages ]. This causes the "× ??" ...
2
votes
1answer
67 views

HR Height not matching the markdown preview

Apologies if this is a dupe, I couldn't find it. The <hr> styling for the preview and the actual posts doesn't quite match up, there's an extra style affecting the preview: form hr{border:1px ...
3
votes
2answers
57 views

Minor interface bugs when creating a question (help panes)

Make sure you are using IE7 and screen resolution of 1024x768, so that the page fits horizontally but doesn't fit vertically. Go to the Ask Question page. The pages loads and the cursor is in the ...

1 2