Commit Graph

744 Commits

Author SHA1 Message Date
Adam Bradley
4ff6acb10e fix for .item-select 2014-04-03 15:39:34 -05:00
Andy Joslin
6b5083bc9a scss(nav-title-slide-ios7): no back button animation on no-animation 2014-04-03 11:33:04 -06:00
Andy Joslin
ad67184800 fix(refresher): get rid of flickers except on droid-4.4
Fixes #1014.
2014-04-03 11:29:08 -06:00
Oori
0a9b7c2cab overflow-scroll: fix iOS bug where relative children of scroller disappear while scrolling. resolved by forcing hardware acceleration 2014-04-03 10:23:09 +02:00
Oori
9460d9bdd4 overflow-scroll: removed duplicate css entries 2014-04-03 10:22:49 +02:00
Adam Bradley
8a12f2d16c feat(select): Styled select elements, both inline and as a list item 2014-04-02 23:25:21 -05:00
Andy Joslin
972579383a feat(ionNavBar): make back button animated
Closes #1030
2014-04-02 19:35:09 -06:00
Adam Bradley
096a01c117 fix(labels): Fix .input-label's width for androids w/out full flex box support, #998 2014-04-02 15:39:35 -05:00
Adam Bradley
5b0f5d024c fix(item): Vertically align nav icon w/out flexbox to prevent android crashes, #928 2014-04-01 22:33:28 -05:00
Adam Bradley
7f94a62d40 vertically align checkbox w/ top:50% / negative margin to prevent android issues 2014-04-01 22:31:30 -05:00
Adam Bradley
acdcfe533d apply .item-radio android hack only to android .grade-b/c 2014-04-01 22:30:10 -05:00
Max Lynch
f0d339812f fix(ion-scroll): removed 100% height 2014-04-01 18:50:00 -05:00
Max Lynch
d295aee416 fix(ion-scroll): added display block 2014-04-01 18:33:23 -05:00
Andy Joslin
38cb08df24 scss: fix typo 2014-04-01 14:21:41 -06:00
Andy Joslin
833a017dd0 revert(scss): more explicit, repetitive, and reliable system for statusbar
Addresses #1012
2014-04-01 14:20:22 -06:00
Andy Joslin
8a5133b7b8 style(header): make it work with ios7 statusbar correctly 2014-04-01 12:49:07 -06:00
Adam Bradley
04b4d771c6 fix(item): Fix css overflow overrides for .item-text-wrap 2014-03-31 11:26:34 -05:00
Andy Joslin
c2a38a6d3d fix(scss): make tabs,header,footer aligned right with statusbar
Addresses #943

Before: we offset the has-header and other classes by 20px if a status
bar existed.

