[PATCH conductor] BZ795350 Fix Pool Families table overlap

jtomasek at redhat.com jtomasek at redhat.com
Mon Feb 20 10:17:04 UTC 2012


From: Jiri Tomasek <jtomasek at redhat.com>

---
 src/app/stylesheets/layout.scss |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/app/stylesheets/layout.scss b/src/app/stylesheets/layout.scss
index e0f314b..737b96e 100644
--- a/src/app/stylesheets/layout.scss
+++ b/src/app/stylesheets/layout.scss
@@ -3154,6 +3154,7 @@ table.pool_families{
     -webkit-border-radius: 7px 7px 0px 0px;
     -moz-border-radius: 7px 7px 0px 0px;
     border-radius: 7px 7px 0px 0px;
+    box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
 
     .caption_content{padding: 8px;}
   }
-- 
1.7.7.6




More information about the aeolus-devel mailing list