
* Removed unused styles * 'More' button is added to module activity log * Formatter for commit message is improved Closes bug 1214360 Change-Id: Ifab95dbc604ac9d1d8f08e2a5db0a03bda167a55
214 lines
3.6 KiB
CSS
214 lines
3.6 KiB
CSS
html, body {
|
|
font-family: 'PT Sans', arial, sans-serif;
|
|
font-size: 14px;
|
|
height: 100%;
|
|
color: #41454d;
|
|
margin: 0;
|
|
}
|
|
|
|
a {
|
|
color: #D32F1A;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #F00;
|
|
}
|
|
|
|
p {
|
|
font-size: 15px;
|
|
color: #41454D;
|
|
font-style: normal;
|
|
margin: 6px 0px 15px 0px;
|
|
}
|
|
|
|
div.page {
|
|
width: 960px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
div.page h2 {
|
|
font-family: 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif;
|
|
font-size: 23px;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
margin-bottom: 10px;
|
|
color: #a41200;
|
|
text-shadow: 1px 1px 0 #fff;
|
|
}
|
|
|
|
div.page h3 {
|
|
font-family: 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif;
|
|
font-size: 18px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
input[type="text"],
|
|
input[type="password"] {
|
|
background: #f8f9f9;
|
|
padding: 0 5px 0 5px;
|
|
min-height: 24px;
|
|
border: none;
|
|
border-bottom: 1px solid white;
|
|
border-right: 1px solid white;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
text-shadow: 1px 1px 0 white;
|
|
-moz-box-shadow: inset 2px 2px 7px #D3D8DD;
|
|
-webkit-box-shadow: inset 2px 2px 7px #D3D8DD;
|
|
box-shadow: inset 2px 2px 7px #D3D8DD;
|
|
}
|
|
|
|
input[type="submit"] {
|
|
background: #f8f9f9;
|
|
padding: 0 5px 0 5px;
|
|
min-height: 24px;
|
|
border: none;
|
|
border-bottom: 1px solid white;
|
|
border-right: 1px solid white;
|
|
-moz-border-radius: 2px;
|
|
border-radius: 2px;
|
|
text-shadow: 1px 1px 0 white;
|
|
-moz-box-shadow: inset 2px 2px 7px #D3D8DD;
|
|
-webkit-box-shadow: inset 2px 2px 7px #D3D8DD;
|
|
box-shadow: inset 2px 2px 7px #D3D8DD;
|
|
}
|
|
|
|
div.drops {
|
|
height: 60px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
div.drops label {
|
|
color: #909cb5;
|
|
}
|
|
|
|
.drop {
|
|
height: 30px;
|
|
float: left;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.drop label {
|
|
display: block;
|
|
}
|
|
|
|
div.aheader {
|
|
margin-top: 23px;
|
|
text-shadow: 1px 1px 0 #fff;
|
|
}
|
|
|
|
div.aheader h1 {
|
|
font-size: 36px;
|
|
color: #a8b3bd;
|
|
text-shadow: 1px 1px 0 #fff;
|
|
}
|
|
|
|
div.aheader h1 a {
|
|
font-weight: bold;
|
|
color: #637f99;
|
|
text-decoration: none;
|
|
text-shadow: 1px 1px 0 #fff;
|
|
}
|
|
|
|
div.page div.navigation {
|
|
text-shadow: 1px 1px 0 #fff;
|
|
padding: 4px 10px;
|
|
border-top: 1px dashed #e9eaef;
|
|
border-bottom: 1px dashed #e9eaef;
|
|
color: #909cb5;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
div.page div.navigation a {
|
|
color: #444;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.page div.body {
|
|
padding: 10px;
|
|
}
|
|
|
|
div.page div.footer {
|
|
background: #eee;
|
|
color: #888;
|
|
padding: 1em 1em;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.spacer {
|
|
height: 20px;
|
|
clear: both;
|
|
}
|
|
|
|
table#left_list td {
|
|
font-size: 15px;
|
|
}
|
|
|
|
table#right_list td {
|
|
font-size: 15px;
|
|
}
|
|
|
|
div#left_list_wrapper {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
div#right_list_wrapper {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.message {
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
a[href^="https://blueprints"]:after {
|
|
content: "↗";
|
|
opacity: 0.3;
|
|
}
|
|
|
|
a[href^="https://review"]:after {
|
|
content: "↗";
|
|
opacity: 0.3;
|
|
}
|
|
|
|
a[href^="https://bugs"]:after {
|
|
content: "↗";
|
|
opacity: 0.3;
|
|
}
|
|
|
|
a[href^="https://launchpad"]:after {
|
|
content: "↗";
|
|
opacity: 0.3;
|
|
}
|
|
|
|
#analytics_header #logo {
|
|
font-family: 'PT Sans', 'Arial Narrow', arial, sans-serif;
|
|
font-weight: bolder;
|
|
font-style: normal;
|
|
font-size: 30px;
|
|
color: black;
|
|
text-shadow: 1px 1px 0 #fff;
|
|
margin: 0;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#analytics_header #slogan {
|
|
font-family: georgia, serif;
|
|
font-weight: lighter;
|
|
font-style: italic;
|
|
font-size: 24px;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #9caebf;
|
|
line-height: 1.1em;
|
|
text-shadow: 1px 1px 0 #fff;
|
|
}
|
|
|
|
.paging_full_numbers {
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.review_mark {
|
|
font-weight: bold;
|
|
}
|