Commit 4da53d8f authored by Ryan Wilson's avatar Ryan Wilson Committed by Dylan William Hardison

Bug 988971 - Replace Classic with "Sandstone" skin as Standard skin

r=dylan,a=dylan
parent b9c40017
...@@ -67,7 +67,7 @@ sub SETTINGS { ...@@ -67,7 +67,7 @@ sub SETTINGS {
state_addselfcc => { options => ['always', 'never', 'cc_unless_role'], state_addselfcc => { options => ['always', 'never', 'cc_unless_role'],
default => 'cc_unless_role' }, default => 'cc_unless_role' },
# 2006-08-04 wurblzap@gmail.com -- Bug 322693 # 2006-08-04 wurblzap@gmail.com -- Bug 322693
skin => { subclass => 'Skin', default => 'Dusk' }, skin => { subclass => 'Skin', default => 'Classic' },
# 2006-12-10 LpSolit@gmail.com -- Bug 297186 # 2006-12-10 LpSolit@gmail.com -- Bug 297186
lang => { subclass => 'Lang', lang => { subclass => 'Lang',
default => ${Bugzilla->languages}[0] }, default => ${Bugzilla->languages}[0] },
......
...@@ -16,8 +16,20 @@ body { ...@@ -16,8 +16,20 @@ body {
/* page title */ /* page title */
#titles { #titles {
width: 100%;
background-color: #404D6C;
color: #fff;
border-top-left-radius: 5px; border-top-left-radius: 5px;
border-top-right-radius: 5px; border-top-right-radius: 5px;
padding: 0px;
}
#header .links {
border-left: 1px solid #747E93;
border-right: 1px solid #747E93;
border-bottom: 1px solid #747E93;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
} }
#header .links, #footer { #header .links, #footer {
...@@ -36,8 +48,13 @@ body { ...@@ -36,8 +48,13 @@ body {
text-decoration: none; text-decoration: none;
} }
#header a:hover, #footer a:hover { #header a:hover, #footer a:hover {
color: white;
text-decoration: underline; text-decoration: underline;
} }
#header a:visited, #footer a:visited {
color: white;
text-decoration: none;
}
/* body */ /* body */
...@@ -53,6 +70,7 @@ body { ...@@ -53,6 +70,7 @@ body {
a { a {
color: #6070cf; color: #6070cf;
} }
a:hover { a:hover {
color: #8090ef; color: #8090ef;
} }
...@@ -70,6 +88,10 @@ hr { ...@@ -70,6 +88,10 @@ hr {
padding-top: 2px; padding-top: 2px;
} }
.field_label a, .field_label b {
color: #6070cf;
}
/* attachments */ /* attachments */
#attachment-list { #attachment-list {
...@@ -140,6 +162,10 @@ hr { ...@@ -140,6 +162,10 @@ hr {
margin-left: 0; margin-left: 0;
} }
.bz_comment_user a {
color: #6070cf;
}
.bz_comment.bz_private { .bz_comment.bz_private {
background-color: #f0e8e8; background-color: #f0e8e8;
border-color: #f8c8ba; border-color: #f8c8ba;
...@@ -174,6 +200,9 @@ hr { ...@@ -174,6 +200,9 @@ hr {
} }
/* tabs */ /* tabs */
table.tabs {
border-collapse: collapse;
}
.tabbed .tabbody { .tabbed .tabbody {
background: #f8f8f8; background: #f8f8f8;
...@@ -189,9 +218,15 @@ hr { ...@@ -189,9 +218,15 @@ hr {
border-collapse: collapse; border-collapse: collapse;
} }
.tabs a {
color: #6070cf;
}
.tabs td { .tabs td {
background: #c8c8c8; background: #c8c8c8;
border-style: solid;
border-width: 1px; border-width: 1px;
text-transform: none;
} }
.tabs td.selected { .tabs td.selected {
...@@ -216,6 +251,15 @@ hr { ...@@ -216,6 +251,15 @@ hr {
clear:both; clear:both;
} }
.column_header {
background-color: #66f;
}
#enter_bug { background: url(../../standard/index/file-a-bug.png) no-repeat; }
#query { background: url(../../standard/index/search.png) no-repeat; }
#account { background: url(../../standard/index/new-account.png) no-repeat; }
#help { background: url(../../standard/index/help.png) no-repeat; }
/* Rules specific for printing */ /* Rules specific for printing */
@media print { @media print {
#header, #header,
......
...@@ -117,7 +117,6 @@ table#attachment_flags th, table#attachment_flags td { ...@@ -117,7 +117,6 @@ table#attachment_flags th, table#attachment_flags td {
.bz_short_desc_container { .bz_short_desc_container {
margin: 8px 0; margin: 8px 0;
padding: 0.3em; padding: 0.3em;
background-color: rgb(208, 208, 208);
border-radius: 0.5em; border-radius: 0.5em;
font-size: 125%; font-size: 125%;
font-weight: bold; font-weight: bold;
...@@ -134,6 +133,23 @@ table#attachment_flags th, table#attachment_flags td { ...@@ -134,6 +133,23 @@ table#attachment_flags th, table#attachment_flags td {
width: 10em; width: 10em;
} }
.bz_alias_short_desc_container {
background: none;
font-size: 20px;
font-weight: normal;
line-height: 30px;
padding: 5px 0;
text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}
.bz_alias_short_desc_container b {
font-weight: normal;
}
.bz_alias_short_desc_container .editme {
font-weight: normal;
}
table#flags { table#flags {
width: auto; width: auto;
} }
...@@ -143,12 +159,13 @@ table#flags { ...@@ -143,12 +159,13 @@ table#flags {
} }
.related_actions { .related_actions {
line-height: 19px;
padding: 5px 10px;
font-size: 0.85em; font-size: 0.85em;
float: right; float: right;
list-style-type: none; list-style-type: none;
white-space: nowrap; white-space: nowrap;
margin: 0; margin: 0;
padding: 0;
} }
.related_actions li { .related_actions li {
...@@ -239,16 +256,24 @@ table#flags { ...@@ -239,16 +256,24 @@ table#flags {
} }
.bz_comment_tags { .bz_comment_tags {
background: #eee;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding: 5px;
margin-top: 3px; margin-top: 3px;
} }
.bz_comment_tag { .bz_comment_tag {
border: 1px solid #c8c8ba; background: #fff;
padding: 1px 3px; color: #444;
border: none;
padding: 2px 6px;
margin-right: 2px; margin-right: 2px;
border-radius: 0.5em; border-radius: 0.5em;
background-color: #eee; background-color: #eee;
color: #000; }
.bz_comment_tag a {
color: #0095DD;
} }
#bz_ctag_div { #bz_ctag_div {
...@@ -256,13 +281,19 @@ table#flags { ...@@ -256,13 +281,19 @@ table#flags {
} }
#bz_ctag_error { #bz_ctag_error {
border: 1px solid #ff6666; border: none;
padding: 0px 2px; background-color: #faa;
color: #444;
padding: 2px 6px;
border-radius: 0.5em; border-radius: 0.5em;
margin: 2px; margin: 2px;
display: inline-block; display: inline-block;
} }
#bz_ctag_error a {
color: #0095DD;
}
#comment_tags_collapse_expand_container { #comment_tags_collapse_expand_container {
padding-top: 1em; padding-top: 1em;
} }
...@@ -417,6 +448,13 @@ table.file_table { ...@@ -417,6 +448,13 @@ table.file_table {
border-bottom: 1px solid black; border-bottom: 1px solid black;
} }
body[class*=bz_group_] {
background-color: inherit;
background-image: url(index/noise.png), -moz-linear-gradient(#d7d7ff, #f0f0ff 400px);
background-image: url(index/noise.png), -webkit-linear-gradient(#d7d7ff, #f0f0ff 400px);
background-image: url(index/noise.png), linear-gradient(#d7d7ff, #f0f0ff 400px);
}
tbody.file pre { tbody.file pre {
display: inline; display: inline;
font-size: 0.9em; font-size: 0.9em;
...@@ -455,6 +493,40 @@ table.attachment_info td { ...@@ -455,6 +493,40 @@ table.attachment_info td {
vertical-align: top; vertical-align: top;
} }
table.edit_form {
background: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
padding: 10px 10px 80px;
position: relative;
}
table.edit_form tbody {
width: 100%;
}
table.edit_form hr {
display: none;
}
.cc_list_display {
background: #fff;
float: none;
font-size: 11px;
margin-top: 3px;
max-width: none;
padding: 5px;
}
#project-flags, #custom-flags {
border-collapse: collapse;
}
#project-flags label, #custom-flags label {
margin-right: 10px;
}
/* Text displayed when the attachment is not viewable by the web browser */ /* Text displayed when the attachment is not viewable by the web browser */
#noview { #noview {
text-align: left; text-align: left;
...@@ -561,7 +633,12 @@ div#update_container { ...@@ -561,7 +633,12 @@ div#update_container {
#editFrame, #viewDiffFrame, #viewFrame { #editFrame, #viewDiffFrame, #viewFrame {
height: 400px; height: 400px;
width: 95%; width: 95%;
margin-left: 2%; margin-left: 0;
}
#viewFrame {
border: 2px solid #222;
margin-bottom: 10px;
} }
.viewall_frame_container { .viewall_frame_container {
......
...@@ -216,6 +216,10 @@ table.requests th { ...@@ -216,6 +216,10 @@ table.requests th {
white-space: nowrap; white-space: nowrap;
} }
#summary_field.search_field_row input {
padding-bottom: 6px;
}
#bug_id_container { #bug_id_container {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment