From 527f6c97d4fd86666b323bfeff23007adae6a6af Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Mon, 15 Jun 2015 14:35:14 +0530 Subject: Use jQuery accordion to display options selected Signed-off-by: Madhura Jayaratne --- themes/pmahomme/css/pmd.css.php | 67 +++++++++-------------------------------- 1 file changed, 14 insertions(+), 53 deletions(-) (limited to 'themes') diff --git a/themes/pmahomme/css/pmd.css.php b/themes/pmahomme/css/pmd.css.php index a931facbc8..2e81bd6953 100644 --- a/themes/pmahomme/css/pmd.css.php +++ b/themes/pmahomme/css/pmd.css.php @@ -398,15 +398,11 @@ a.M_butt:hover { position: fixed; top: 60px; : 0; - display: none; - background: #FFF; - border: 1px solid gray; - width: 350 px; + width: 350px; max-height: 500px; - overflow:scroll; - padding: 30px; - padding-: 30px; - color: #FFF; + display: none; + overflow: auto; + padding-top: 34px; z-index: 102; } @@ -438,53 +434,10 @@ a.active.trigger:hover { background: #fff696 url() 85% 55% no-repeat; } -h2.tiger { - background-repeat: repeat-x; - padding: 1px; - font-weight: bold; - padding: 50px 20px 50px; - margin: 0 0 5px 0; - width: 250px; - float: ; - color : #333; - text-align: center; -} - -h2.tiger a { - background-image: url(); - text-align: center; - text-decoration: none; - color : #333; - display: block; -} - -h2.tiger a:hover { - color: #000; - background-image: url(); -} - -h2.active { - background-image: url(); - background-repeat: repeat-x; - padding: 1px; - background-position: left bottom; -} - -.toggle_container { - margin: 0 0 5px; - padding: 0; - border-top: 1px solid #d6d6d6; - background: #FFF; - overflow: hidden; - font-size: 1.2em; - clear: both; -} - .toggle_container .block { background-color: #DBE4E8; - padding: 40px 15px 40px 15px; /*--Padding of Container--*/ - border:1px solid #999; - color: #000; + border-top: 1px solid #999; + cursor: pointer; } .history_table { @@ -497,6 +450,14 @@ h2.active { background-color: #DBE4E8; } +#ab { + min-width: 300px; +} + +#ab .ui-accordion-content { + padding: 0; +} + #box { display: none; } -- cgit v1.2.3