[PATCH conductor] Fix button_to form button styling when as single button in header

jtomasek at redhat.com jtomasek at redhat.com
Thu Feb 16 15:38:58 UTC 2012


From: Jiri Tomasek <jtomasek at redhat.com>

---
 src/app/stylesheets/custom.scss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/stylesheets/custom.scss b/src/app/stylesheets/custom.scss
index b42a60f..ee1ce34 100644
--- a/src/app/stylesheets/custom.scss
+++ b/src/app/stylesheets/custom.scss
@@ -1,5 +1,5 @@
 /*fixes the button_to helper used in button-group problem*/
-.button-group .button_to div .button.pill{
+.button-group .button_to:not(:only-child) div .button.pill{
   -webkit-border-radius: 0em 50em;
   -moz-border-radius: 0em 50em 50em 0em;
   border-radius: 0em 50em 50em 0em;
@@ -268,4 +268,4 @@ form.generic section.services {
         margin:10px 15px;
     }
   }
-}
\ No newline at end of file
+}
-- 
1.7.7.6




More information about the aeolus-devel mailing list