Commit Graph

35 Commits

Author SHA1 Message Date
Piotr Sarnacki
803c7d0278 Fix flex CSS
We used flex CSS features from both old and new specification.
Furthermore, we weren't using moz and ms prefixes for a new model, which
may have also made it worse in IE and Firefox.

This commit changes CSS to use new flexbox implementation with all the
prefixes (which should not be needed for current versions, but it won't
hurt to keep them for a while).
2014-01-29 14:35:59 +01:00
Philip Arndt
4330aa48ed Fixes #236 by setting #top min-width to 930px to match #left plus #main 2014-01-09 08:55:21 +13:00
Justine Arreche
af65c668d1 bringing in darker #left div bg color for master app.css 2013-10-16 13:09:48 -04:00
Justine Arreche
d75a2f64a6 increased width of #left to account for longer repo users/names 2013-10-03 18:09:21 -04:00
Justine Arreche
b5a27c5d21 reduced width of #left to 260px 2013-10-03 18:05:46 -04:00
Justine Arreche
872ebca991 removed overflow scroll to fix dropdowns 2013-10-02 17:40:47 -04:00
Justine Arreche
f1163977e6 adjustments to #top and #right bars for increased responsiveness in all browsers 2013-10-02 16:55:12 -04:00
Justine Arreche
45b37345ba added a min width to #top to prevent the user wrapping 2013-10-02 13:15:52 -04:00
Justine Arreche
e59ed8766a replaced box-flex and altered #left min/max width 2013-10-02 12:14:35 -04:00
Justine Arreche
87046b60f1 Added max and min width to #left to fix chrome bug 2013-10-02 12:02:00 -04:00
Justine Arreche
d972c81eb1 changed min-widths on #left and #main to resolve sidebar bugs 2013-10-02 10:21:25 -04:00
Justine Arreche
0dea38af7c replaced #left back to 380px wide 2013-10-01 17:44:01 -04:00
Justine Arreche
70c0d02d2e reduced max-width of #left to 350px 2013-10-01 17:07:09 -04:00
Justine Arreche
8172e3bd10 got rid of the border radius on tabs 2013-10-01 11:10:02 -04:00
Justine Arreche
3a73aeb4a6 new typeface, header styles and changes to h3 size colors and styles to reflect landing page 2013-10-01 10:46:14 -04:00
Mathias Meyer
a8e1b270a2 Fix styles for box on the profile. 2013-09-24 10:44:21 +02:00
Mathias Meyer
464c4ea5dc Revert "Moving sidebar styles to travis-pro-web"
This reverts commit bc7d73c355, as it
broke the box on the profile page.
2013-09-24 10:38:52 +02:00
Piotr Sarnacki
bc7d73c355 Moving sidebar styles to travis-pro-web 2013-09-19 22:41:10 +02:00
Piotr Sarnacki
9fdc95cdf8 Make right sidebar bigger 2013-09-19 22:26:42 +02:00
Mathias Meyer
e7d4b284cd Make action links actual icons.
This change pushes the cog menu to the top, where it belongs, as it
now only includes repository-relevant actions. The icons now reflect
things relating to the build/job itself, and have replace the cog
meny.
2013-09-09 16:40:23 +02:00
Piotr Sarnacki
357aa3a563 Fix sidebar for new Chrome version 2013-06-18 15:11:55 +02:00
Piotr Sarnacki
3442610244 Fix jasmine styles to make it bigger and relative (on top of app) 2013-02-28 15:56:55 +01:00
Eugen Minciu
d58ec434d7 !important is not needed for committer media query 2013-01-28 15:40:43 +02:00
Eugen Minciu
b1809c0951 Media query to hide committer on small screens. 2013-01-24 16:12:28 +02:00
Josef Šimánek
31e914b52d Don't hide overflow on #main.
This fixes https://github.com/travis-ci/travis-ci/issues/750 for me. Tested on Linux with Chrome 22 and Firefox 16.0.1.
2012-11-08 21:47:16 +01:00
Piotr Sarnacki
bc79c1bef3 leave display: -webkit-box for safari 2012-11-05 12:24:53 +01:00
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
Piotr Sarnacki
a63ac52458 Remove layout views, just change template on application 2012-10-23 01:40:05 +02:00
Piotr Sarnacki
3fdd2d50ab Get back to old version of log number scrolling 2012-10-22 21:29:14 +02:00
Sven Fuchs
eca5d1902f check both repos.isLoaded and repos.length before rendering empty; set height to 100% 2012-10-19 02:46:39 +02:00
Piotr Sarnacki
450f2b5f49 Make page nicer in smaller resolutions 2012-10-16 22:41:04 +02:00
Piotr Sarnacki
ce534fdcb8 Make layout work for smaller resolutions 2012-10-16 22:29:00 +02:00
Piotr Sarnacki
efcdae70c0 Fix layout in firefox 2012-10-16 21:17:42 +02:00
Piotr Sarnacki
4153c990be Fix specs 2012-10-15 23:20:33 +02:00
Sven Fuchs
7b47863014 extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00