[Libreoffice-commits] .: 2 commits - bug/bug

Loic Dachary loic at kemper.freedesktop.org
Tue Sep 20 15:49:51 PDT 2011


 bug/bug/bug.css                  |    8 +++-----
 bug/bug/images/select-header.png |binary
 bug/bug/select.css               |    4 ++--
 3 files changed, 5 insertions(+), 7 deletions(-)

New commits:
commit 73df50494082ccace13a6e14d17900c48f0c08f9
Author: Loic Dachary <loic at dachary.org>
Date:   Wed Sep 21 00:49:40 2011 +0200

    avoid using line-height when it can be inherited

diff --git a/bug/bug/bug.css b/bug/bug/bug.css
index 76af5d1..0829dba 100644
--- a/bug/bug/bug.css
+++ b/bug/bug/bug.css
@@ -13,7 +13,6 @@ body {
 
 .header .title {
     vertical-align: top;
-    line-height: 49px;
     font-weight: bold;
     font-size: 36px;
     display: inline-block;
@@ -51,7 +50,6 @@ body {
 }
 
 .left .step {
-    line-height: 62px;
     height: 64px;
     width: 255px;
     background: #FFF url('images/step-off.png') no-repeat top left;
@@ -78,6 +76,7 @@ body {
 }
 
 .left .count {
+    padding-top: 20px;
     padding-left: 30px;
     display: inline-block;
     color: #fff;
commit 185e71bf413fda4294f12d6a92255ae1a679a07a
Author: Loic Dachary <loic at dachary.org>
Date:   Wed Sep 21 00:06:48 2011 +0200

    resize the select

diff --git a/bug/bug/bug.css b/bug/bug/bug.css
index 42eb58c..76af5d1 100644
--- a/bug/bug/bug.css
+++ b/bug/bug/bug.css
@@ -326,7 +326,6 @@ body {
 
 /* state_version */
 .state_version {
-    padding-left: 50px;
     display: none;
 }
 
@@ -501,10 +500,10 @@ body {
 /* select */
 .select .select-header {
     background: url('images/select-header.png') no-repeat;
-    padding: 5px 40px 5px 10px;
+    padding: 5px;
     height: 33px;
     line-height: 33px;
-    min-width: 150px;
+    width: 250px;
 }
 
 .select .select-header, .select .choice {
diff --git a/bug/bug/images/select-header.png b/bug/bug/images/select-header.png
index d6f204b..e47c1b6 100644
Binary files a/bug/bug/images/select-header.png and b/bug/bug/images/select-header.png differ
diff --git a/bug/bug/select.css b/bug/bug/select.css
index 2e51eb0..1f67267 100644
--- a/bug/bug/select.css
+++ b/bug/bug/select.css
@@ -9,8 +9,8 @@
     list-style: none;
     margin: 0;
     padding: 0;
-    height: 180px;
-    width: 130px;
+    max-height: 180px;
+    width: 190px;
     overflow: auto;
 }
 


More information about the Libreoffice-commits mailing list