[PATCH conductor] Fixing the appearance of the cancel button on deployables#new

ifarkas at redhat.com ifarkas at redhat.com
Thu Dec 15 10:26:27 UTC 2011


From: Imre Farkas <ifarkas at redhat.com>

https://bugzilla.redhat.com/show_bug.cgi?id=760905
---
 src/app/stylesheets/custom.scss |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/app/stylesheets/custom.scss b/src/app/stylesheets/custom.scss
index 31953e2..0f4d7d5 100644
--- a/src/app/stylesheets/custom.scss
+++ b/src/app/stylesheets/custom.scss
@@ -241,3 +241,19 @@ form.generic section.services {
     list-style-type: none;
   }
 }
+
+form#new_deployable{
+  a.button{
+    font-family: sans-serif;
+    font-size: 11px;
+    font-weight: bold;
+    color: #333333;
+  }
+
+  .button:hover,
+  .button:focus,
+  .button:active,
+  .button.active {
+    color: #ffffff;
+  }
+}
-- 
1.7.6.4




More information about the aeolus-devel mailing list