diff options
Diffstat (limited to 'WebContent/ITMILL/themes/contacts/styles.css')
-rw-r--r-- | WebContent/ITMILL/themes/contacts/styles.css | 28 |
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%; |