summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2008-08-22 09:57:20 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2008-08-22 09:57:20 +0000
commit12b8c054a606fe310176d1e30335e9991657a06e (patch)
treefd1cf70628bb70cb4add2032df2e84ab610308ad /WebContent/ITMILL
parent315d2bcef20d0996779713fef774def6c9fc6859 (diff)
downloadvaadin-framework-12b8c054a606fe310176d1e30335e9991657a06e.tar.gz
vaadin-framework-12b8c054a606fe310176d1e30335e9991657a06e.zip
Fixed #1904 : IOrderedLayout spacing and margincs should be specifiable in CSS
svn changeset:5245/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL')
-rw-r--r--WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css9
-rw-r--r--WebContent/ITMILL/themes/default/styles.css9
2 files changed, 2 insertions, 16 deletions
diff --git a/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css b/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css
index cc66eda0b7..9b18933db5 100644
--- a/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css
+++ b/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css
@@ -1,9 +1,4 @@
-.
-/* Ordered layout spacing and margins are currently fixed.
- This is considered to be a bug. For more info, see
- http://dev.itmill.com/ticket/1904
-
-i-orderedlayout-margin-top {
+.i-orderedlayout-margin-top {
padding-top: 15px;
}
.i-orderedlayout-margin-right {
@@ -23,8 +18,6 @@ i-orderedlayout-margin-top {
padding-left: 8px;
}
-*/
-
/* Placing error indicator right after the widget with empty caption */
.i-orderedlayout-c * { float:left; display: block;}
.i-orderedlayout-w-e { float:left;}
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index ba97b407d1..6db00414eb 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -783,12 +783,7 @@ input.i-modified,
.i-Notification.system p {
white-space: nowrap;
}
-.
-/* Ordered layout spacing and margins are currently fixed.
- This is considered to be a bug. For more info, see
- http://dev.itmill.com/ticket/1904
-
-i-orderedlayout-margin-top {
+.i-orderedlayout-margin-top {
padding-top: 15px;
}
.i-orderedlayout-margin-right {
@@ -808,8 +803,6 @@ i-orderedlayout-margin-top {
padding-left: 8px;
}
-*/
-
/* Placing error indicator right after the widget with empty caption */
.i-orderedlayout-c * { float:left; display: block;}
.i-orderedlayout-w-e { float:left;}