summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authormyk%mozilla.org <>2004-11-09 09:16:57 +0100
committermyk%mozilla.org <>2004-11-09 09:16:57 +0100
commitd6a0c1c15d051f5e3140c6204189d4cc14904b4c (patch)
tree1eaf2c8a47ee80d7229ae98862552bb793e6bd0b /skins
parent7ab8441582a6b9ce1b2335762948662b38aaf217 (diff)
downloadbugzilla-d6a0c1c15d051f5e3140c6204189d4cc14904b4c.tar.gz
bugzilla-d6a0c1c15d051f5e3140c6204189d4cc14904b4c.tar.xz
Fix for bug 251068: cssification of index.cgi; Patch by Vitaly Harisov; r=myk,kiko; a=myk for 2.20
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/index.css69
-rw-r--r--skins/standard/index/front.jpgbin0 -> 8474 bytes
2 files changed, 69 insertions, 0 deletions
diff --git a/skins/standard/index.css b/skins/standard/index.css
new file mode 100644
index 000000000..1d180a25c
--- /dev/null
+++ b/skins/standard/index.css
@@ -0,0 +1,69 @@
+ /* The contents of this file are subject to the Mozilla Public
+ * License Version 1.1 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+ * implied. See the License for the specific language governing
+ * rights and limitations under the License.
+ *
+ * The Original Code is the Bugzilla Bug Tracking System.
+ *
+ * Contributor(s): Vitaly Harisov <vitaly@rathedg.com>
+ */
+
+/* index page (begin) */
+
+ #page-index
+ {
+ padding: 0.2em 0.2em 0.15em 0.2em;
+ }
+
+ #page-index ul, #page-index li,
+ #page-index p, #page-index form p
+ {
+ margin: 0;
+ padding: 0;
+ }
+
+ #page-index li
+ {
+ list-style: none;
+ }
+
+ #page-index p
+ {
+ padding-bottom: 1em;
+ }
+
+ /* Hide from NN4 */
+ div#page-index .intro
+ {
+ width: 329px;
+ height: 220px;
+
+ margin-top: 2.3em;
+ float: right;
+
+ border: 2px solid #000;
+ background: transparent no-repeat url(index/front.jpg);
+ }
+
+ #page-index #report
+ {
+ padding-bottom: 1em;
+ }
+
+ #page-index #sidebar
+ {
+ padding-top: 1em;
+ }
+
+ /* Hide from MSIE6- */
+ #page-index [id]#sidebar
+ {
+ padding: 1em 0;
+ }
+
+/* index page (end) */ \ No newline at end of file
diff --git a/skins/standard/index/front.jpg b/skins/standard/index/front.jpg
new file mode 100644
index 000000000..7cfaaed63
--- /dev/null
+++ b/skins/standard/index/front.jpg
Binary files differ