summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/default/common/common.css
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2009-05-12 11:12:45 +0000
committerMarc Englund <marc.englund@itmill.com>2009-05-12 11:12:45 +0000
commite14bcef7f580a6e85c85665cd633105288c8f9c5 (patch)
treeb4c92e97bd78c98e3cd81ab76b5a42513009ac8b /WebContent/ITMILL/themes/default/common/common.css
parente0c9e338d7e575d29c19a391854f6539bd30b10d (diff)
downloadvaadin-framework-e14bcef7f580a6e85c85665cd633105288c8f9c5.tar.gz
vaadin-framework-e14bcef7f580a6e85c85665cd633105288c8f9c5.zip
Renaming ITMILL/ -> VAADIN/ part 1 (for #2904)
svn changeset:7762/svn branch:6.0
Diffstat (limited to 'WebContent/ITMILL/themes/default/common/common.css')
-rw-r--r--WebContent/ITMILL/themes/default/common/common.css116
1 files changed, 0 insertions, 116 deletions
diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css
deleted file mode 100644
index 5f564e3997..0000000000
--- a/WebContent/ITMILL/themes/default/common/common.css
+++ /dev/null
@@ -1,116 +0,0 @@
-.v-generated-body {
- background: #e9eced;
-}
-.v-app {
- background: #e9eced;
- font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
- color: #464f52;
- font-size: 13px;
- line-height: 18px;
-}
-.v-app-loading {
- background-image: url(img/loading-indicator.gif);
- background-repeat: no-repeat;
- background-position: 50%;
-}
-/* Global font styles */
-.v-window,
-.v-popupview-popup,
-.v-app input,
-.v-app select,
-.v-app button,
-.v-app textarea,
-.v-window input,
-.v-window select,
-.v-window button,
-.v-window textarea,
-.v-popupview-popup input,
-.v-popupview-popup select,
-.v-popupview-popup button,
-.v-popupview-popup textarea {
- font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
- color: #464f52;
- font-size: 13px;
-}
-.v-app select,
-.v-window select {
- padding: 0;
-}
-/* Custom tooltip */
-.v-tooltip {
- background-color: #fffcdd;
- border: 1px solid #b8b295;
- border-top-color: #d5d2c1;
- border-left-color: #d5d2c1;
- font-size: 11px;
- line-height: 13px;
- font-family: arial, helvetica, tahoma, verdana, sans-serif;
- color: #5d5444;
-}
-.v-tooltip-text {
- padding: 2px 4px;
- border: none;
- border-top: 1px solid #fffef5;
- border-bottom: 1px solid #fbf8d9;
-}
-.v-tooltip .v-errormessage {
- padding: 3px 4px 3px 4px;
- background: #ffecc6;
- color: #b74100;
- border: none;
- border-top: 1px solid #fff3dc;
- border-bottom: 1px solid #ead7b1;
-}
-.v-tooltip .v-errormessage h2 {
- font-size: 16px;
- font-weight: normal;
- color: #ab3101;
- margin: 2px 0 8px 0;
-}
-.v-tooltip .v-errormessage h3 {
- font-size: 13px;
- font-weight: bold;
- margin: 1px 0 4px 0;
-}
-.v-contextmenu {
- background: #e9eced url(../tabsheet/img/tab-bg.png);
- font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
- background-color: #f6f7f7;
- color: #464f52;
- font-size: 12px;
- line-height: 14px;
-}
-.v-contextmenu .gwt-MenuBar {
- border-right: 1px solid #c6cbcc;
- border-bottom: 1px solid #c6cbcc;
- border-top: 1px solid #d0d4d5;
- border-left: 1px solid #d0d4d5;
-}
-.v-contextmenu .gwt-MenuItem {
- padding: 2px 0;
-}
-.v-contextmenu .gwt-MenuItem div {
- padding: 1px 20px 1px 8px;
-}
-.v-contextmenu .gwt-MenuItem-selected div {
- color: #fff;
- background: #5daee8;
-}
-.v-contextmenu .gwt-MenuItem img {
- margin-right: 10px;
-}
-.v-loading-indicator,
-.v-loading-indicator-delay,
-.v-loading-indicator-wait {
- width: 31px;
- height: 31px;
- background: transparent url(img/loading-indicator.gif);
- margin-right: 5px;
- margin-top: 5px;
-}
-.v-loading-indicator-delay {
- background-image: url(img/loading-indicator-delay.gif);
-}
-.v-loading-indicator-wait {
- background-image: url(img/loading-indicator-wait.gif);
-} \ No newline at end of file