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 {
state_addselfcc => { options => ['always', 'never', 'cc_unless_role'],
default => 'cc_unless_role' },
# 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
lang => { subclass => 'Lang',
default => ${Bugzilla->languages}[0] },
......
......@@ -16,8 +16,20 @@ body {
/* page title */
#titles {
width: 100%;
background-color: #404D6C;
color: #fff;
border-top-left-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 {
......@@ -36,8 +48,13 @@ body {
text-decoration: none;
}
#header a:hover, #footer a:hover {
color: white;
text-decoration: underline;
}
#header a:visited, #footer a:visited {
color: white;
text-decoration: none;
}
/* body */
......@@ -53,6 +70,7 @@ body {
a {
color: #6070cf;
}
a:hover {
color: #8090ef;
}
......@@ -70,6 +88,10 @@ hr {
padding-top: 2px;
}
.field_label a, .field_label b {
color: #6070cf;
}
/* attachments */
#attachment-list {
......@@ -140,6 +162,10 @@ hr {
margin-left: 0;
}
.bz_comment_user a {
color: #6070cf;
}
.bz_comment.bz_private {
background-color: #f0e8e8;
border-color: #f8c8ba;
......@@ -174,6 +200,9 @@ hr {
}
/* tabs */
table.tabs {
border-collapse: collapse;
}
.tabbed .tabbody {
background: #f8f8f8;
......@@ -189,9 +218,15 @@ hr {
border-collapse: collapse;
}
.tabs a {
color: #6070cf;
}
.tabs td {
background: #c8c8c8;
border-style: solid;
border-width: 1px;
text-transform: none;
}
.tabs td.selected {
......@@ -216,6 +251,15 @@ hr {
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 */
@media print {
#header,
......
......@@ -117,7 +117,6 @@ table#attachment_flags th, table#attachment_flags td {
.bz_short_desc_container {
margin: 8px 0;
padding: 0.3em;
background-color: rgb(208, 208, 208);
border-radius: 0.5em;
font-size: 125%;
font-weight: bold;
......@@ -134,6 +133,23 @@ table#attachment_flags th, table#attachment_flags td {
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 {
width: auto;
}
......@@ -143,12 +159,13 @@ table#flags {
}
.related_actions {
line-height: 19px;
padding: 5px 10px;
font-size: 0.85em;
float: right;
list-style-type: none;
white-space: nowrap;
margin: 0;
padding: 0;
}
.related_actions li {
......@@ -239,16 +256,24 @@ table#flags {
}
.bz_comment_tags {
background: #eee;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding: 5px;
margin-top: 3px;
}
.bz_comment_tag {
border: 1px solid #c8c8ba;
padding: 1px 3px;
background: #fff;
color: #444;
border: none;
padding: 2px 6px;
margin-right: 2px;
border-radius: 0.5em;
background-color: #eee;
color: #000;
}
.bz_comment_tag a {
color: #0095DD;
}
#bz_ctag_div {
......@@ -256,13 +281,19 @@ table#flags {
}
#bz_ctag_error {
border: 1px solid #ff6666;
padding: 0px 2px;
border: none;
background-color: #faa;
color: #444;
padding: 2px 6px;
border-radius: 0.5em;
margin: 2px;
display: inline-block;
}
#bz_ctag_error a {
color: #0095DD;
}
#comment_tags_collapse_expand_container {
padding-top: 1em;
}
......@@ -417,6 +448,13 @@ table.file_table {
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 {
display: inline;
font-size: 0.9em;
......@@ -455,6 +493,40 @@ table.attachment_info td {
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 */
#noview {
text-align: left;
......@@ -561,7 +633,12 @@ div#update_container {
#editFrame, #viewDiffFrame, #viewFrame {
height: 400px;
width: 95%;
margin-left: 2%;
margin-left: 0;
}
#viewFrame {
border: 2px solid #222;
margin-bottom: 10px;
}
.viewall_frame_container {
......
......@@ -216,6 +216,10 @@ table.requests th {
white-space: nowrap;
}
#summary_field.search_field_row input {
padding-bottom: 6px;
}
#bug_id_container {
display: inline-block;
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