From 6171ba2040842815edc99d77d88b3649b9a0c0f2 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 20 Oct 2011 11:30:40 -0400 Subject: [PATCH] Moved .ui-br class from swatches section to structure section of default theme. Added .ui-br to Valencia theme. --- css/themes/default/jquery.mobile.theme.css | 15 +++++++++------ css/themes/valencia/jquery.mobile.theme.css | 9 +++++++++ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/css/themes/default/jquery.mobile.theme.css b/css/themes/default/jquery.mobile.theme.css index a0717560..408fbef5 100644 --- a/css/themes/default/jquery.mobile.theme.css +++ b/css/themes/default/jquery.mobile.theme.css @@ -90,12 +90,6 @@ color: #2489CE /*{a-body-link-visited}*/; } -.ui-br { - border-bottom: rgb(130,130,130); - border-bottom: rgba(130,130,130,.3); - border-bottom-width: 1px; - border-bottom-style: solid; -} .ui-btn-up-a { border: 1px solid #222 /*{a-bup-border}*/; background: #333333 /*{a-bup-background-color}*/; @@ -821,6 +815,15 @@ a.ui-link-inherit { border-radius: 0; } +/* Form field separator +-----------------------------------------------------------------------------------------------------------*/ +.ui-br { + border-bottom: rgb(130,130,130); + border-bottom: rgba(130,130,130,.3); + border-bottom-width: 1px; + border-bottom-style: solid; +} + /* Interaction cues -----------------------------------------------------------------------------------------------------------*/ .ui-disabled { diff --git a/css/themes/valencia/jquery.mobile.theme.css b/css/themes/valencia/jquery.mobile.theme.css index a6ffa653..fd4b790a 100644 --- a/css/themes/valencia/jquery.mobile.theme.css +++ b/css/themes/valencia/jquery.mobile.theme.css @@ -876,6 +876,15 @@ a.ui-link-inherit { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; + +} + +/* Form field separator */ +.ui-br { + border-bottom: rgb(130,130,130); + border-bottom: rgba(130,130,130,.3); + border-bottom-width: 1px; + border-bottom-style: solid; } /* Overlays */