To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
07/30/10 16:44:58 (19 months ago)
Author:
dordille
Message:

Made new fields start_time and end_time for events.
Added new time widget.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/web/css/aBlog.css

    r1816 r1866  
    870870        color: #999; 
    871871} 
     872 
     873#timepicker 
     874{ 
     875  position: absolute; 
     876  display: none; 
     877  padding: 0; 
     878  margin: 0; 
     879  float: left; 
     880  overflow: auto; 
     881  height: 100px; 
     882  background-color: #ffffff; 
     883} 
     884 
     885#timepicker .time-item 
     886{ 
     887  padding: 3px; 
     888} 
     889#timepicker .time-item:hover 
     890{ 
     891  background-color: #ddddff; 
     892}