Commit graph

17 commits

Author SHA1 Message Date
Alex Liebowitz 7172149bac Tweak padding on drop-down menus 2017-02-24 03:02:32 -05:00
Job Evers‐Meltzer fe954ed17d Merge pull request #176 from lbryio/electron-2
Electron 2
2017-02-21 12:59:00 -06:00
Alex Liebowitz fb75bc19b4 Fix several problems with margin and padding on buttons
- Buttons on dialogs were not getting width and height
 - Tooltip buttons were getting standard button spacing when they
   should be closer to their corresponding menu button
 - Several buttons and other elements had containers just to get
   spacing in button sets; rename button-container class to
   button-set-item and apply directly to elements where possible.
2017-02-21 01:27:08 -05:00
jobevers 1fc8f21824 background image isn't actually used on load screen 2017-02-20 23:06:55 -06:00
alexliebowitz 4cc1a5355f Revert "Merge updates from development into Electron branch" 2017-02-20 23:15:17 -05:00
jobevers 93effcbb78 background image isn't actually used on load screen 2017-02-14 17:12:37 -06:00
Alex Liebowitz df1c6ed97c Fix colors on loading screen 2017-02-01 03:27:18 -05:00
Alex Liebowitz 34d04255de Convert load screens to use CSS 2017-01-31 02:06:53 -05:00
Alex Liebowitz 2286fc992e Add z-index to menus
Prevents elements with position stacking on top
2017-01-23 23:52:20 -05:00
Alex Liebowitz b2fd38a1c8 Reduce padding around text buttons
After moving the padding to the content of buttons, we ended up with
extra padding around text buttons that wasn't there before. The
"Download" bar doesn't look great with no padding at all, but it needs
to match the text buttons so the text doesn't jump to the right when
it switches from "Download" (text button) to "Connecting" (progress bar).

So we pad both text buttons and progress bars just a little bit, less
than a standard button but enough that progress bars look OK.
2017-01-23 18:58:31 -05:00
Jeremy Kauffman 44412437ce unavailable content cleanup 2017-01-21 16:31:41 -05:00
Alex Liebowitz 42517587ee Add FileUnavailableMessage component 2017-01-21 01:48:30 -05:00
Alex Liebowitz 78176e6b0a In FileTile, show a message when a file is unavailable 2017-01-20 11:44:08 -05:00
Alex Liebowitz 9a421941fe Move styles for ToolTip and ToolTipLink into CSS 2017-01-20 11:38:23 -05:00
Alex Liebowitz 1c19537883 Clean up prop passing from FileTile to FileTileStream 2017-01-20 08:49:47 -05:00
Alex Liebowitz e9f00eec23 Pad buttons using margin on content instead of padding on container
Allows button-style progress bars to set width without having to
account for padding
2017-01-16 23:44:06 -05:00
Jeremy Kauffman b7f23aa0dd big refactor of file actions/buttons/tiles 2017-01-16 23:44:04 -05:00