summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorbugzilla%glob.com.au <>2006-06-27 22:58:51 +0200
committerbugzilla%glob.com.au <>2006-06-27 22:58:51 +0200
commit619f441accf1b12758aa513ed06a457d7f193138 (patch)
tree69465a89e98e350870dac1064ec5a9ecda8c92f2 /skins
parent49449152d181d37f554a1b6e44836384d3c54b3d (diff)
downloadbugzilla-619f441accf1b12758aa513ed06a457d7f193138.tar.gz
bugzilla-619f441accf1b12758aa513ed06a457d7f193138.tar.xz
Bug 341495: Merge the banner and header
Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,kevin.benton a=justdave
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css82
1 files changed, 42 insertions, 40 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 65ff85a64..aa303fc7e 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -27,53 +27,55 @@ body
background-color: #fff;
}
-/* banner (begin) */
- #banner
- {
- width: 100%;
- background: #fff;
- padding-bottom: 1em;
- }
-
- #banner p
+/* header (begin) */
+ #header
{
- margin: 0;
- margin-bottom: 1px;
- padding: 0;
+ margin-bottom: 1em;
+ padding-bottom: 2px;
}
- #banner-name
+ #header form
{
- font-size: 0px;
- height: 48px;
- background: transparent no-repeat url(global/header.png);
+ font-size: 85%;
+ display: inline;
}
- #banner .links
+ #header .links
{
font-family: sans-serif;
font-size: 85%;
- background: #fff;
+ border-left: 1px solid silver;
+ border-right: 1px solid silver;
+ border-bottom: 1px solid silver;
+ -moz-border-radius-bottomleft: 5px;
+ -moz-border-radius-bottomright: 5px;
+ padding: 0.5em;
}
- #banner form
+ #message
{
- font-size: 85%;
- display: inline;
+ border: 1px solid red;
+
+ padding: 0.3em;
+ color: green;
}
-/* banner (end) */
-/* header (begin) */
- #header
+/* header (end) */
+
+/* banner (begin) */
+ #banner
{
- width: 100%;
- background-color: #edf2f2;
- border: 1px solid #ddd;
- margin-bottom: 1em;
}
- #header h1,h2,h3
+/* banner (end) */
+
+/* titles (begin) */
+ #titles
{
+ width: 100%;
+ background-color: #404D6C;
+ color: #fff;
+ -moz-border-radius: 5px;
font-family: sans-serif;
font-size: 110%;
margin: 0;
@@ -81,33 +83,33 @@ body
vertical-align: bottom;
}
- #header h1
+ #titles a
+ {
+ color: #fff;
+ }
+
+ #titles #title
{
font-weight: bold;
+ white-space: nowrap;
}
- #header h2
+ #titles #subtitle
{
font-weight: normal;
width: 100%;
text-align: center;
}
- #header h3
+ #titles #information
{
font-weight: normal;
text-align: right;
font-size: 90%;
+ white-space: nowrap;
}
- #message
- {
- border: 1px solid red;
-
- padding: 0.3em;
- color: green;
- }
-/* header (end) */
+/* titles (end) */
/* footer (begin) */
#footer