From ce29f55536b5d010003bd97dd3645f40e4d29f20 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 10 Jun 2014 20:22:53 +0200 Subject: [PATCH] Vier: Some small color changes --- include/dba_pdo.php | 2 +- view/theme/vier/style.css | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/include/dba_pdo.php b/include/dba_pdo.php index 2f1309b9a..7cd8c638e 100644 --- a/include/dba_pdo.php +++ b/include/dba_pdo.php @@ -100,7 +100,7 @@ class dba { public function q($sql, $onlyquery = false) { global $a; - + $strHandler = (true === $onlyquery) ? 'PDOStatement' : 'MULTI'; $strQueryAlias = md5($sql); diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index c224be8c8..eb9cfc889 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -200,7 +200,7 @@ div.pager a { span.pager_first a, span.pager_n a, span.pager_last a, span.pager_prev a, span.pager_next a { - color: darkgrey; + color: darkgray; } div.pager { @@ -221,7 +221,7 @@ div.pager { .birthday-notice, .event-notice { margin-top: 5px; margin-bottom: 5px; - background-color: #FAFAFA; + background-color: #F5F5F5; } #live-network { @@ -392,7 +392,8 @@ code { #sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forum-list div:hover, .nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, #message-new:hover { /* background-color: #ddd; */ - background-color: #e5e5e5; +/* background-color: #e5e5e5; */ + background-color: #F5F5F5; } #message-new a { @@ -1907,7 +1908,7 @@ ul.tabs a, div.pager a { padding-bottom: 6px; /* padding: 0px 12px 0px 12px; */ /* color: #444; */ - color: darkgrey; + color: darkgray; } ul.tabs a { @@ -1933,7 +1934,7 @@ ul.tabs a { .birthday-notice, .event-notice { padding: 2px 7px 2px 7px; - color: darkgray; + color: darkgrey; font-weight: bold; } .comment-edit-submit-wrapper .fakelink { @@ -2115,7 +2116,7 @@ aside form .field label { width: 120px; height: 130px; float: left; - overflow: hidden; +/* overflow: hidden; */ margin-left: 5px; } /* photo */