[Libreoffice-commits] .: bug/bug

Loic Dachary loic at kemper.freedesktop.org
Wed Sep 21 06:47:47 PDT 2011


 bug/bug/bug.css                |    4 ++--
 bug/bug/images/description.png |binary
 bug/bug/images/subject.png     |binary
 3 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6ba9d29ec6a6f36c75308f37055b1ff56e6b04c5
Author: Loic Dachary <loic at dachary.org>
Date:   Wed Sep 21 15:47:41 2011 +0200

    double the size of the input fields for the description

diff --git a/bug/bug/bug.css b/bug/bug/bug.css
index 08571fa..a133f93 100644
--- a/bug/bug/bug.css
+++ b/bug/bug/bug.css
@@ -350,14 +350,14 @@ body {
 .state_description .subject-input input {
     background: url('images/subject.png') no-repeat;
     height: 28px;
-    width: 328px;
+    width: 548px;
     border: 0;
     padding: 5px;
 }
 
 .state_description .description-input textarea {
     background: url('images/description.png') no-repeat;
-    height: 118px;
+    height: 240px;
     width: 548px;
     border: 0;
     padding: 5px;
diff --git a/bug/bug/images/description.png b/bug/bug/images/description.png
index bc7711b..ba88dd3 100644
Binary files a/bug/bug/images/description.png and b/bug/bug/images/description.png differ
diff --git a/bug/bug/images/subject.png b/bug/bug/images/subject.png
index ea854b6..06f32c4 100644
Binary files a/bug/bug/images/subject.png and b/bug/bug/images/subject.png differ


More information about the Libreoffice-commits mailing list