mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Initial Release of the calendar plugin
This commit is contained in:
parent
45cc9885fc
commit
7115197a33
561 changed files with 189494 additions and 0 deletions
29
dav/timepicker/timePicker.css
Normal file
29
dav/timepicker/timePicker.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
div.time-picker {
|
||||
position: absolute;
|
||||
height: 191px;
|
||||
width:4em; /* needed for IE */
|
||||
overflow: auto;
|
||||
background: #fff;
|
||||
border: 1px solid #aaa;
|
||||
z-index: 99;
|
||||
margin: 0;
|
||||
}
|
||||
div.time-picker-12hours {
|
||||
width:6em; /* needed for IE */
|
||||
}
|
||||
|
||||
div.time-picker ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
div.time-picker li {
|
||||
cursor: pointer;
|
||||
height: 10px;
|
||||
font: 12px/1 Helvetica, Arial, sans-serif;
|
||||
padding: 4px 3px;
|
||||
}
|
||||
div.time-picker li.selected {
|
||||
background: #0063CE;
|
||||
color: #fff;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue