From 9c056c11fb7d9e072bceb6a3d316feaf76e29a36 Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 8 Dec 2009 00:30:01 +0000 Subject: [PATCH] Bringing the two sheets in line. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4406 57a73879-2fb5-44c3-a270-3262357dd7e2 --- share/roundup/templates/classic/html/style.css | 1 + share/roundup/templates/minimal/html/style.css | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/share/roundup/templates/classic/html/style.css b/share/roundup/templates/classic/html/style.css index fe9eef4..770a6df 100644 --- a/share/roundup/templates/classic/html/style.css +++ b/share/roundup/templates/classic/html/style.css @@ -413,6 +413,7 @@ table.otherinfo th { font-weight: bold; text-align: left; } + input[type="text"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus, diff --git a/share/roundup/templates/minimal/html/style.css b/share/roundup/templates/minimal/html/style.css index 1f62052..c41a6e8 100644 --- a/share/roundup/templates/minimal/html/style.css +++ b/share/roundup/templates/minimal/html/style.css @@ -50,9 +50,6 @@ td.page-header-top { padding: 5px; border-bottom: 1px solid #444; } -#searchbox { - float: right; -} div#body-title { float: left; @@ -127,7 +124,7 @@ p.error-message a[href] { /* style for search forms */ ul.search-checkboxes { display: inline; - padding: none; + padding: 0; list-style: none; } ul.search-checkboxes > li { @@ -422,6 +419,14 @@ table.otherinfo th { text-align: left; } +input[type="text"]:focus, +input[type="checkbox"]:focus, +input[type="radio"]:focus, +input[type="password"]:focus, +textarea:focus, select:focus { + background-color: #ffffc0; +} + .calendar_display { text-align: center; } -- 2.30.2