diff options
author | Artur Signell <artur.signell@itmill.com> | 2008-08-08 10:40:43 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2008-08-08 10:40:43 +0000 |
commit | 1327596eb8ed9c97abcd4477156d9a960544c336 (patch) | |
tree | 9a72d98bc3e753fdd60fbefad68f58b3f392ecf5 /WebContent | |
parent | b4850f1877113f5894afcb96439e0d6f833c149c (diff) | |
download | vaadin-framework-1327596eb8ed9c97abcd4477156d9a960544c336.tar.gz vaadin-framework-1327596eb8ed9c97abcd4477156d9a960544c336.zip |
Fix for #124 Insert & remove row for GridLayout
svn changeset:5159/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/ITMILL/themes/tests-tickets/styles.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/WebContent/ITMILL/themes/tests-tickets/styles.css b/WebContent/ITMILL/themes/tests-tickets/styles.css index 1f20f4589e..2fd070513b 100644 --- a/WebContent/ITMILL/themes/tests-tickets/styles.css +++ b/WebContent/ITMILL/themes/tests-tickets/styles.css @@ -97,4 +97,11 @@ { width: 100px; height: 50px; - }
\ No newline at end of file + } +/*****************************************************************************/ +/* Ticket 124 */ +/*****************************************************************************/ + +.i-gridlayout-border td { + border: 1px solid black; +} |