Drop shadow on the address book popup. I love CSS3!
authorArt Cancro <ajc@citadel.org>
Mon, 27 Sep 2010 03:12:12 +0000 (23:12 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 27 Sep 2010 03:12:12 +0000 (23:12 -0400)
webcit/static/styles/webcit.css

index 022716545fb061ac529f4174bc5ea8c0bc935d0d..722b8dab9f4692913549a1ab8399f33204679757 100644 (file)
@@ -205,7 +205,7 @@ body {
 .roomops_cell_label, .tab_cell_label {
        background-color: #FF7814;
        color: #FFF;
-       font-weight: 700;
+       font-size: 90%;
        border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
@@ -216,7 +216,7 @@ body {
 
 .tab_cell, .tab_cell_edit {
        background-color: #CCC;
-       font-weight: 700;
+       font-size: 90%;
        border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
@@ -724,8 +724,8 @@ div.auto_complete ul strong.highlight {
        padding: 0;
 }
 
-.auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_background, .smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .downloads_background, .vcard_edit_background, .vcard_edit_background_alt, .roomops_background_alt, .floors_config, .roomops_zap  {
- width: 100%;
+.auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_background, .smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .downloads_background, .vcard_edit_background, .vcard_edit_background_alt, .roomops_background_alt, .floors_config, .roomops_zap {
      width: 100%;
 }
 
 #address_book_popup {
@@ -736,6 +736,10 @@ div.auto_complete ul strong.highlight {
        height: auto;
        z-index: 100;
        display: none;
+       -webkit-box-shadow: #666 0px 2px 3px;
+       -moz-box-shadow: #666 0px 2px 3px;
+       box-shadow: #666 0px 2px 3px;
+       behavior: url(/static/styles/PIE.htc);
 }
 
 #address_book_popup_container_div {