summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2008-12-17 10:01:58 +0000
committerMarc Englund <marc.englund@itmill.com>2008-12-17 10:01:58 +0000
commita75746f1b474a95d3ef71c184102bb4b69ded100 (patch)
treee3e32066dd88f0d77568dd45f99ec789d3eddbff /WebContent/ITMILL
parentabbb6ad4de22d56653df7987bef1ae973b211c8c (diff)
downloadvaadin-framework-a75746f1b474a95d3ef71c184102bb4b69ded100.tar.gz
vaadin-framework-a75746f1b474a95d3ef71c184102bb4b69ded100.zip
Aligned more icons middle.
svn changeset:6248/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL')
-rw-r--r--WebContent/ITMILL/themes/default/button/button.css7
-rw-r--r--WebContent/ITMILL/themes/default/common/common.css4
-rw-r--r--WebContent/ITMILL/themes/default/panel/panel.css4
-rw-r--r--WebContent/ITMILL/themes/default/styles.css15
4 files changed, 26 insertions, 4 deletions
diff --git a/WebContent/ITMILL/themes/default/button/button.css b/WebContent/ITMILL/themes/default/button/button.css
index a6fdb6ee35..0d872cf886 100644
--- a/WebContent/ITMILL/themes/default/button/button.css
+++ b/WebContent/ITMILL/themes/default/button/button.css
@@ -4,12 +4,15 @@
white-space: nowrap;
margin: 0px;
}
-.i-button img {
+.i-checkbox input {
+ vertical-align: middle;
+}
+.i-button img, .i-checkbox img {
display:inline;
vertical-align: middle;
margin-right: 3px;
}
-.i-button span {
+.i-button span, .i-checkbox label {
vertical-align: middle;
}
diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css
index e8e0ac23f0..11137fe7a1 100644
--- a/WebContent/ITMILL/themes/default/common/common.css
+++ b/WebContent/ITMILL/themes/default/common/common.css
@@ -223,6 +223,10 @@ input.i-modified,
font-size: 13px;
line-height: 18px;
color: #464f52;
+ vertical-align: middle;
+}
+.i-link img {
+ vertical-align: middle;
}
/**
diff --git a/WebContent/ITMILL/themes/default/panel/panel.css b/WebContent/ITMILL/themes/default/panel/panel.css
index 89eccaf70e..d519687659 100644
--- a/WebContent/ITMILL/themes/default/panel/panel.css
+++ b/WebContent/ITMILL/themes/default/panel/panel.css
@@ -22,6 +22,10 @@
.i-panel-caption .i-icon {
display:inline;
+ vertical-align: middle;
+}
+.i-panel-caption span {
+ vertical-align: middle;
}
.i-panel-caption,
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index 8e9f853bfe..04a47d06cc 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -54,12 +54,15 @@
white-space: nowrap;
margin: 0px;
}
-.i-button img {
+.i-checkbox input {
+ vertical-align: middle;
+}
+.i-button img, .i-checkbox img {
display:inline;
vertical-align: middle;
margin-right: 3px;
}
-.i-button span {
+.i-button span, .i-checkbox label {
vertical-align: middle;
}
@@ -397,6 +400,10 @@ input.i-modified,
font-size: 13px;
line-height: 18px;
color: #464f52;
+ vertical-align: middle;
+}
+.i-link img {
+ vertical-align: middle;
}
/**
@@ -1005,6 +1012,10 @@ input.i-modified,
.i-panel-caption .i-icon {
display:inline;
+ vertical-align: middle;
+}
+.i-panel-caption span {
+ vertical-align: middle;
}
.i-panel-caption,