After: we simply offset the body by 20px if a status bar exists. This
makes the other classes automatically offset themselves.
2014-03-31 07:39:50 -06:00
Adam Bradley
e3491864b2 feat(loading): Moved loading scss to its own file and added variables, closes #984 2014-03-30 21:48:23 -05:00
Adam Bradley
044211def3 fix(item): Fix delete icon alignment in .item-icon.left, closes #946 2014-03-28 16:33:49 -05:00
Adam Bradley
870dcd6f99 fix(active): Taps/clicks now use .activated instead of .active, closes #913
Both .active and .activated classes exist within the css now. When a
button/link/item is “active”, the .activated class gets added and
removed. This is so Ionic is not removing any user defined .active
classes, but also so users can use Ionic’s active classes (but not have
to worry about them being removed automatically by Ionic). Styled the
same by default, but easily overridden.
2014-03-27 21:26:59 -05:00
Andy Joslin
5c893ab81a fix(ionRefresher): do not animate pulling-text
Closes #909
2014-03-26 21:29:14 -06:00
Adam Bradley
19c491483f style(scss): each selector should have its own line 2014-03-24 17:29:00 -05:00
Adam Bradley
cb15fd73cd Merge pull request #884 from bostondv/master
Use $base-background-color variable for .view & .pane
2014-03-24 17:22:28 -05:00
Boston Dell-Vandenberg
395f7e9eda fix .pane & .view background color to use base-background-color variable 2014-03-24 17:30:38 -04:00
Andy Joslin
d9f7d251f9 style(tabs-item-hide): make selector less specific 2014-03-24 12:16:37 -06:00
Adam Bradley
dccf7b4182 rename .hide-footer to .footer-hide 2014-03-24 13:11:03 -05:00
Andy Joslin
5966dbf43e feat(ionTabs): add available tabs-item-hide class
Closes #395
2014-03-24 12:07:53 -06:00
Adam Bradley
9c2b03cea3 change progress to be display: block, margin: 15px auto 2014-03-24 08:56:47 -05:00
Adam Bradley
b9cde47dd0 feat(progress): Set progress element's default width to 100%, closes #872 2014-03-24 08:48:12 -05:00
Adam Bradley
24160aa0bd fix(tabs): Renamed .tab-item active state from .active to .tab-item-active, closes #866 2014-03-24 08:20:31 -05:00
Andy Joslin
57d71ed6c3 feat($ionicLoading): implement backdrop class
Closes #837.
2014-03-21 16:00:38 -05:00
Andy Joslin
e9f38108af style(buttons): add .buttons.pull-right rule
Addresses #859
2014-03-21 11:33:22 -05:00
Adam Bradley
aa280910df fix(pointer): Add pointer styling to .item[ng-click], closes #858 2014-03-21 09:23:10 -05:00
Adam Bradley
fe44a7d98b rename .item-drag to .item-reorder, further standardize item editing 2014-03-20 16:02:50 -05:00
Adam Bradley
3718c47e8a also transform .item-left-edit w/ .item-left-editing parent 2014-03-20 14:57:48 -05:00
Adam Bradley
07c824db8d fix(item): Restructure item editing css for added reusability and organization 2014-03-20 14:18:12 -05:00
Andy Joslin
e94d400648 feat(content): automatically add/remove has-* classes to content
Also, do manual transclusion on items that would be 'deep' directives -
to fix a problem with transcluding & requiring parent elements.

Closes #619
2014-03-19 16:32:24 -06:00
Adam Bradley
b8d4c51fe7 fix(input): Fix input label from shifting when text is too long on iOS, closes #801 2014-03-19 16:13:11 -05:00
Adam Bradley
630c6481ff csscomb mixins 2014-03-19 12:39:01 -05:00
Adam Bradley
162b1779e3 Merge pull request #844 from bostondv/master
fix(grid): Remove column offset with responsive grid breaks
2014-03-19 12:32:29 -05:00
Adam Bradley
6ebfe776bc fix(popup): Ensure popup is usable on top of a modal, closes #838 2014-03-19 10:55:54 -05:00
Boston Dell-Vandenberg
73ba2a405f feat(grid): Remove column offset with responsive grid breaks 2014-03-19 11:48:44 -04:00
Adam Bradley
256ab116cd update .item-avatar .item-img to .item-image for consistency w/ thumbnails 2014-03-18 22:56:13 -05:00
Adam Bradley
947b8d6943 fix(item): fix avatar/thumbnail in .item-complex, and avatar misspelling 2014-03-18 22:39:33 -05:00
Max Lynch
00bb385af7 Added animation direction mixin 2014-03-18 15:57:13 -05:00
Max Lynch
049aabc706 fix(scrollView): pull to refresh spin back. Fixes #774 2014-03-18 15:57:13 -05:00
Adam Bradley
ded469311d fix(badge): Badge horizontal alignment over item right side buttons, closes #826 2014-03-18 15:55:05 -05:00
Andy Joslin
83f4776f53 chore: remove animation & type attributes, standard controller names 2014-03-18 14:54:21 -06:00
Adam Bradley
5d663a61cc remove modal max-width, closes #824 2014-03-18 14:47:38 -05:00