The branch, master has been updated via e92a04a2a4c815c2aea8a103920b7390d744532e (commit) from d5c6f3cfe14b7a5882fd02a71b34f49640c62594 (commit)
- Log ----------------------------------------------------------------- commit e92a04a2a4c815c2aea8a103920b7390d744532e Author: Michal Čihař michal@cihar.com Date: Thu May 5 08:44:20 2011 +0200
Drop .warning css
-----------------------------------------------------------------------
Summary of changes: graphite/css/theme_right.css.php | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-)
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index 538aed5..c111178 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -394,7 +394,6 @@ td .icon { /* message boxes: warning, error, confirmation */ .success h1, .notice h1, -.warning h1, div.error h1 { border-bottom: 2px solid; font-weight: bold; @@ -404,7 +403,6 @@ div.error h1 {
div.success, div.notice, -div.warning, div.error, div.footnotes { clear: both; @@ -456,22 +454,6 @@ div.footnotes { border-color: #FFD700; }
-.warning { - color: #CC0000; - background-color: #FFFFCC; -} -p.warning, -h1.warning, -div.warning { - border-color: #CC0000; - <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?> - background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png); - <?php } ?> -} -.warning h1 { - border-color: #cc0000; -} - .error { background-color: #FFFFCC; color: #ff0000; @@ -631,10 +613,6 @@ form.login label { background: #ddd; text-decoration: none; } -#topmenu a.warning { - background: #ccc; - color: #666; -} a.tabactive { font-weight: bolder; background: #aaa;
hooks/post-receive