Skip to content

Commit a9b3de4

Browse files
author
Richard Jones
committed
Bringing the two sheets in line.
1 parent a4bccec commit a9b3de4

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

share/roundup/templates/classic/html/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ table.otherinfo th {
413413
font-weight: bold;
414414
text-align: left;
415415
}
416+
416417
input[type="text"]:focus,
417418
input[type="checkbox"]:focus,
418419
input[type="radio"]:focus,

share/roundup/templates/minimal/html/style.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ td.page-header-top {
5050
padding: 5px;
5151
border-bottom: 1px solid #444;
5252
}
53-
#searchbox {
54-
float: right;
55-
}
5653

5754
div#body-title {
5855
float: left;
@@ -127,7 +124,7 @@ p.error-message a[href] {
127124
/* style for search forms */
128125
ul.search-checkboxes {
129126
display: inline;
130-
padding: none;
127+
padding: 0;
131128
list-style: none;
132129
}
133130
ul.search-checkboxes > li {
@@ -422,6 +419,14 @@ table.otherinfo th {
422419
text-align: left;
423420
}
424421

422+
input[type="text"]:focus,
423+
input[type="checkbox"]:focus,
424+
input[type="radio"]:focus,
425+
input[type="password"]:focus,
426+
textarea:focus, select:focus {
427+
background-color: #ffffc0;
428+
}
429+
425430
.calendar_display {
426431
text-align: center;
427432
}

0 commit comments

Comments
 (0)