aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2007-10-31 12:55:47 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2007-10-31 12:55:47 +0000
commit93ab050e9752bc4b0c54dffedaa5dff369624b6a (patch)
tree9743de22b85d858ca7907e0202a9d993df404a19 /src
parentc7f66c600b0df52d991be8034477f9c5462e0872 (diff)
downloadvaadin-framework-93ab050e9752bc4b0c54dffedaa5dff369624b6a.tar.gz
vaadin-framework-93ab050e9752bc4b0c54dffedaa5dff369624b6a.zip
Small Reservr-theme fixes/additions.
svn changeset:2636/svn branch:trunk
Diffstat (limited to 'src')
-rwxr-xr-xsrc/com/itmill/toolkit/demo/reservation/gwt/public/reservr/img/calendar-time-selected.gifbin0 -> 48 bytes
-rw-r--r--src/com/itmill/toolkit/demo/reservation/gwt/public/reservr/styles.css16
2 files changed, 9 insertions, 7 deletions
diff --git a/src/com/itmill/toolkit/demo/reservation/gwt/public/reservr/img/calendar-time-selected.gif b/src/com/itmill/toolkit/demo/reservation/gwt/public/reservr/img/calendar-time-selected.gif
new file mode 100755
index 0000000000..73c7857fc9
--- /dev/null
+++ b/src/com/itmill/toolkit/demo/reservation/gwt/public/reservr/img/calendar-time-selected.gif
Binary files differ
diff --git a/src/com/itmill/toolkit/demo/reservation/gwt/public/reservr/styles.css b/src/com/itmill/toolkit/demo/reservation/gwt/public/reservr/styles.css
index defaefb0ca..c678cbcb19 100644
--- a/src/com/itmill/toolkit/demo/reservation/gwt/public/reservr/styles.css
+++ b/src/com/itmill/toolkit/demo/reservation/gwt/public/reservr/styles.css
@@ -12,41 +12,43 @@
}
.i-datefield-entrycalendar-row-even {
cursor: pointer;
- background-color: #fefefe;
+ background: #fff;
height: 1em;
}
.i-datefield-entrycalendar-row-odd {
cursor: pointer;
- background-color: #eeeeee;
+ background: #f6f7f7;
height: 1em;
}
.i-datefield-entrycalendar-row-selected {
color: #fff;
- background-color: #1C3E6E;
+ background: #5daee8 url(img/calendar-time-selected.gif) no-repeat;
}
td.i-datefield-entrycalendar-time {
- padding-right: 2px;
+ padding: 2px 4px;
white-space: nowrap;
float: left;
}
td.i-datefield-entrycalendar-time span {
- width: 55px;
+ width: 45px;
text-align: right;
display: block;
}
td.i-datefield-entrycalendar-entry span {
display: block;
+ width: 98%;
overflow: hidden;
padding: 2px;
color: #fff;
- background-image: url('img/entry-topleft.jpg');
+ background-image: url(img/entry-topleft.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
+ text-align: left;
}
.i-datefield-calendarpanel td.i-datefield-entrycalendar-entry {
background-color: #F24C1A;
color: #fff;
- background-image: url('img/entry-bg.jpg');
+ background-image: url(img/entry-bg.jpg);
background-repeat: repeat-x;
vertical-align: top;
width: auto;