Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-15 12:05:14 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-15 12:05:14 +0300
commit527f6c97d4fd86666b323bfeff23007adae6a6af (patch)
treebdc846773dd15e543b16a6ef8e62d5e467893176 /themes
parentde6e9b8f67162d5b3fc3c2d7554d07154982c822 (diff)
Use jQuery accordion to display options selected
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/pmd.css.php67
1 files changed, 14 insertions, 53 deletions
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;
<?php echo $right; ?>: 0;
- display: none;
- background: #FFF;
- border: 1px solid gray;
- width: 350 px;
+ width: 350px;
max-height: 500px;
- overflow:scroll;
- padding: 30px;
- padding-<?php echo $left; ?>: 30px;
- color: #FFF;
+ display: none;
+ overflow: auto;
+ padding-top: 34px;
z-index: 102;
}
@@ -438,53 +434,10 @@ a.active.trigger:hover {
background: #fff696 url(<?php echo $minusImg; ?>) 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: <?php echo $left; ?>;
- color : #333;
- text-align: center;
-}
-
-h2.tiger a {
- background-image: url(<?php echo $headerImg; ?>);
- text-align: center;
- text-decoration: none;
- color : #333;
- display: block;
-}
-
-h2.tiger a:hover {
- color: #000;
- background-image: url(<?php echo $headerLinkedImg; ?>);
-}
-
-h2.active {
- background-image: url(<?php echo $headerImg ?>);
- 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;
}