Skip to content
This repository was archived by the owner on Sep 4, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Divider: Adding blue underline
  • Loading branch information
Jason Scott committed Nov 9, 2012
commit c3cab12bd9a4590db2512bb651f31e36aad83a26
2 changes: 1 addition & 1 deletion kitchenSink/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<h1>BB10 JQM KitchenSink</h1>
</div><!-- /header -->
<div data-role="content">
<ul data-role="listview">
<ul data-role="listview" data-dividertheme="c">
<li data-role="list-divider">Light Theme</li>
<li><a href="activityIndicator.html" rel="external">Activity Indicator</a></li>
<li><a href="actionbar.html" rel="external">Action Bar</a></li>
Expand Down
27 changes: 21 additions & 6 deletions src/less/list.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
*/

Expand Down Expand Up @@ -59,7 +59,7 @@ li.ui-btn.ui-btn-icon-right .ui-btn-inner {
border-right-width: 0px;
background: transparent;
}

.ui-btn-inner .ui-link-inherit {
text-align: left;
padding: 0;
Expand All @@ -68,7 +68,7 @@ li.ui-btn.ui-btn-icon-right .ui-btn-inner {
padding-left: 20px;
}
}

&.ui-btn-active .ui-link-inherit{
background: @BBLightBlue;
color: @primaryWhite;
Expand All @@ -78,7 +78,7 @@ li.ui-btn.ui-btn-icon-right .ui-btn-inner {
color: @c-bup-color;
}
}

&.ui-btn-down-c, &.ui-btn-down-a {
.ui-btn-inner {
border-color: @BBLightBlue;
Expand All @@ -90,7 +90,7 @@ li.ui-btn.ui-btn-icon-right .ui-btn-inner {
max-width: 113px;
}
}

.ui-btn-text {
margin-top: 0;
top: 0px;
Expand Down Expand Up @@ -118,7 +118,7 @@ li.ui-btn.ui-btn-icon-right .ui-btn-inner {
width: auto;
font-size: 30px;
}

&.ui-li-static{
padding: 0;
border: @c-bup-border;
Expand Down Expand Up @@ -151,6 +151,21 @@ li.ui-btn.ui-btn-icon-right .ui-btn-inner {
padding: 0 15px 0 20px;
height: 50px;
font-size: 40px;
border: 0;
border-bottom: 3px solid @BBLightBlue;
background-image: none;

&.ui-bar-a {
background: @a-body-background-color;
}

&.ui-bar-c {
background: @c-body-background-color;
}

&.ui-header-solid {
border: 0;
}

.ui-li-heading {
font-size: 40px;
Expand Down