-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
gustavox4ids
committed
Feb 21, 2013
1 parent
e96643e
commit ac7646e
Showing
9 changed files
with
1,296 additions
and
345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
/* jQuery iCalendar styles v1.1.1 */ | ||
.icalendar_popup_text { | ||
cursor: pointer; | ||
color: blue; | ||
text-decoration: underline; | ||
} | ||
.icalendar_popup { | ||
display: none; | ||
position: absolute; | ||
z-index: 100; | ||
} | ||
.icalendar_popup ul { | ||
float: left; | ||
width: 220px; | ||
padding: 2px; | ||
background-color: #eee; | ||
border: 1px solid #aaa; | ||
} | ||
.icalendar_popup .icalendar_list li { | ||
width: 50%; | ||
margin: 0%; | ||
padding: 2px 0px; | ||
background-color: transparent; | ||
border: none; | ||
} | ||
.icalendar_list { | ||
display: block; | ||
list-style-type: none; | ||
font-size: 80%; | ||
margin: 0px; | ||
padding: 0px; | ||
} | ||
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari3/Opera9 */ | ||
.icalendar_list { | ||
font-size: 100%; | ||
} | ||
} | ||
html:first-child .icalendar_list { /* Opera */ | ||
font-size: 80%; | ||
} | ||
.icalendar_list li { | ||
float: left; | ||
width: 12%; | ||
margin: 0px 1px; | ||
padding: 1px; | ||
background-color: #eee; | ||
border: 1px outset; | ||
} | ||
/*.icalendar_compact { | ||
background-color: #eee; | ||
border: 1px outset; | ||
}*/ | ||
.icalendar_compact li { | ||
width: 16px; | ||
height: 16px; | ||
margin: 0px; | ||
padding: 2px; | ||
background-color: transparent; | ||
border: none; | ||
} | ||
.icalendar_list a { | ||
width: 100%; | ||
text-decoration: none; | ||
} | ||
.icalendar_list span { | ||
display: inline-block; | ||
width: 104px; | ||
height: 17px; | ||
} | ||
.icalendar_list img { | ||
border: none; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.