From 80c3f3f757b5f4f2672e43d66242955a8fbea568 Mon Sep 17 00:00:00 2001 From: Ryan O'Hara Date: Tue, 21 Aug 2012 14:17:36 +1200 Subject: [PATCH] BUGFIX: Fix button label styling for tree-dropdown field --- css/DMSMainCMS.css | 2 +- scss/DMSMainCMS.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/DMSMainCMS.css b/css/DMSMainCMS.css index 7e4f3cd..f1105a4 100644 --- a/css/DMSMainCMS.css +++ b/css/DMSMainCMS.css @@ -17,7 +17,7 @@ #Main_FromtheCMS .document-add-existing input { position: absolute; z-index: 9999; top: 70px; width: 390px; padding: 9px 7px; border-bottom-right-radius: 0; border-top-right-radius: 0; } #Main_FromtheCMS .document-add-existing input[disabled] { color: #C0C0C2; text-shadow: 0 -1px 0 white; background: #EEE; background-image: none; box-shadow: inset 0 1px 8px 0 #C4C4C4; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } #Main_FromtheCMS .document-add-existing .TreeDropdownField { border: none; } -#Main_FromtheCMS .document-add-existing .treedropdownfield-toggle-panel-link { padding: 5px 9px 9px; border: 1px solid #B3B3B3; } +#Main_FromtheCMS .document-add-existing .treedropdownfield-toggle-panel-link { padding: 5px 9px 9px; border: 1px solid #B3B3B3; float: right; } #Main_FromtheCMS .document-add-existing .treedropdownfield-title { width: auto; } #Main_FromtheCMS .document-add-existing .treedropdownfield-toggle-panel-link a { display: inline-block; top: 4px; position: relative; } #Main_FromtheCMS .document-add-existing .document-list { position: absolute; z-index: 9999; width: 510px; border: 1px solid #DDD; border-top: none; background: #ffffff; display: none; box-shadow: 0 2px 4px 1px #DDD; max-height: 300px; border-radius: 6px; background-clip: padding-box; overflow: scroll; } diff --git a/scss/DMSMainCMS.scss b/scss/DMSMainCMS.scss index 57ad3ef..c67d0a9 100644 --- a/scss/DMSMainCMS.scss +++ b/scss/DMSMainCMS.scss @@ -83,6 +83,7 @@ $gf_colour_zebra: #F0F4F7; .treedropdownfield-toggle-panel-link{ padding: 5px 9px 9px; border: 1px solid #B3B3B3; + float: right; } .treedropdownfield-title{ width: auto;