diff options
author | Marc Englund <marc.englund@itmill.com> | 2007-10-16 14:06:09 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2007-10-16 14:06:09 +0000 |
commit | 46f9a1578f1ef73dc03be9160b52885d95532689 (patch) | |
tree | f4f7cf9bc194d53a973602b6cda065d2a1349f23 /WebContent/ITMILL | |
parent | 7fc77511a074ccd551a10056a16ae568253bb0d4 (diff) | |
download | vaadin-framework-46f9a1578f1ef73dc03be9160b52885d95532689.tar.gz vaadin-framework-46f9a1578f1ef73dc03be9160b52885d95532689.zip |
updated to match tk style changes
svn changeset:2528/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL')
-rw-r--r-- | WebContent/ITMILL/themes/reservr/styles.css | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/WebContent/ITMILL/themes/reservr/styles.css b/WebContent/ITMILL/themes/reservr/styles.css index 2972517772..a2b059a765 100644 --- a/WebContent/ITMILL/themes/reservr/styles.css +++ b/WebContent/ITMILL/themes/reservr/styles.css @@ -34,13 +34,13 @@ body { overflow: auto;
}
.i-panel {
- margin-bottom: 5px;
+ xmargin: 5px;
}
.i-caption {
color: #F14C1A;
font-size: 16px;
}
-.i-label.arrow {
+.i-label-arrow {
line-height: 160px;
font-family: Times New Roman;
color: #F14C1A;
@@ -51,17 +51,20 @@ textarea.i-textfield { width: 320px;
height: 110px;
}
-button.link {
+.i-button-link {
+ border: 0px;
+ text-align: left;
text-decoration: none;
+ background: none;
}
-button.important-link {
+.i-button-important-link {
border: 0px;
text-align: left;
text-decoration: none;
background: none;
font-weight: bold;
}
-button.selected-link {
+.i-button-selected-link {
border: 0px;
text-align: left;
text-decoration: none;
@@ -70,8 +73,10 @@ button.selected-link { color: white;
}
.i-orderedlayout {
- margin:5px 5px;
+ margin:0px;
+ padding: 0px;
}
+
.i-orderedlayout TD {
vertical-align: top;
}
\ No newline at end of file |