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:
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/pmd.css.php111
1 files changed, 11 insertions, 100 deletions
diff --git a/themes/pmahomme/css/pmd.css.php b/themes/pmahomme/css/pmd.css.php
index 749b4ce6c2..a3a69809c2 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,58 +434,15 @@ 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;
}
.history_table {
text-align: center;
background-color: #9999CC;
+ cursor: pointer;
}
.history_table2 {
@@ -497,58 +450,16 @@ h2.active {
background-color: #DBE4E8;
}
-#filter {
- display: none;
- position: absolute;
- top: 0%;
- left: 0%;
- width: 100%;
- height: 100%;
- background-color: #CCA;
- z-index: 10;
- opacity: .5;
- filter: alpha(opacity=50);
+#ab {
+ min-width: 300px;
}
-#box {
- display: none;
- position: absolute;
- top: 20%;
- <?php echo $left; ?>: 30%;
- width: 500px;
- height: 220px;
- padding: 48px;
- margin: 0;
- border: 1px solid #000;
- background-color: #fff;
- z-index: 101;
- overflow: visible;
-}
-
-#boxtitle {
- position: absolute;
- float: center;
- top: 0;
- <?php echo $left; ?>: 0;
- width: 593px;
- height: 20px;
+#ab .ui-accordion-content {
padding: 0;
- padding-top: 4px;
- margin: 0;
- border-bottom: 4px solid #3CF;
- background-color: #D0DCE0;
- color: black;
- font-weight: bold;
- padding-<?php echo $left; ?>: 2px;
- text-align: <?php echo $left; ?>;
}
-#tblfooter {
- background-color: #D3DCE3;
- float: <?php echo $right; ?>;
- padding-top: 10px;
- color: black;
- font-weight: normal;
+#box {
+ display: none;
}
#foreignkeychk {