public_html/skins

Aleksander Machniak machniak at kolabsys.com
Wed Sep 19 14:29:10 CEST 2012


 public_html/skins/default/style.css |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit d6fea9e91c96a1e481a91bb10fcfcd775c530f37
Author: Aleksander Machniak <alec at alec.pl>
Date:   Wed Sep 19 14:28:38 2012 +0200

    Fix input length in smart elements

diff --git a/public_html/skins/default/style.css b/public_html/skins/default/style.css
index b24f209..3968c93 100644
--- a/public_html/skins/default/style.css
+++ b/public_html/skins/default/style.css
@@ -565,6 +565,7 @@ span.listelement {
   height: 18px;
   overflow: hidden;
   border-top: 1px solid #d0d0d0;
+  white-space: nowrap;
 }
 
 span.listelement:first-child {
@@ -575,8 +576,7 @@ span.listelement input {
   border: none;
   background-color: transparent;
   padding-left: 2px;
-  /* FIXME: it should be 330px, but when listarea has scroller, input jumps below action buttons */
-  width: 314px;
+  width: 328px;
   height: 16px;
 }
 
@@ -649,8 +649,7 @@ span.listarea.autocomplete span.listelement input.autocomplete {
 }
 
 .autocomplete > span.listelement input {
-  /* FIXME: it should be 348px, but when listarea has scroller, input jumps below action buttons */
-  width: 332px;
+  width: 346px;
 }
 
 .autocomplete > span.listelement span.actions {





More information about the commits mailing list