travis-web/assets/styles
Piotr Sarnacki 97e5774631 Fix hiccups with long log views
When scrolling page with long log page was freezing for a moment on
every DOM update (which means at least for a second as we update
duration every second). This was caused by unnecassery reflows - the
main offender was display: box (flexible layout model). It turns out
that newer version of flexible layout, display: flex, behaves much
better. It works on newest versions of Chrome, Safari and on next
version of Opera. Unfortunately Firefox will support it in 18th version,
so I left rules with -moz prefixes for old flexible page model
2012-11-03 23:09:37 +01:00
..
_mixins add broadcasts 2012-10-18 03:53:19 +02:00
app add broadcasts 2012-10-18 03:53:19 +02:00
left Fix selected indicator style for left panel 2012-10-25 16:40:52 +04:00
main Fixes slow scrolling on pages with gigantic logs 2012-10-28 15:49:19 -04:00
profile css sync and hooks buttons 2012-10-14 15:07:30 +02:00
right extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
app.sass extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
auth.sass Remove layout views, just change template on application 2012-10-23 01:40:05 +02:00
layout.sass Fix hiccups with long log views 2012-11-03 23:09:37 +01:00
left.sass extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
main.sass extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
maximize.sass fix assets order 2012-10-04 00:20:17 +02:00
profile.sass moar routing/auth refactorings 2012-10-19 22:20:45 +02:00
right.sass extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
stats.sass extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
status.sass finally rename repository to repo 2012-10-06 20:08:46 +02:00
tabs.sass extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
top.sass fix top menu active item styles 2012-10-19 00:33:39 +02:00