]> source.dussan.org Git - vaadin-framework.git/commitdiff
minor typo fix
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 8 May 2008 08:47:57 +0000 (08:47 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 8 May 2008 08:47:57 +0000 (08:47 +0000)
svn changeset:4388/svn branch:trunk

WebContent/ITMILL/themes/default/styles.css
WebContent/ITMILL/themes/default/table/table.css

index 2224a821f00ec9caf7719c5607330bdf7aa74260..47f5a1b665e67555735717ce804a6bb8beddf0b3 100644 (file)
 }
 .i-table-row td,
 .i-table-row-odd td {
-       padding: 3px 0;
+       padding: 0;
 }
 .i-table-cell-content {
        white-space: nowrap;
        overflow: hidden;
-       padding-left: 3px;
+       padding: 3px 0 3px 3px;
+       margin-right: 5px;
+       height: 18px;
+}
+
+/* Fix textfield size to correspond label size inside table */
+.i-table-cell-content .i-textfield {
+       height: auto;
+       margin: -2px 0 -3px -3px;
+       width: 97%; /* approximate */
 }
 
 
        cursor: pointer;
 }
 
-.i-tabsheet-tabs .gwt-TabBarItem .i-caption-disabled {
-       cursor: default;
-}
-
 .i-tabsheet-tabs .gwt-TabBarItem-selected {
        border: none;
        background: transparent url(panel/img/top-left.png) no-repeat;
index c536477d6a44416fd1d7ce43250ae6d1c0219d24..331ba117c032976dc451dd5dd48cee18b990f733 100644 (file)
        height: 18px;
 }
 
-/* Fix textfield size to correspond label size in */
+/* Fix textfield size to correspond label size inside table */
 .i-table-cell-content .i-textfield {
        height: auto;
        margin: -2px 0 -3px -3px;