[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_1RC1-2065-g78685cc
Piotr Przybylski
crackpl at users.sourceforge.net
Sun May 29 18:23:24 CEST 2011
The branch, master has been updated
via 78685cc3ae4a5664bb993c1e00f4ac481d02299a (commit)
from ae0af9e5c6855c0b5535bfa6d2e27974c2b9f3ae (commit)
- Log -----------------------------------------------------------------
commit 78685cc3ae4a5664bb993c1e00f4ac481d02299a
Author: Piotr Przybylski <piotrprz at gmail.com>
Date: Sun May 29 18:22:56 2011 +0200
Disallow text wrapping of status links in pmahomme
Removed empty CSS declarations
-----------------------------------------------------------------------
Summary of changes:
themes/pmahomme/css/theme_right.css.php | 13 +------------
1 files changed, 1 insertions(+), 12 deletions(-)
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index fc1b36c..5d6c66b 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -1193,16 +1193,6 @@ div#serverstatus table tbody td.descr a,
div#serverstatus table .tblFooters a {
white-space: nowrap;
}
-div#serverstatus div#statuslinks a:before,
-div#serverstatus div#sectionlinks a:before,
-div#serverstatus table tbody td.descr a:before,
-div#serverstatus table .tblFooters a:before {
-}
-div#serverstatus div#statuslinks a:after,
-div#serverstatus div#sectionlinks a:after,
-div#serverstatus table tbody td.descr a:after,
-div#serverstatus table .tblFooters a:after {
-}
/* end serverstatus */
/* querywindow */
@@ -1266,11 +1256,9 @@ div#querywindowcontainer fieldset {
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-
box-shadow:0px 1px 1px #fff inset;
-webkit-box-shadow:0px 1px 1px #fff inset;
-moz-box-shadow:0px 1px 1px #fff inset;
-
}
#sectionlinks a, #statuslinks a{
font-size:0.88em;
@@ -1283,6 +1271,7 @@ div#querywindowcontainer fieldset {
color: #111;
text-decoration: none;
background: #ddd;
+ white-space: nowrap;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
hooks/post-receive
--
phpMyAdmin
More information about the Git
mailing list