summaryrefslogtreecommitdiffstats
path: root/public/stylesheets/calendar.css
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-22 13:17:49 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-22 13:17:49 +0000
commit827e998afef3a3b6eded98c9b3af1023e54fccb5 (patch)
treeec61e0b48f850b620454f95904781aeb1b0c4845 /public/stylesheets/calendar.css
parent43f583d33243b825ef493d2bebb200660835af48 (diff)
downloadredmine-827e998afef3a3b6eded98c9b3af1023e54fccb5.tar.gz
redmine-827e998afef3a3b6eded98c9b3af1023e54fccb5.zip
Application layout refactored.
The project menu is now the main menu. git-svn-id: http://redmine.rubyforge.org/svn/trunk@747 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/calendar.css')
-rw-r--r--public/stylesheets/calendar.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/public/stylesheets/calendar.css b/public/stylesheets/calendar.css
index 7f0b908e5..842dbf71a 100644
--- a/public/stylesheets/calendar.css
+++ b/public/stylesheets/calendar.css
@@ -1,6 +1,12 @@
/* The main calendar widget. DIV containing a table. */
-div.calendar { position: relative; }
+img.calendar-trigger {
+ cursor: pointer;
+ vertical-align: middle;
+ margin-left: 4px;
+}
+
+div.calendar { position: relative; z-index: 15;}
.calendar, .calendar table {
border: 1px solid #556;