bug/bug.xhtml | 2 +- bug/bug/bug.css | 14 +++++++------- bug/bug/images/background-left.png |binary bug/bug/images/top-header.png |binary 4 files changed, 8 insertions(+), 8 deletions(-)
New commits: commit 164196f700e77d8fec6fb8de26d5888df5d8a8ea Author: Loic Dachary <l...@dachary.org> Date: Tue Sep 20 18:10:56 2011 +0200 integrate left bar and replace top header diff --git a/bug/bug.xhtml b/bug/bug.xhtml index f12362a..f26ed1e 100644 --- a/bug/bug.xhtml +++ b/bug/bug.xhtml @@ -40,7 +40,7 @@ <div class="step step_attach"><div class="count">7</div><div class="label">Attach</div></div> </div> <div class="copyright"> - Bug Submission Assistant is copyright (C) 2011 Loic Dachary published under <a href="http://www.gnu.org/licenses/gpl.txt">GNU GPLv3+</a> : download the <a href="bug.js">sources</a>. + <a href="http://wiki.documentfoundation.org/Bug_Submission_Assistant">Bug Submission Assistant</a> is copyright (C) 2011 Loic Dachary published under <a href="http://www.gnu.org/licenses/gpl.txt">GNU GPLv3+</a> : download the <a href="bug.js">sources</a>. </div> </div> <div class="right"> diff --git a/bug/bug/bug.css b/bug/bug/bug.css index c716e33..a49bbdd 100644 --- a/bug/bug/bug.css +++ b/bug/bug/bug.css @@ -6,8 +6,8 @@ body { .header { background: url('images/top-header.png') no-repeat top left; - height: 109px; - width: 904px; + height: 102px; + width: 891px; } .header .title { @@ -17,7 +17,7 @@ body { font-size: 36px; display: inline-block; color: #FFF; - padding-top: 30px; + padding-top: 20px; padding-left: 40px; } @@ -26,8 +26,8 @@ body { color: #FFF; width: 50%; font-size: 15px; - padding-top: 20px; - padding-left: 80px; + padding-top: 10px; + padding-left: 140px; font-weight: bold; } @@ -43,7 +43,7 @@ body { .left { width: 255px; height: 100%; - background-color: #ebebeb; + background: url('images/background-left.png') repeat-y; font-family: helvetica, arial; font-size: 18px; font-weight: bold; @@ -89,7 +89,7 @@ body { } .copyright { - padding: 100px 10px 0px 30px; + padding: 100px 30px 0px 20px; font-size: 8px; color: #29a1e0; } diff --git a/bug/bug/images/background-left.png b/bug/bug/images/background-left.png new file mode 100644 index 0000000..5571c6e Binary files /dev/null and b/bug/bug/images/background-left.png differ diff --git a/bug/bug/images/top-header.png b/bug/bug/images/top-header.png index 65969a7..4b59539 100644 Binary files a/bug/bug/images/top-header.png and b/bug/bug/images/top-header.png differ _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits