diff --git a/dist/css/ionic-ios7.css b/dist/css/ionic-ios7.css index 72bc1a2467..9fda294c21 100644 --- a/dist/css/ionic-ios7.css +++ b/dist/css/ionic-ios7.css @@ -952,15 +952,7 @@ address { .modal.active { height: 100%; } -.list { - position: relative; - overflow: hidden; - margin-bottom: 20px; - padding-top: 1px; - padding-bottom: 1px; - padding-left: 0; } - -.list-item { +.item { position: relative; z-index: 2; display: block; @@ -968,137 +960,126 @@ address { border: none; background-color: white; box-shadow: inset 0 0 1px #666666; } - .list-item .badge { + .item .badge { float: right; } - .list-item .badge + .badge { + .item .badge + .badge { margin-right: 5px; } - .list-item.active, .list-item.active:hover, .list-item.active:focus { + .item.active, .item.active:hover, .item.active:focus { z-index: 2; } - .list-item.active .list-item-heading, .list-item.active:hover .list-item-heading, .list-item.active:focus .list-item-heading { + .item.active .item-heading, .item.active:hover .item-heading, .item.active:focus .item-heading { color: inherit; } - .list-item.list-item-default { + .item.item-default { /* color: $color; background-color: $bgColor; border-color: $borderColor; */ } - .list-item.list-item-default.active, .list-item.list-item-default:active { + .item.item-default.active, .item.item-default:active { color: #333333; background-color: white; border-color: #333333; } - .list-item.list-item-default.active .list-item-content, .list-item.list-item-default:active .list-item-content { + .item.item-default.active .list-item-content, .item.item-default:active .list-item-content { background-color: white; color: #333333; } - .list-item.list-item-secondary { + .item.item-secondary { /* color: $color; background-color: $bgColor; border-color: $borderColor; */ } - .list-item.list-item-secondary.active, .list-item.list-item-secondary:active { + .item.item-secondary.active, .item.item-secondary:active { color: #333333; background-color: white; border-color: #333333; } - .list-item.list-item-secondary.active .list-item-content, .list-item.list-item-secondary:active .list-item-content { + .item.item-secondary.active .list-item-content, .item.item-secondary:active .list-item-content { background-color: white; color: #333333; } - .list-item.list-item-primary { + .item.item-primary { /* color: $color; background-color: $bgColor; border-color: $borderColor; */ } - .list-item.list-item-primary.active, .list-item.list-item-primary:active { + .item.item-primary.active, .item.item-primary:active { color: white; background-color: #4a87ee; border-color: #333333; } - .list-item.list-item-primary.active .list-item-content, .list-item.list-item-primary:active .list-item-content { + .item.item-primary.active .list-item-content, .item.item-primary:active .list-item-content { background-color: #4a87ee; color: white; } - .list-item.list-item-info { + .item.item-info { /* color: $color; background-color: $bgColor; border-color: $borderColor; */ } - .list-item.list-item-info.active, .list-item.list-item-info:active { + .item.item-info.active, .item.item-info:active { color: white; background-color: #43cee6; border-color: #333333; } - .list-item.list-item-info.active .list-item-content, .list-item.list-item-info:active .list-item-content { + .item.item-info.active .list-item-content, .item.item-info:active .list-item-content { background-color: #43cee6; color: white; } - .list-item.list-item-success { + .item.item-success { /* color: $color; background-color: $bgColor; border-color: $borderColor; */ } - .list-item.list-item-success.active, .list-item.list-item-success:active { + .item.item-success.active, .item.item-success:active { color: white; background-color: #66cc33; border-color: #333333; } - .list-item.list-item-success.active .list-item-content, .list-item.list-item-success:active .list-item-content { + .item.item-success.active .list-item-content, .item.item-success:active .list-item-content { background-color: #66cc33; color: white; } - .list-item.list-item-warning { + .item.item-warning { /* color: $color; background-color: $bgColor; border-color: $borderColor; */ } - .list-item.list-item-warning.active, .list-item.list-item-warning:active { + .item.item-warning.active, .item.item-warning:active { color: white; background-color: #f0b840; border-color: #333333; } - .list-item.list-item-warning.active .list-item-content, .list-item.list-item-warning:active .list-item-content { + .item.item-warning.active .list-item-content, .item.item-warning:active .list-item-content { background-color: #f0b840; color: white; } - .list-item.list-item-danger { + .item.item-danger { /* color: $color; background-color: $bgColor; border-color: $borderColor; */ } - .list-item.list-item-danger.active, .list-item.list-item-danger:active { + .item.item-danger.active, .item.item-danger:active { color: white; background-color: #ef4e3a; border-color: #333333; } - .list-item.list-item-danger.active .list-item-content, .list-item.list-item-danger:active .list-item-content { + .item.item-danger.active .list-item-content, .item.item-danger:active .list-item-content { background-color: #ef4e3a; color: white; } - .list-item.list-item-dark { + .item.item-dark { /* color: $color; background-color: $bgColor; border-color: $borderColor; */ } - .list-item.list-item-dark.active, .list-item.list-item-dark:active { + .item.item-dark.active, .item.item-dark:active { color: white; background-color: #444444; border-color: #333333; } - .list-item.list-item-dark.active .list-item-content, .list-item.list-item-dark:active .list-item-content { + .item.item-dark.active .list-item-content, .item.item-dark:active .list-item-content { background-color: #444444; color: white; } -a.list-item { +a.item { color: #333333; text-decoration: none; } - a.list-item:hover, a.list-item:focus { + a.item:hover, a.item:focus { text-decoration: none; } -/** - * List editing styles. These trigger when the entire list goes into - * "edit mode" - */ -.list-editing .list-item-content { - margin-right: 30px; - margin-left: 30px; } -.list-editing .list-item-edit { - left: 0px; - opacity: 1; } - -.list-item-content { +.item-content { /** * The content area of a complex list item. This area can * Slide left and right and be dragged to support different @@ -1115,35 +1096,35 @@ a.list-item { white-space: nowrap; font-size: 16px; -webkit-transition: margin-left 0.2s ease-in-out, margin-right 0.2s ease-in-out, left 0.2s ease-in-out; } - .list-item-content h2 { + .item-content h2 { margin: 0 0 4px 0; font-size: 16px; } - .list-item-content h3 { + .item-content h3 { margin: 0 0 4px 0; font-size: 14px; } - .list-item-content h3 { + .item-content h3 { margin: 0 0 4px 0; font-size: 12px; } - .list-item-content h4, .list-item-content h5, .list-item-content h6 { + .item-content h4, .item-content h5, .item-content h6 { margin: 0 0 3px 0; font-size: 10px; } - .list-item-content p { + .item-content p { color: #666; font-size: 14px; } - .list-item-content h1:last-child, - .list-item-content h2:last-child, - .list-item-content h3:last-child, - .list-item-content h4:last-child, - .list-item-content h5:last-child, - .list-item-content h6:last-child, - .list-item-content p:last-child { + .item-content h1:last-child, + .item-content h2:last-child, + .item-content h3:last-child, + .item-content h4:last-child, + .item-content h5:last-child, + .item-content h6:last-child, + .item-content p:last-child { margin-bottom: 0; } -.list-item-text-wrap { +.item-text-wrap { overflow: auto; white-space: normal; } -.list-item-content i { +.item-content i { display: -webkit-box; display: -webkit-flex; display: -moz-flex; @@ -1159,19 +1140,19 @@ a.list-item { height: 100%; font-size: 28px; } -.list-icon-left .list-item-content { +.item-icon-left .item-content { padding-left: 45px; } - .list-icon-left .list-item-content i { + .item-icon-left .item-content i { left: 7.5px; } -.list-icon-right .list-item-content i { +.item-icon-right .item-content i { right: 7.5px; } -.list-icon-left.list-icon-right .list-item-content i:last-child { +.item-icon-left.item-icon-right .item-content i:last-child { left: auto; } -a .list-item-content:after, -button .list-item-content:after { +a .item-content:after, +button .item-content:after { /* By default, both and - -
+ +
Monitors 6
-
+
- -
+ +
Multiple Badges 62 4 143
-
+
@@ -170,27 +170,27 @@

List with padding

- -
+ +
Madison, WI
-
+
List Divider
- -
+ +
Driving Directions
-
+
- -
+ +
Computers 3
@@ -201,27 +201,27 @@

List with card

- -
+ +
Madison, WI
- -
+ +
Driving Directions
-
+
-
+
List Divider
- -
+ +
Computers 3
@@ -231,25 +231,25 @@
- -
+ +
Madison, WI
-
+
- -
+ +
Driving Directions
- -
+ +
Settings
@@ -259,27 +259,27 @@
- -
+ +
Madison, WI
- -
+ +
Driving Directions
-
+
- -
+ +
Settings @@ -294,46 +294,46 @@ Me List Header
-
-
+ +
Icon is filled!!
- -
+ +
.fill-icon
-
+
List Divider
- -
+ +
Default has no wrap! This is a list item with really really really really really really really really really long long long long long long text text text texxxxxttt text testy text!!!
-
+
- -
+ +
- Assigned "list-item-text-wrap". This is a list item with really really really really really + Assigned "item-text-wrap". This is a list item with really really really really really really really really really long long long long long long text text text texxxxxttt text testy text!!!
-
+
@@ -345,35 +345,35 @@
-

Thumbnails .list-item-thumbnail

+

Thumbnails .item-thumbnail

- -
+ +

Pretty Hate Machine

Nine Inch Nails

- -
+ +

Nevermind

Nirvana

- -
+ +

License To Ill

Bestie Boys

- -
+ +

Dookie

Green Day

@@ -382,35 +382,35 @@
-

Large Thumbnails .list-item-thumbnail-lrg

+

Large Thumbnails .item-thumbnail-lrg

- -
+ +

Pretty Hate Machine

Nine Inch Nails

- -
+ +

Nevermind

Nirvana

- -
+ +

License To Ill

Bestie Boys

- -
+ +

Dookie

Green Day

diff --git a/test/tab-bars.html b/test/tab-bars.html index dab4d1a9a2..cd98d81568 100644 --- a/test/tab-bars.html +++ b/test/tab-bars.html @@ -5,92 +5,47 @@ - - + -
+
+

Tab Bars

+
-
-

Tab Bars

-
+
+

Icons On Top Of Text

-
- content -
- -
+ -
+ + + - -