Régis Hanol
177cbf392d
UX: remove outline on lightboxes
2015-03-16 22:38:33 +01:00
riking
98c31f399a
FEATURE: Style 'Feature Topic' dialog
2015-03-15 20:42:14 -07:00
Kris Aubuchon
111ac609ec
fixing mis-alignment of categories in the dropdown
2015-03-10 13:33:38 -04:00
Robin Ward
b5263b9b9b
Merge pull request #3266 from techAPJ/patch-1
...
UX: show GitHub logo in front of URL for commit/PR/issue/gist
2015-03-10 12:27:00 -04:00
Kris Aubuchon
3d6c636aa8
a few small alignment fixes for bullet categories
2015-03-10 10:34:04 -04:00
Arpit Jalan
470d29086f
UX: show GitHub logo in front of URL for commit/PR/issue/gist
2015-03-10 19:54:41 +05:30
Kris Aubuchon
b89fa00f79
bullet category fixes
2015-03-09 23:47:30 -04:00
Kris Aubuchon
6c9eeb0792
adding a new "bullet" category style
2015-03-09 12:25:27 -04:00
Kris Aubuchon
8932b9afcf
rebuilding the category badge css
2015-03-06 13:51:16 -05:00
Robin Ward
84b84a9d7c
Support for url_list
site setting.
2015-03-03 16:19:29 -05:00
Régis Hanol
64d0d12632
FEATURE: subtle in & out animations for user cards
2015-03-02 18:12:25 +01:00
Régis Hanol
2a7af5e718
FIX: words nested in <kbd> disappear when searched
2015-03-02 17:00:05 +01:00
Sam
96f240283b
Merge pull request #3241 from techAPJ/patch-1
...
UX: show user name and title on about page
2015-03-02 21:14:51 +11:00
Arpit Jalan
98f28e1830
UX: show user name and title on about page
2015-03-02 15:18:44 +05:30
Sam
f555bbb416
FEATURE: long descriptions for badges to help teach people
2015-02-27 17:19:18 +11:00
Sam
8248abf73c
UX: clean up box category styling
2015-02-25 17:42:10 +11:00
Sam
fe578f9944
FEATURE: Allow manual assignment of related post to badge
...
PERF: clean up performance of user badges admin when large number of badges exist
2015-02-25 12:53:01 +11:00
NomNuggetNom
44e8087e20
Fix misaligned dropdown categories
2015-02-21 22:02:08 -05:00
Jeff Atwood
bf03209f42
let's try to vertically align small logo
2015-02-18 23:55:04 -08:00
Sam
81733eb885
FIX: stop allowing nested SUP in topic bodies
2015-02-19 13:17:31 +11:00
Kris Aubuchon
f6035411c9
box category alignment fix
2015-02-12 23:24:07 -05:00
Sam
4a5d79ad89
Merge pull request #3184 from awesomerobot/master
...
fixing unread count alignment
2015-02-09 10:44:21 +11:00
Kris Aubuchon
0bc35a6360
fixing unread count alignment
2015-02-08 18:09:12 -05:00
Jeff Atwood
2f8e29bd04
Merge pull request #3180 from awesomerobot/master
...
fixing missing border on dropdown
2015-02-08 10:24:08 -08:00
Kris Aubuchon
29490209e7
fixing missing border on dropdown
2015-02-08 12:01:51 -05:00
Sam
32b40503d0
Merge pull request #3179 from awesomerobot/master
...
updating the composer category selector style
2015-02-08 16:46:22 +11:00
Kris Aubuchon
834378f996
updating the composer category selector style
2015-02-07 23:16:46 -05:00
Robin Ward
3d7b534564
FEATURE: New "Plugins" admin section with extensibility support
2015-02-06 17:33:24 -05:00
Sam
dd9c23eb5e
we need access to badge category bg in drop down for extensibility
2015-02-06 16:20:55 +11:00
Jeff Atwood
1ec46e3efd
add whee fun border emoji radius
...
BECAUSE FUN GOD DAMN IT
2015-02-05 16:36:52 -08:00
Jeff Atwood
dc96d6bafe
move admin topic wrench down a bit
2015-02-03 15:01:23 -08:00
Jeff Atwood
80d8b133d9
slight emoji dialog tweak
2015-02-02 15:41:53 -08:00
Jeff Atwood
2dbe747918
emoji dialog UX tweaks
...
https://meta.discourse.org/t/idea-design-window-emoticons/24654
2015-02-02 14:43:10 -08:00
Jeff Atwood
9d4ee9553d
add some breathing room to quoted categories
2015-02-02 02:08:06 -08:00
Jeff Atwood
737f81b3a9
remove default bgcolor from code highlight
2015-02-02 01:53:24 -08:00
Sam
8b95511816
correct bad styling in user->pref->categories
2015-01-31 17:04:53 +11:00
Sam
d9ae4e791e
woops should be a bit more specific
2015-01-30 19:17:26 +11:00
Sam
833b7b8f0b
fix header primary missing color
2015-01-30 17:57:46 +11:00
Sam
e77eaf9c95
adjust styling for tagged topics
2015-01-30 12:33:27 +11:00
Neil Lalonde
644c7a4675
FEATURE: Add an option to show custom user fields on profiles. Default is to not show them.
2015-01-29 17:38:39 -05:00
Sam
ffee7ba789
fix style
2015-01-29 18:37:38 +11:00
Sam
8792909ff8
less rules ... less ie problems ...
2015-01-29 18:22:29 +11:00
Sam
1a694c04e4
correct box styles
2015-01-29 17:49:14 +11:00
Sam
cd5564f623
more styling tweaks
2015-01-29 17:49:14 +11:00
Sam
6495bca540
bar style fixes
2015-01-29 17:49:14 +11:00
Sam
844467015d
FEATURE: allow simple selection for category badge styles
...
clean up category badge styling
2015-01-29 17:49:14 +11:00
lidlanca
0ffea11ccb
Perf UX : reduce page paint on scrolling, due to fixed header element union with progress bar
...
Should provide some performance improvement for scrolling on chrome
The fixed header and the fixed progress bar on both ends of the screen will invoke a complete visible page redraw.
For whatever reason this css should make things better for low performance devices. only tested on chrome superficially.
2015-01-26 20:47:43 -05:00
Robin Ward
30cd341b0d
UX: Max width of .gifv videos
2015-01-26 11:00:18 -05:00
Régis Hanol
256519dddf
FEATURE: automatic group membership based on email address
2015-01-23 18:25:43 +01:00
Régis Hanol
e300945879
FEATURE: split group admin in 2 tabs (custom & automatic)
...
FIX: clear the user-selector when adding new members
2015-01-21 20:52:48 +01:00