The branch, master has been updated
via c1d26ca43111fe9e243087540a63f51692f936df (commit)
via 8e58438b57896544fb715fe2f793f01406bb2e0d (commit)
via 49d96e785299df57fd756e363e9b048a5579d897 (commit)
via ca44f4cc3ba5f5d749df37bad8bf255634fa4dc5 (commit)
from 10867bb1fc5f07dbab735753a43995e24119d477 (commit)
- Log -----------------------------------------------------------------
commit c1d26ca43111fe9e243087540a63f51692f936df
Author: Piotr Przybylski <piotrprz(a)gmail.com>
Date: Sat Apr 16 22:50:32 2011 +0200
Fix background for hovered "Create table" link in nav frame
commit 8e58438b57896544fb715fe2f793f01406bb2e0d
Author: Piotr Przybylski <piotrprz(a)gmail.com>
Date: Sat Apr 16 22:27:04 2011 +0200
Added CSS gradients for Opera 11.10
commit 49d96e785299df57fd756e363e9b048a5579d897
Author: Piotr Przybylski <piotrprz(a)gmail.com>
Date: Sat Apr 16 22:19:12 2011 +0200
fix background of <select>s with multiple=true by using CSS3 backgrounds
commit ca44f4cc3ba5f5d749df37bad8bf255634fa4dc5
Author: Piotr Przybylski <piotrprz(a)gmail.com>
Date: Sat Apr 16 21:28:35 2011 +0200
add proper background under T in server process list
-----------------------------------------------------------------------
Summary of changes:
server_processlist.php | 4 ++--
themes/original/css/theme_right.css.php | 1 +
themes/pmahomme/css/theme_left.css.php | 28 +++++++++++++++++++++-------
themes/pmahomme/css/theme_right.css.php | 19 +++++++++++++++++--
4 files changed, 41 insertions(+), 11 deletions(-)
diff --git a/server_processlist.php b/server_processlist.php
index 12959d1..78f0013 100644
--- a/server_processlist.php
+++ b/server_processlist.php
@@ -54,11 +54,11 @@ $result = PMA_DBI_query($sql_query);
<thead>
<tr>
<?php if (!PMA_DRIZZLE): ?>
- <td><a href="<?php echo $full_text_link; ?>"
+ <th><a href="<?php echo $full_text_link; ?>"
title="<?php echo empty($full) ? __('Show Full Queries') : __('Truncate Shown Queries'); ?>">
<img src="<?php echo $pmaThemeImage . 's_' . (empty($_REQUEST['full']) ? 'full' : 'partial'); ?>text.png"
alt="<?php echo empty($_REQUEST['full']) ? __('Show Full Queries') : __('Truncate Shown Queries'); ?>" />
- </a></td>
+ </a></th>
<?php else: ?>
<th></th>
<?php endif; ?>
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 5e1d013..4aa0be6 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -1441,6 +1441,7 @@ table#serverconnection_trg_local {
border-radius: 11px;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ background: -o-linear-gradient(top, #ffffff, #cccccc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
border: 1px solid #444444;
cursor: pointer;
diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php
index c8b8db1..4b24605 100644
--- a/themes/pmahomme/css/theme_left.css.php
+++ b/themes/pmahomme/css/theme_left.css.php
@@ -192,18 +192,32 @@ div#left_tableList li {
white-space: nowrap;
}
-#newtable{border:1px solid #aaa;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;margin-top:15px !important;padding:1px !important;
+#newtable {
+ margin-top: 15px !important;
+}
- background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
- background: -moz-linear-gradient(top, #ffffff, #cccccc);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
-
+#newtable a {
+ display: block;
+ padding: 1px;
+ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
+ background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ background: -o-linear-gradient(top, #ffffff, #cccccc);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
+ border: 1px solid #aaa;
+ -moz-border-radius: 20px;
+ -webkit-border-radius: 20px;
+ border-radius: 20px;
}
-#newtable:hover{
+
+#newtable li:hover {
+ background: transparent !important;
+}
+
+#newtable a:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)) !important;
background: -moz-linear-gradient(top, #cccccc, #dddddd) !important;
+ background: -o-linear-gradient(top, #cccccc, #dddddd) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd') !important;
- cursor:pointer !important;
}
select{
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index b32fb7f..a4acc5d 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -97,6 +97,7 @@ a:hover {
border-radius:5px;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ background: -o-linear-gradient(top, #ffffff, #cccccc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
}
@@ -115,9 +116,8 @@ th {
background: #f3f3f3;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ background: -o-linear-gradient(top, #ffffff, #cccccc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
-
-
}
a img {
@@ -188,12 +188,14 @@ input[type=submit]{
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ background: -o-linear-gradient(top, #ffffff, #cccccc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
}
input[type=submit]:hover{ position: relative;
background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd));
background: -moz-linear-gradient(top, #cccccc, #dddddd);
+ background: -o-linear-gradient(top, #cccccc, #dddddd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd');
cursor:pointer;
}
@@ -286,6 +288,15 @@ select{
background:url(./themes/pmahomme/img/input_bg.gif)
}
+select[multiple] {
+ background: #fff;
+ background: -webkit-gradient(linear, center top, center bottom, from(#fff), color-stop(0.8, #f1f1f1), to(#fbfbfb));
+ background: -webkit-linear-gradient(#fff, #f1f1f1 80%, #fbfbfb);
+ background: -moz-linear-gradient(#fff, #f1f1f1 80%, #fbfbfb);
+ /* none for Opera 11.10 as <option>s always have solid white background */
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
+}
+
/******************************************************************************/
/* classes */
div.tools {
@@ -1296,11 +1307,13 @@ div#querywindowcontainer fieldset {
*/
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ background: -o-linear-gradient(top, #ffffff, #cccccc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
}
#sectionlinks a:hover, #statuslinks a:hover{
background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd));
background: -moz-linear-gradient(top, #cccccc, #dddddd);
+ background: -o-linear-gradient(top, #cccccc, #dddddd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd');
}
@@ -1733,12 +1746,14 @@ table#serverconnection_trg_local {
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ background: -o-linear-gradient(top, #ffffff, #cccccc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
cursor: pointer;
}
#buttonGo:hover{
background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd));
background: -moz-linear-gradient(top, #cccccc, #dddddd);
+ background: -o-linear-gradient(top, #cccccc, #dddddd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd');
}
hooks/post-receive
--
phpMyAdmin