aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/contacts
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2009-05-12 07:55:26 +0000
committerHenri Sara <henri.sara@itmill.com>2009-05-12 07:55:26 +0000
commit3916d280468cf22e2411d3fca3343894915cae1f (patch)
tree3ec0b6bb43c6c081a50ffef3b8163400c3e621f4 /WebContent/ITMILL/themes/contacts
parent0eec7306e60b370b2be30f489931cf742615d98d (diff)
downloadvaadin-framework-3916d280468cf22e2411d3fca3343894915cae1f.tar.gz
vaadin-framework-3916d280468cf22e2411d3fca3343894915cae1f.zip
#2904 Renamed CSS prefix "i-" to "v-"
svn changeset:7752/svn branch:6.0
Diffstat (limited to 'WebContent/ITMILL/themes/contacts')
-rw-r--r--WebContent/ITMILL/themes/contacts/styles.css28
1 files changed, 14 insertions, 14 deletions
diff --git a/WebContent/ITMILL/themes/contacts/styles.css b/WebContent/ITMILL/themes/contacts/styles.css
index 942da3362f..8425158680 100644
--- a/WebContent/ITMILL/themes/contacts/styles.css
+++ b/WebContent/ITMILL/themes/contacts/styles.css
@@ -1,12 +1,12 @@
@import url(../default/styles.css);
/* Add some padding to the tree */
-.i-tree {
+.v-tree {
padding-top: 8px;
padding-left: 4px;
}
-.toolbar .i-button {
+.toolbar .v-button {
display: block;
width: 65px;
height: 55px;
@@ -15,19 +15,19 @@
text-align: center;
}
-.toolbar .i-button img {
+.toolbar .v-button img {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
}
-.toolbar .i-button span {
+.toolbar .v-button span {
font-size: x-small;
text-shadow: #fafafa 1px 1px 0;
}
-.i-app {
+.v-app {
background: #d0e2ec;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
color: #222;
@@ -37,7 +37,7 @@
background: #ccc url(images/gradient.png) repeat-x bottom left;
}
-.i-panel-caption-view {
+.v-panel-caption-view {
color: #004b98;
}
@@ -46,14 +46,14 @@
}
/* Theme table to look bit lighter */
-.i-table-header-wrap {
+.v-table-header-wrap {
height: 20px;
border: none;
border-bottom: 1px solid #555;
background: transparent url(images/table-header-bg.png) repeat-x;
}
-.i-table-caption-container {
+.v-table-caption-container {
font-size: 11px;
color: #000;
font-weight: bold;
@@ -61,27 +61,27 @@
padding-top: 1px;
}
-.i-table-body {
+.v-table-body {
border: none;
}
-.i-table-row-odd {
+.v-table-row-odd {
background: #f1f5fa;
}
-.i-table-row:hover {
+.v-table-row:hover {
background: #fff;
}
-.i-table-row-odd:hover {
+.v-table-row-odd:hover {
background: #f1f5fa;
}
-.i-table .i-selected {
+.v-table .v-selected {
background: #3d80df;
}
-.i-table-cell-content {
+.v-table-cell-content {
padding: 2px 0 2px 3px;
line-height: normal;
font-size: 85%;