diff options
author | Marc Englund <marc.englund@itmill.com> | 2008-06-10 11:30:09 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2008-06-10 11:30:09 +0000 |
commit | c3c9ccc38dea54fc095cd995a1b8f01c405d2ba8 (patch) | |
tree | da9fe73fff9d2edf40c9fd1d58b4e0aed39b7428 | |
parent | 16c5dc7f789b05c2bc8a234400abc20e8e104eff (diff) | |
download | vaadin-framework-c3c9ccc38dea54fc095cd995a1b8f01c405d2ba8.tar.gz vaadin-framework-c3c9ccc38dea54fc095cd995a1b8f01c405d2ba8.zip |
Fixed reservrs header.
svn changeset:4845/svn branch:trunk
-rw-r--r-- | WebContent/ITMILL/themes/reservr/styles.css | 4 | ||||
-rw-r--r-- | WebContent/reservr.html | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/WebContent/ITMILL/themes/reservr/styles.css b/WebContent/ITMILL/themes/reservr/styles.css index d107454c1e..bdc04b3ddf 100644 --- a/WebContent/ITMILL/themes/reservr/styles.css +++ b/WebContent/ITMILL/themes/reservr/styles.css @@ -9,7 +9,7 @@ body { margin: 0;
}
-#itmill-ajax-window {
+#Reservr {
background-color: transparent;
}
@@ -81,7 +81,7 @@ textarea.i-textfield { font-weight: bold;
}
-#itmill-ajax-window .i-button-selected-link {
+#Reservr .i-button-selected-link {
border: 0px;
text-align: left;
text-decoration: none;
diff --git a/WebContent/reservr.html b/WebContent/reservr.html index 4ca26fd2e6..48e299a5bf 100644 --- a/WebContent/reservr.html +++ b/WebContent/reservr.html @@ -16,7 +16,13 @@ -->
<script src="http://maps.google.com/maps?file=api&v=2" type="text/javascript"></script>
</head>
-<body>
+<body> + <div id="header"> + <span id="logo"> Reservr Inc</span> + <span id="arrow"> </span> + <span id="slogan">Representational cars on-the-road</span> + </div> +
<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0;overflow:hidden" src="javascript:false"></iframe> <script language='javascript' src='/ITMILL/widgetsets/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet.nocache.js'></script> <script type="text/javascript"> |