Advertisement
Guest User

css inserts

a guest
Mar 20th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.96 KB | None | 0 0
  1. /*
  2. Theme Name:     New
  3. Theme URI:      http: //rework.co.uk/
  4. Description:    This is a child of the Scherzo theme
  5. Author:         Jo field
  6. Author URI:     http: //rework.co.uk/
  7. Template:       scherzo
  8. Version:        0.1
  9. */
  10.  
  11. @import url("../scherzo/style.css");
  12.  
  13. /*Calendar Month View Wraps Text to fit title in box*/
  14. .ai1ec-month-view .ai1ec-event {
  15.     border-radius: 0.3em;
  16.     -o-border-radius: 0.3em;
  17.     -moz-border-radius: 0.3em;
  18.     -webkit-border-radius: 0.3em;
  19.     margin: 1px 0 0;
  20.     padding: 0 3px 1px;
  21.     white-space: normal;
  22.     max-height: 100%; }
  23. /*Make Pop-up View Conform to above calendar change by selecting wrapped text.*/
  24. .ai1ec-month-view .ai1ec-event-popup {
  25.     position: absolute;
  26.     z-index: 5;
  27.     display: none;
  28.     white-space: normal;
  29.     color: #000 !important;
  30.     top: -4px;
  31.     left: -2px;
  32.     min-width: 100%;
  33.     border-radius: 0 0.3em 0.3em 0;
  34.     -o-border-radius: 0 0.3em 0.3em 0;
  35.     -moz-border-radius: 0 0.3em 0.3em 0;
  36.     -webkit-border-radius: 0 0.3em 0.3em 0;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement