a97c8ffc93
Search: Layout and styling
2018-09-12 19:00:16 +02:00
c5fa6b9535
Sass: set project_nav-width sizes
2018-09-12 18:59:12 +02:00
2be41a7145
Show author badges on assets and comments
...
Comments layout is still broken, marked as TODO(Pablo).
2018-09-12 15:58:29 +02:00
a753637e70
Thicker progress bar on cards
2018-09-11 19:45:42 +02:00
f87c7a25df
Asset: style and cleanup listing
...
Font pillar aliases for asset icons
2018-09-11 19:37:22 +02:00
3ae16d7750
Tweaks to asset listing
2018-09-11 17:45:33 +02:00
c546dd2881
Video: new macro for showing video progress
...
Import video_progress_bar from '_macros/_asset_video_progress.html'
and pass it the video and current_user.
2018-09-11 16:11:05 +02:00
48df0583ab
Layout and styling of asset groups
2018-09-11 15:16:37 +02:00
5df92ca4cf
Use list-asset() mixin component for project index
2018-09-10 19:02:27 +02:00
ecace8c55b
Navbar: style tweaks
2018-09-10 17:09:37 +02:00
d7fd90ded1
Videoplayer: Custom playback speed
2018-09-10 15:23:05 +02:00
9b62daec74
Search: Cleanup and minor fixes.
2018-09-10 11:56:31 +02:00
5cc5698477
Pillar Font: A couple new icons and update.
...
Also added comments on how to update this file in the future.
2018-09-10 11:55:59 +02:00
00ba98d279
Search: replace spinning loader with page-bar loader
2018-09-10 11:10:25 +02:00
e818c92d4e
Assets: License style
2018-09-07 18:17:50 +02:00
612862c048
Use bootstrap classes where possible
2018-09-07 18:13:04 +02:00
6b3f025e16
Project Edit: Cleanup and styling
2018-09-07 17:21:02 +02:00
17a69b973e
Videoplayer: thicker progress bar
2018-09-07 14:55:42 +02:00
8380270128
Fixes on buttons/dropdown layout
2018-09-07 14:55:27 +02:00
35225a189d
Replace #project-loading spinning icon with a .loader-bar
2018-09-07 14:55:04 +02:00
be98a95fc0
Assets: Fix download dropdown
2018-09-07 12:27:37 +02:00
95c1f913c6
Videoplayer small improvements
...
* Disable volume change on scroll
* Add L key shortcut to toggle loop
* Minor style fixes (missing font family)
2018-09-07 11:49:34 +02:00
9bcd6cec89
Cleanup and minor tweaks for apps with a sidebar
...
Like Attract or Flamenco
2018-09-06 18:18:22 +02:00
1500e20291
Blog: cleanup of layout and style
...
Simpler markup reusing bootstrap 4 classes.
2018-09-06 12:42:37 +02:00
b0d8da821f
CSS: Blog cleanup
2018-09-06 12:11:18 +02:00
1821bb6b7d
CSS general cleanup and minor style tweaks
2018-09-06 12:11:10 +02:00
278eebd235
Style jsTree
2018-09-06 12:06:14 +02:00
2777c37085
Style videoplayer.
2018-09-06 12:05:45 +02:00
9c2ded79dd
CSS: Cleanup and simplification
...
Mainly to rely more on bootstrap styling
2018-08-31 19:32:17 +02:00
33bd2c5880
Sass: Import modules on top level
2018-08-31 14:26:42 +02:00
76338b4568
Sass config: Bootstrap overrides
2018-08-31 14:24:25 +02:00
40f79af49d
Tooltips: Cleanup
2018-08-28 15:54:14 +02:00
84608500b9
CSS: Split dropdown styling
2018-08-28 15:53:47 +02:00
819300f954
Navbar cleanup
2018-08-28 15:52:56 +02:00
b569829343
General cleanup
2018-08-28 15:52:50 +02:00
d0ff519980
Font Pillar: Aliases for CC license icons
...
Also comments about updating the font from fontello.com
2018-08-27 17:03:13 +02:00
b5535a8773
CSS: New primary color and navbar height
2018-08-27 17:02:07 +02:00
2ded541955
CSS Cleanup: remove font-body specifics
2018-08-27 17:01:43 +02:00
3965061bde
CSS: Split into modules
...
Don't place pure styling on top-level files (those that don't begin with underscore).
Instead, import them as individual files.
2018-08-27 17:01:08 +02:00
5238e2c26d
Pillar Font: Use variable for path
2018-08-22 19:57:22 +02:00
7e06212cd5
CSS: Tweaks to pre/code
2018-06-10 09:41:26 +02:00
ef3912b647
CSS: Fix for emojis on lists
2018-06-10 09:01:44 +02:00
505e3c3a6d
New design for project landing pages and blogs
2018-04-16 14:33:38 +02:00
ec2e4dee46
Minor style tweak to assets
2018-04-05 16:47:06 +02:00
f4e0b9185b
Shortcodes for YouTube and iframes
...
Added shortcodes 2.5.0 as dependency; Earlier versions corrupted
non-ASCII characters, see
https://github.com/dmulholland/shortcodes/issues/6
The rendered elements have a `shortcode` CSS class.
The YouTube shortcode supports various ways to refer to a video:
- `{youtube VideoID}`
- `{youtube youtube.com or youtu.be URL}`
URLs containing an '=' should be quoted, or otherwise the shortcodes
library will parse it as "key=value" pair.
The IFrame shortcode supports the `cap` and `nocap` attributes. `cap`
indicates the required capability the user should have in order to
render the tag. If `nocap` is given, its contents are shown as a message
to users who do not have this tag; without it, the iframe is silently
hidden.
`{iframe src='https://source ' cap='subscriber' nocap='Subscribe to view'}`
Merged test code + added HTML class for shortcode iframes
2018-04-03 10:49:00 +02:00
ab6b277293
Minor tweaks and cleanup on group_hdri, group_texture and texture templates
2018-03-27 19:47:48 +02:00
479a435ec5
Work in progress in blurring asset preview and minor CSS/template cleanups
2018-03-21 20:15:29 +01:00
6f69fe5b8a
CSS: Style kbd tag in node description
2018-03-14 21:59:50 +01:00
6e1d255dfc
CSS: Style buttons with 'disabled' class
2018-03-11 23:40:23 +01:00
f236845374
CSS Login: Minor tweaks and maintenance
2018-03-07 21:16:35 +01:00