Jeff Atwood
3bbeede07e
Merge pull request #2557 from awesomerobot/master
...
removing 100% width on non-lightboxed images
2014-07-18 17:25:00 -07:00
Kris Aubuchon
9da806d2fa
removing 100% width on non-lightboxed images
2014-07-18 20:06:41 -04:00
Robin Ward
da717c55d7
FEATURE: Like button should act like a toggle and stay there once you've
...
clicked it.
2014-07-18 17:01:27 -04:00
riking
19b757b058
FEATURE: Hide deleted posts by default for staff
2014-07-17 10:40:15 -07:00
Jeff Atwood
e9e4ec0e52
Merge pull request #2551 from awesomerobot/master
...
fixing the topic-body at 690px wide, leaving gutter flexible
2014-07-16 20:06:25 -07:00
Kris Aubuchon
38a6b5439d
fixing the topic-body at 690px wide, leaving gutter flexible
2014-07-16 22:32:49 -04:00
Jeff Atwood
612dcb5805
we can't resize images on desktop, very dangerous
2014-07-16 12:23:54 -07:00
Kris Aubuchon
89167be99a
fitting images in posts without violating max width/height
2014-07-16 01:01:03 -04:00
Kris Aubuchon
1ef4a12a9d
fixing onebox image width bug
2014-07-11 18:04:32 -04:00
Kris Aubuchon
f20a5e2c30
adding some topic layout flexibility
2014-07-10 11:40:31 -04:00
Jeff Atwood
97979c1a32
Merge pull request #2522 from awesomerobot/master
...
adapting the layout to fit more viewports
2014-07-09 17:28:32 -07:00
Kris Aubuchon
291459bb91
first steps to making discourse more responsive
2014-07-09 19:56:35 -04:00
Jeff Atwood
92d42a43fd
remove unnecessary quote spacing on expand replies
2014-07-08 14:56:10 -07:00
Jeff Atwood
aff6e4c5eb
spacing can't be asymmetric
2014-07-08 14:47:58 -07:00
Jeff Atwood
5fee34a0fb
bit more margin spacing on topic summary links
2014-07-08 14:45:49 -07:00
Jeff Atwood
ba06a6b0d2
didn't need to move gutter watermark up
2014-07-08 11:17:24 -07:00
Jeff Atwood
059c0ff5e1
only dim the post actions, not the Replies badge
2014-07-07 23:39:21 -07:00
Kris Aubuchon
5bd6168deb
fixing title truncation issues for firefox
2014-07-05 02:16:33 -04:00
Kris Aubuchon
aee73d901a
fixing a handful of issues
2014-07-02 23:21:45 -04:00
Régis Hanol
7feab2fc99
Revert "background on topic-list, more width on extra-info-wrapper, meta viewport fix"
2014-07-02 16:55:43 +02:00
Jeff Atwood
2a705fff6c
Merge pull request #2495 from awesomerobot/master
...
background on topic-list, more width on extra-info-wrapper, meta viewport fix
2014-07-02 07:01:15 -07:00
Kris Aubuchon
e0194e69a5
adding background to topic-list, making max-width larger on extra-info-wrapper, and changing viewport config
2014-07-02 09:54:40 -04:00
Jeff Atwood
94fd592dfa
lock alignment is better with vertical-align:middle
2014-07-02 03:37:10 -07:00
Kris Aubuchon
63d0485b49
fixing alignment on topic list category buttons
2014-06-30 11:31:17 -04:00
Jeff Atwood
f8f79b9388
remove orphaned blockquote sizing
2014-06-30 03:03:54 -07:00
Jeff Atwood
d2cf921791
blockquote, *:first-child and *:last-child spacing
2014-06-30 02:42:49 -07:00
Jeff Atwood
37df22eac6
suppress h1,h2,h3 top margin in quotes
2014-06-30 00:58:27 -07:00
Jeff Atwood
5eef1e0b59
fix blockquote as first element in post
2014-06-30 00:51:24 -07:00
Jeff Atwood
0ffe77d7dc
correct h1 line-height, centralize .cooked styles
2014-06-30 00:05:24 -07:00
Jeff Atwood
7da8144c74
downsize fixed header title size 1.8em to 1.6em
2014-06-29 23:00:34 -07:00
Jeff Atwood
73ed42cc4b
correct top alignment of gutter watermark
2014-06-29 15:54:19 -07:00
Kris Aubuchon
5ddcad19c9
fixed height header, topic map alignment
2014-06-29 10:39:31 -04:00
Kris Aubuchon
51f85206ff
making menu highlights consistent
2014-06-27 20:10:33 -04:00
Jeff Atwood
00910679ad
more topic summary tweaks
2014-06-26 00:46:22 -07:00
Jeff Atwood
7a65ee3282
convert topic summary links to <table>
2014-06-26 00:08:29 -07:00
Jeff Atwood
eeb2e48f4f
fix share link styles for mobile
2014-06-24 00:55:43 -07:00
Jeff Atwood
a7ce8c6418
move .cooked word-wrap: break-word into base CSS
2014-06-24 00:40:20 -07:00
Kris Aubuchon
32202e432a
changing the tracking dropdown highlight for consistency
2014-06-23 11:04:54 -04:00
Kris Aubuchon
e4d90038cf
handful of alignment fixes
2014-06-19 14:09:25 -04:00
Jeff Atwood
d58ed9eafb
Merge pull request #2436 from ArmedGuy/master
...
Deboxify topic-map
2014-06-11 16:00:30 -07:00
Benjamin Kampmann
8167207e38
Wrap extended post actions in ellipsis.
...
Add a new SiteSetting to specify a maximum of items to be shown in post action menus per default. If more buttons are rendered and those after mentioned maximum will be hidden behind a collapsible ellipsis-button. Once clicked it slides in the missing buttons and hides itself.
If the setting is set to 0, the ellipsis will not be applied. It default is set to 4 though.
All buttons are created equal - but the Reply-Button is more equal than others: If it is rendered, the reply button will never be hidden behind the ellipsis. The max count is exclusiding the reply button and its position would make the reply button hide, it is removed there and pushed to the end of the list.
2014-06-10 09:55:07 +02:00
Régis Hanol
2abcbcc29b
FEATURE: add real date of post in the share dialog when triggered from the post date
2014-06-09 21:14:03 +02:00
Johan Jatko
5e43100fe5
Deboxify topic-map
2014-06-08 21:34:22 +02:00
Jeff Atwood
d3035b9405
gutter needs more left-margin
2014-06-05 03:07:42 -07:00
Jeff Atwood
3dd61a2056
f**ing bootstrap, span5 = .gutter
2014-06-05 02:57:56 -07:00
Jeff Atwood
f245da5142
f**ing bootstrap, span11 = .embedded-posts body
2014-06-05 02:29:56 -07:00
Jeff Atwood
972d58b876
consolidate post-column into topic-body
2014-06-05 02:02:27 -07:00
Jeff Atwood
3ed8b8f155
f**ing bootstrap, span2 = topic-avatar
2014-06-05 01:42:27 -07:00
Jeff Atwood
48f58eff1d
tweak gutter width a bit
2014-06-05 01:15:06 -07:00
Jeff Atwood
8185fe0097
correct reply-to-tab offsets, based on .row?
2014-06-05 01:00:22 -07:00
Jeff Atwood
80a862c358
f**ing bootstrap, span14 = post-column
2014-06-05 00:34:57 -07:00
Régis Hanol
7655066967
BUGFIX: progress bar was hidden when the composer was open
2014-06-04 13:03:14 +02:00
Jeff Atwood
0b52e20bff
remove margin-right on .contents .cooked
2014-06-03 03:08:16 -07:00
Sam
78378c7ade
re-style read-state indicator
2014-06-03 12:32:33 +10:00
Sam
3405253405
FEATURE: rush posting read times for newly read posts
...
FEATURE: "read" indicator on posts
CHANGE: anon is now assumed to have read everything
2014-06-03 11:48:52 +10:00
Jeff Atwood
1d52ac818c
center wiki marker in left gutter
2014-05-31 15:02:54 -07:00
Jeff Atwood
edf58e4657
de-emphasize topic map headers a bit
2014-05-28 23:53:41 -07:00
Ben Lubar
73946e5402
quoting fixes
...
- allow bbcode quotes to be nested
- don't allow the '=' to be omitted from quotes
- fix some css that made assumptions about nested quotes
2014-05-27 21:46:31 -05:00
Kris Aubuchon
d6a9f384aa
fixing @mention background in quotes and embeds
2014-05-27 11:42:59 -04:00
Wojciech Zawistowski
d4ae913065
[FIX] Wiki Topic - IE / FF problem with post admin menu.
2014-05-26 22:19:28 +02:00
Jeff Atwood
52280170d5
a bit more room for reply-to-tab
2014-05-23 01:29:23 -07:00
Jeff Atwood
2eca37b7ae
wider share-link dialog to better show URL
2014-05-23 00:46:45 -07:00
Jeff Atwood
132f04a0be
Merge pull request #2380 from awesomerobot/master
...
adding some padding to the topic-body
2014-05-23 00:11:53 -07:00
Kris Aubuchon
3cd91b50ed
adding some padding to the topic-body, helps selection is Firefox and makes highlighted posts look better
2014-05-23 02:40:55 -04:00
Jeff Atwood
61d17e961e
unnecessary rule caused extra spacing in Firefox
2014-05-22 21:47:24 -07:00
Jeff Atwood
2531e4e3a1
old legacy css rule, not needed
2014-05-22 21:29:42 -07:00
Kris Aubuchon
00278b42d8
topic list highlight fix, some quote style fixes
2014-05-22 21:55:50 -04:00
Kris Aubuchon
e439df4b6b
darkening the too-light-grey and the primary black a bit
2014-05-21 21:18:25 -04:00
Kris Aubuchon
ffa33c572c
making the color customizer a little nicer with dark themes
2014-05-19 01:17:59 -04:00
Jeff Atwood
a8d5860caf
topic-map domains should be lighter
2014-05-15 01:34:43 -07:00
Neil Lalonde
c4d3aa3d47
Theming: a UI to choose some base colors that are applied to all the site css. CSS compiled outside of asset pipeline.
2014-05-14 10:18:12 -04:00
Jeff Atwood
b232736242
new-user styles not consistent
2014-05-14 01:05:24 -07:00
Jeff Atwood
8fa580f40d
scale quote highlight color
2014-05-13 10:16:13 -07:00
Jeff Atwood
a83859ea59
the span highlight expand quote CSS went missing
2014-05-13 10:08:43 -07:00
Wojciech Zawistowski
960d64930c
Wiki Post
2014-05-13 08:53:11 -04:00
Sam
c683fab2a1
Adjust username styling
2014-05-12 11:28:24 +10:00
Kris Aubuchon
b2675a61ba
rearranging layout to better fit the new username placement
2014-05-10 02:09:04 -04:00
Jeff Atwood
6cfa5f78d9
make new user names a bit lighter
2014-05-09 13:32:36 -07:00
Jeff Atwood
5ee6ac3621
reply-to-tab doesn't need bgcolor
2014-05-09 13:25:28 -07:00
Jeff Atwood
853bbbbf06
suppress reply-to-tab borders
2014-05-09 08:42:07 -07:00
Kris Aubuchon
22e7fd5ed0
some color fixes, general consistency
2014-05-06 23:53:04 -04:00
Robin Ward
9e719e49da
Only show a few topic links in the gutter and allow the user to expand
...
them.
2014-05-06 14:11:17 -04:00
Kris Aubuchon
905c7c7204
few small consistency changes
2014-05-06 12:30:05 -04:00
Kris Aubuchon
60bf76f152
a few small color fixes
2014-05-06 09:48:38 -04:00
Kris Aubuchon
8ea63006e4
simplifying and segmenting color variables
2014-05-06 01:50:51 -04:00
Jeff Atwood
0f62a6f132
fix new user color
2014-05-01 01:39:08 -07:00
Jeff Atwood
41cb378142
why does .cooked need a right margin of 60 px?!?
2014-05-01 00:25:07 -07:00
Kris Aubuchon
e18f435318
some alignment fixes for the new username position
2014-04-30 10:14:27 -04:00
Sam
85e7033410
BUGFIX: styling
2014-04-30 17:04:54 +10:00
Sam
e964ca4d4e
BUGFIX: merge played up correct visual styles
2014-04-30 16:13:08 +10:00
Sam
d8046a395f
BUGFIX: improve alignment
2014-04-30 16:04:24 +10:00
Kris Aubuchon
7361519e52
some adjustments for the username relocation...
2014-04-30 00:45:11 -04:00
Sam
1d2cabc2a6
FEATURE: usernames are now on top.
2014-04-30 12:13:37 +10:00
Kris Aubuchon
3f102a98da
initial move of common desktop/mobile styles to common/base
2014-04-19 14:04:22 -04:00
Sam
fe6153ba96
Merge pull request #2232 from vikhyat/username-on-top-setting
...
Add option to show username on top of posts instead of the left gutter
2014-04-11 10:13:18 +10:00
Vikhyat Korrapati
af69b78ecb
Changes to posts template to make it easier to display posts on top.
2014-04-10 21:56:13 +05:30
Kris Aubuchon
ec96ca4c60
modifying some styles for the new pin/unpin feature
2014-04-09 23:27:05 -04:00
Kris Aubuchon
8067381782
de-bluing some non-links
2014-04-09 21:19:04 -04:00
riking
1540a3d5e5
Allow changing ownwership of posts by admins
2014-04-08 01:47:42 -07:00
Sam
792393442f
Merge pull request #2159 from riking/widen-gap
...
Widen 'post omitted' bars
2014-04-08 17:05:04 +10:00