evazion
f7748a2ed7
jquery-ui: fix font color in notice boxes ( #3671 ).
2018-04-26 23:28:00 -05:00
evazion
dd2abeb180
jquery-ui: fix autocomplete menu styling ( #3671 ).
...
* Wrap menu items in a div.
* Replace ui-state-focus with ui-state-active.
* Make active items have a grey background.
ref: http://jqueryui.com/upgrade-guide/1.12/#require-wrappers-for-each-menu-item
ref: http://jqueryui.com/upgrade-guide/1.12/#use-consistent-styling-for-focused-and-active-items
2018-04-26 23:18:00 -05:00
evazion
a11dbb9186
jquery-ui: fix fonts in dialog boxes ( #3671 ).
...
Fix the default jquery-ui theme overriding our body font with Arial.
2018-04-26 23:13:21 -05:00
evazion
e772de40a7
posts: add /posts/{id}.html?variant=tooltip template.
2018-04-25 22:12:26 -05:00
evazion
f2998585e9
tag_set_presenter: refactor inline_tag_list_html.
...
* Sort tags by category in inline tag lists (on /comments page, /uploads page, and modqueue).
* Move tags css to common/erb/tags.scss.erb.
2018-04-25 22:12:10 -05:00
evazion
c9acbbdf9e
uploads: revamp /uploads listing UI ( #3657 ).
...
* Add thumbnails.
* Colorize tags.
* Rearrange columns.
* Add rating/source/size/dimensions info.
* Add "»" search drilldown links.
2018-04-20 15:52:09 -05:00
evazion
8083c7daae
uploads: fix batch upload page to work without bookmarklet.
...
* Add a form to the /uploads/batch page so that it can be used without
the bookmarklet.
* Fix an exception when no url is given.
2018-04-20 15:51:56 -05:00
r888888888
659eb62402
css tweaks
2017-12-26 16:06:16 -08:00
evazion
03cecf097e
Factor out duplicated p.info CSS.
...
`p.info` is used to render "Updated by so-and-so 5 minutes ago" messages as fine print.
2017-12-15 11:14:12 -06:00
evazion
05dea309b2
Fix search box rendering above tag edit dialog box ( fix #3383 ).
2017-11-18 09:38:00 -06:00
r888888888
c0ddf266fc
move save search button to sidebar
2017-11-17 16:51:38 -08:00
r888888888
83bfe3ee10
compromise for tag search autoexpansion #3310
2017-10-18 14:43:11 -07:00
r888888888
0985f929cc
style buttons for upload/post edit pages
2017-09-14 16:56:40 -07:00
r888888888
5cbe47676d
tweak responsive css to center previews better
2017-09-06 13:09:53 -07:00
evazion
5d48244df4
Fix related tags overflow in detachable tag edit dialog ( #3219 ).
...
Fixes these issues with the detachable tag edit dialog:
* Moving the edit dialog then expanding the related tags causes the
related tags to overflow outside the dialog.
* Expanding the related tags, moving the edit dialog, then collapsing
the tags causes the dialog to not resize back to its minimized size.
2017-07-17 18:29:06 -05:00
evazion
ab0b4b4c67
notes: highlight notes linked via /posts/456#note-123.
2017-07-07 16:09:24 -05:00
evazion
55512130e1
css: set text fields in dialogs to 100% width.
...
* Fixes the flag reason field being too small in the flag dialog
* Fixes the source field being too small in the post replacement dialog.
2017-06-22 14:19:28 -05:00
r888888888
d9ea925f4e
add support for searching for dup-related flags
2017-06-12 15:25:07 -07:00
evazion
9bf85ee2b3
Factor out <ins>/<del> css from #c-post-versions to .diff-list.
2017-05-20 12:07:47 -05:00
evazion
85f6590b1a
responsive layout: fix <input> sizes and styling.
2017-05-02 22:30:56 -05:00
evazion
352a3e065f
responsive layout: fix dropdown nav menu overlapping main content.
...
The culprit is `float: right;` but none of this other stuff is needed.
2017-05-02 22:30:56 -05:00
Albert Yi
522ee8b303
Merge pull request #3004 from evazion/fix-responsive-taglist
...
Fix tag list for responsive layout.
2017-05-01 14:51:53 -07:00
r888888888
48e9856f37
fixes #3007 : Eliminate Janitor role
2017-05-01 14:38:30 -07:00
evazion
3eef8a62cc
Remove unused css.
2017-04-28 15:08:07 -05:00
evazion
7aae76d80a
responsive layout: move sidebars beneath main content.
...
Incidentally fixes bug with notes being mispositioned on top of the
sidebar because the sidebar was declared as float: left.
2017-04-28 15:05:46 -05:00
r888888888
b7f207180c
eliminate responsive tag list
2017-04-26 12:26:51 -07:00
r888888888
9718c6e107
fixes to mobile responsive view
2017-04-20 14:29:11 -07:00
evazion
715dcc491b
/bans: size columns to avoid unnecessary wrapping.
...
Sizes columns such that they automatically shrink to fit. This fixes
problems with usernames and dates wrapping in the middle.
2017-04-19 17:56:25 -05:00
evazion
40fe0f595f
/bans: color code expired/unexpired bans.
2017-04-19 17:56:24 -05:00
r888888888
7e40f9363d
fixes #2939 : <code> Blocks Need CSS Styling
2017-03-27 16:00:43 -07:00
r888888888
70d057f8f3
move saved search option to sidebar
2017-03-20 16:19:15 -07:00
r888888888
da06bee0ab
revamp saved search implementation
2017-03-15 15:36:48 -07:00
evazion
2bb134f08d
modqueue: highlight uploads containing "bad" tags.
2017-03-01 15:31:16 -06:00
evazion
5fffbb4be5
stylesheets: fix @import "*.css.scss" to "*.scss".
2017-02-28 19:01:10 -06:00
evazion
df3925ecb4
stylesheets: rename *.css.scss -> *.scss.
...
Fixes "DEPRECATION WARNING: Extra .css in SCSS file is unnecessary."
2017-02-28 19:01:09 -06:00
evazion
ecf22adc7d
/comments/search: add more search params; style as inline form.
2017-01-23 22:13:00 -06:00
evazion
f57f352838
Name changes: format processed requests more nicely.
2017-01-15 04:22:00 +00:00
Albert Yi
f1c78d9a29
stylize hints
2017-01-11 11:39:14 -08:00
evazion
91e368f08a
Highlight stickied comments; don't dim downvoted stickies.
...
The highlight color uses the same color as the subnav bar background
color. Make it a tad brighter so it's more visible.
2016-12-26 23:52:45 -06:00
evazion
390524c7f5
Remove obsolete IE8 opacity hacks; remove unused transparency mixin.
2016-12-26 23:52:27 -06:00
Albert Yi
e78b7d2a8c
fixes #2716 : Wiki pages should be undeletable
2016-10-18 15:45:50 -07:00
r888888888
efe4c2eb6f
fixes #2673 : Reduce Vertical Whitespace Padding for Headers
2016-09-13 11:14:52 -07:00
r888888888
2c80d7b82e
more intelligent notice for mod queue
2016-09-09 15:08:23 -07:00
Toks
250970a4b8
Fix images being scaled incorrectly at low screen widths
...
fixes #2548
2015-11-11 02:48:16 -05:00
r888888888
5a853bcedb
tweaks to new can_upload_free flag #2469
2015-10-15 16:23:30 -07:00
r888888888
cbe627b01a
fixes #2494 : Twitter bookmarklet: support uploading video
2015-08-27 14:56:25 -07:00
r888888888
ef59ae8886
enable audio for videos #2499
2015-08-26 13:54:34 -07:00
Toks
842c10af79
Add animation icon to mod queue
2015-07-16 12:50:53 -04:00
Toks
654abe60ed
Fix error message style being overrided
2015-07-01 10:40:04 -04:00
Toks
04fa5596e2
Favorite groups
2015-06-23 15:25:54 -04:00