aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
Commit message (Expand)AuthorAgeFilesLines
* Add layout and props for send screen inputssdtsui2017-08-231-1/+21
* [WIP] - Styling Send Screen - Need to bring in data contract for signTxsdtsui2017-08-231-0/+10
* Tweak z-indiciessdtsui2017-08-223-6/+7
* Adjust zIndex and width for send screensdtsui2017-08-223-10/+17
* [WIP] Tweak Send Screen Stylessdtsui2017-08-223-11/+33
* Hook up identicon and buttons to AccountDetailsModal, clean up colorssdtsui2017-08-223-5/+9
* Integrate old QR component with new modal layoutsdtsui2017-08-222-5/+6
* Add wrapper CSS for NewAccountModalsdtsui2017-08-211-1/+10
* Add wrapper CSS for AccountDetailsModalsdtsui2017-08-211-0/+9
* Hook up actions to EditAccountNameModalsdtsui2017-08-213-22/+60
* Implement new dropdown design, integrate account balancessdtsui2017-08-212-0/+16
* Lint and cleanup all scsssdtsui2017-08-1419-244/+329
* Implement infinite scrolls (no lazy loading) for wallet viewsdtsui2017-08-122-8/+21
* [WIP] Begin fixing responsive layout with many walletssdtsui2017-08-111-2/+6
* Allow fullscreen scrolling on mobile view, while retaining in-window scroll f...sdtsui2017-08-111-2/+4
* Implement responsive wallet balancessdtsui2017-08-114-1/+84
* Cleanup SCSS and improve organization of color varssdtsui2017-08-119-54/+45
* Add UI tweaks, including separation of overflow logic for mobile (full-height...sdtsui2017-08-112-8/+42
* Improve text positioning on mobile viewsdtsui2017-08-112-26/+50
* Extract scss breakpoints into variablessdtsui2017-08-111-0/+4
* Implement widescreen layout for tx listsdtsui2017-08-113-10/+44
* Move Txs list item styles into classessdtsui2017-08-111-0/+44
* Add new color for txs - dusty-graysdtsui2017-08-111-2/+4
* Switch buy modal 'cancel' from text to button for accessibilitysdtsui2017-08-101-0/+10
* Improve layout of buy buttons by tweaking text stylessdtsui2017-08-101-1/+10
* Add z indicies to settings-variablessdtsui2017-08-091-1/+13
* Add an additional font-size breakpoint for buy modal on the largest screenssdtsui2017-08-091-1/+19
* Add minor positioning tweaks for buy modal, laptop viewsdtsui2017-08-091-3/+8
* Move inline styles out into explicitly named BEM classessdtsui2017-08-091-16/+50
* Implement modal content for buy flow - mobile viewsdtsui2017-08-092-5/+63
* Add note for responsive modal stylessdtsui2017-08-091-0/+5
* extracted balance component and renders to the format, also wired in the acco...Simon Liang2017-08-081-3/+20
* Opt for calculated values in absolutely positioned caretsdtsui2017-08-071-0/+3
* Improve positioning of caret and add reusable color for wallet viewsdtsui2017-08-072-3/+4
* Position account icon, name, and caretsdtsui2017-08-071-4/+21
* Move tx and wallet view styles to component classessdtsui2017-08-071-1/+15
* Merge branch 'NewUI' into feat/mm-ui-5-mergedsdtsui2017-08-074-24/+40
|\
| * Cleanup breakpoint css + comment on hackinesssdtsui2017-08-051-11/+14
| * Adds early breakpoint from @frankiebee 's + @kumavis 's CRsdtsui2017-08-051-0/+24
| * Increase size of network dropdownsdtsui2017-08-042-3/+8
| * Remove 100% properties that were messing up sizing.Kevin Serrano2017-08-041-2/+0
* | Refactor account name css - mobile viewssdtsui2017-08-072-2/+8
* | Refactor app-header css, including box shadow and z-indexsdtsui2017-08-072-2/+40
* | Add fine css tweaks to hero balance - laptopsdtsui2017-08-071-20/+10
* | Adjust hero balance on mobilesdtsui2017-08-071-26/+31
* | Adjust size of buttons for 576-780+px rangesdtsui2017-08-071-19/+5
* | Fix font size of eth display for 576-780px vwsdtsui2017-08-071-1/+20
* | Normalize sidebar dimensions and adjust hero button responsivenesssdtsui2017-08-072-20/+55
* | Implement hero balance UI, mobilesdtsui2017-08-072-0/+54
* | Disable debug stylessdtsui2017-08-071-17/+17
* | Move remaining debug, fonts, reset, and transitions into inverted trianglesdtsui2017-08-0712-390/+337
* | Move debug and colors to itcsssdtsui2017-08-073-5/+33
* | Remove output foldersdtsui2017-08-073-1177/+1
* | Remove unncessary sourcemaps from css output/sdtsui2017-08-0714-1264/+0
* | Organize app components scsssdtsui2017-08-0719-818/+2115
* | Organize app componentssdtsui2017-08-073-133/+68
* | Move generic button components and body styles to components and generic, res...sdtsui2017-08-079-311/+358
* | Move old colors intro settings/variablessdtsui2017-08-072-8/+18
* | Add inverted triangle css (itcss) folder structuresdtsui2017-08-0714-0/+14
* | Cleanup css and gulpfile post-migrationsdtsui2017-08-073-1184/+3
* | Migrate from css to scss + autoprefixersdtsui2017-08-079-1/+2369
* | Add rough layout for flat layout tx details, add notes for breakpointssdtsui2017-08-031-3/+17
* | Implement 'clear buttons' for tx viewsdtsui2017-08-031-0/+19
* | Finalize sidebar dimensionssdtsui2017-08-031-0/+30
* | Finalize height for main screens, excluding sidebarsdtsui2017-08-031-0/+4
* | Finalize width of main container for all viewportssdtsui2017-08-031-12/+19
* | Make mobile view flush with headersdtsui2017-08-031-1/+28
* | Hook up css animationsdtsui2017-08-031-0/+5
* | Add burger icon and phone-visible media queriessdtsui2017-08-031-4/+4
* | Make wallet view visible iff vw above 575pxsdtsui2017-08-032-2/+23
* | Use DIN OT in wallet viewsdtsui2017-08-011-5/+11
* | Adjust button styles for Send Token screensdtsui2017-07-311-1/+1
* | Simplify btn-green colorssdtsui2017-07-302-4/+3
* | Enhance button and input css reset to protect from user agent stylesheetsdtsui2017-07-301-0/+4
* | Add rounded background to total token, with minor styling tweakssdtsui2017-07-302-6/+7
* | Center action buttons, add minor style adjustmentssdtsui2017-07-301-40/+58
* | Center send token content; hook up 'Next' and 'Cancel' buttonssdtsui2017-07-301-5/+1
* | Add for use in main headersdtsui2017-07-302-1/+3
* | [WIP] Propose more scaleable color managementsdtsui2017-07-301-0/+2
|/
* Set initial scale for mobile.Dan Finlay2017-07-271-1/+1
* Lots of flex rearrangement on account detail viewDan Finlay2017-07-262-7/+40
* Replace ui with responsive-uiDan Finlay2017-07-252-3/+16
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-216-0/+1082
* Make folder for responsive UIDan Finlay2017-07-046-1082/+0
* Add missing changes. Create unique style for rinkeby icon.Kevin Serrano2017-04-261-0/+4
* Initial redo attempt of the buy view to look like vladt's desighnfrankiebee2017-04-191-0/+41
* Fix potential formatting issues for seed word display.Kevin Serrano2017-03-291-1/+0
* Merge branch 'master' into i1234-HardGasLimits-BrowserFormDan Finlay2017-03-231-1/+1
|\
| * Modify css rule for unused hollow diamond.Kevin Serrano2017-03-231-1/+1
* | Merge branch 'master' into i1234-HardGasLimits-BrowserFormDan Finlay2017-03-231-1/+2
|\|
| * Adjust private key confirmation style and logic.Kevin Serrano2017-03-211-1/+2
* | Got basic validations workingDan Finlay2017-03-231-6/+6
|/
* Add more informative messageKevin Serrano2017-03-091-0/+6
* Improve pending tx blue dot styleDan Finlay2017-02-241-4/+3
* code clan up and testsFrankie2017-02-021-3/+3
* Clean up message manger includes:Frankie2017-01-291-0/+10
* Merge branch 'i328-MultiVault-v1' into i715-AddImportMenuDan Finlay2017-01-181-0/+8
|\
| * Scaffold new account viewDan Finlay2016-11-051-0/+8
* | Make network somewhat more modular, add new network indicator.Kevin Serrano2017-01-051-3/+0
* | Show a "LOOSE" warning on accounts not belonging to HD Seed phraseDan Finlay2016-12-231-0/+17
* | Revert "Interface enhancements"Dan Finlay2016-12-171-2/+7
* | Fixed header h1 alignment and network nameLuis Iván Cuende2016-12-151-3/+0
* | Better editable labelLuis Iván Cuende2016-12-151-1/+1
* | Beautified disclaimerLuis Iván Cuende2016-12-141-3/+1
* | Begin adding Ropsten supportDan Finlay2016-11-221-1/+1
|/
* Space out purchase details on ShapeShift formDan Finlay2016-09-161-2/+2
* confTx - show disabled accept btn + add colorskumavis2016-09-161-5/+21
* Add qrcode-npm to package.json and swap out Qr Code generator api for node-mo...Frankie2016-09-131-0/+6
* Create a ShapeShift tx in tx HistoryFrankie2016-08-191-0/+4
* Add multi message capability to Qr view for market infoFrankie2016-08-131-0/+10
* Change buy forms so that they are their own view and add Qr-codeFrankie2016-08-131-0/+9
* Merge branch 'master' into buyFormFrankie2016-08-111-0/+5
|\
| * Fix margin on provider checkmarksDan Finlay2016-07-291-0/+1
| * Add eth classic to provider menuDan Finlay2016-07-291-0/+5
| * Fix menu droppo issues caused by Chrome 52.Kevin Serrano2016-07-271-0/+1
| * Buy button (#474)Frankie2016-07-221-0/+6
* | Create "buy form" add shape shiftFrankie2016-08-111-0/+110
|/
* Implement tx confirmation style refinementsDan Finlay2016-07-081-4/+0
* Merge branch 'master' into ConfirmationStyleDan Finlay2016-07-071-4/+13
|\
| * Add light and ultraLight fontsFrankie2016-07-061-4/+13
* | Began reworking tx conf viewDan Finlay2016-07-071-0/+6
|/
* Put network status checkmarks at end of rowDan Finlay2016-07-021-0/+3
* Implemt new account layoutFrankie2016-07-012-8/+16
* WIP: Working on new layoutFrankie2016-07-011-1/+1
* Add network name to indicator and some css fixesFrankie2016-06-301-0/+17
* Modify network icons to reflect current design. (#355)Kevin Serrano2016-06-291-12/+9
* Fix out-of-place positioning of pending tx badges. (#354)Kevin Serrano2016-06-291-2/+3
* Change color of failure to yellow. Change pending to ellipsis. (#338)Kevin Serrano2016-06-291-0/+5
* Fix editable button so that it dosent float above the drop down menueFrankie2016-06-251-4/+2
* send-tx remove account select buttonkumavis2016-06-251-0/+4
* Swap out Transat font for MontserratFrankie2016-06-232-42/+14
* Change export icon to keyFrankie2016-06-221-1/+2
* Size export confirmation inputFrankie2016-06-131-1/+1
* Change name-label css bugFrankie2016-06-131-2/+1
* Remove qr code icon and reorder to have clipboard firstFrankie2016-06-131-1/+4
* Fix edit textFrankie2016-06-131-6/+5
* Add spacing in line itemsFrankie2016-06-091-0/+2
* Style up the info screenFrankie2016-06-091-0/+18
* Merge branch 'master' into uiFixesFrankie2016-06-062-0/+23
|\
| * Make morden sail blueDan Finlay2016-06-041-1/+1
| * Add provider menu on clicking network status indicator.Dan Finlay2016-06-041-2/+17
| * Clicking network status indicator reveals provider menuDan Finlay2016-06-041-0/+4
| * Added seed word recovery to config screenDan Finlay2016-06-031-0/+4
* | Add css to resize and alighn input for editable lableFrankie2016-06-061-0/+9
* | Fix label size for edit labelFrankie2016-06-061-7/+3
* | Add edit labelFrankie2016-06-061-0/+21
|/
* Merge branch 'master' into i216Dan Finlay2016-05-272-0/+21
|\
| * Add pending messages to sign to tx listDan Finlay2016-05-271-0/+19
| * Center wallet nickname under identicon in tx confirmation screenDan Finlay2016-05-271-0/+2
* | ui - redesign - init + vault create/restore + seedkumavis2016-05-271-14/+8
|/
* Add number indicating pending txs to account listDan Finlay2016-05-261-0/+14
* Add copy address button to account listDan Finlay2016-05-241-0/+5
* Fix up accounts listDan Finlay2016-05-212-12/+10
* Add ability to add account to vaultDan Finlay2016-05-211-0/+4
* Improve tx list styleDan Finlay2016-05-201-1/+4
* ui - redesign - ether amount componentkumavis2016-05-191-0/+9
* ui - redesign - sendTransactionkumavis2016-05-192-36/+35
* ui - redesign - unlock menukumavis2016-05-142-182/+51
* ui - redesign - trans group + + account detail + tx list fixeskumavis2016-05-142-2/+6
* Merge branch 'eyeballs' of github.com:MetaMask/metamask-plugin into eyeballsDan Finlay2016-05-112-3/+25
|\
| * ui - redesign - account detailskumavis2016-05-112-3/+25
* | Fixed transitionsDan Finlay2016-05-111-27/+21
|/
* ui - account list - fix select accountkumavis2016-05-111-0/+5
* ui - redesign - app header + accounts selectionkumavis2016-05-113-15/+76
* Fix button width transition bugDan Finlay2016-05-051-0/+1
* Moved UI into repo with its own dependency stackDan Finlay2016-04-146-0/+750