summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/ITMILL/themes/reservr/styles.css17
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