Much prettier defer buttons and sane CSS that doesn't have issues with note divs.

This commit is contained in:
Eric Allen 2008-09-07 06:55:17 -07:00
parent 1324652726
commit ab28b22cbf
7 changed files with 4 additions and 4 deletions

BIN
public/images/defer_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

BIN
public/images/defer_7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -1202,6 +1202,5 @@ body.integrations textarea {
background-color:#ddd;
}
.defer-container {
position: absolute;
right: 2px;
float:right;
}

View file

@ -220,6 +220,7 @@ body.integrations h2 {margin-top:40px; padding-top:20px; margin-bottom:10px; bor
body.integrations p, body.integrations li {font-size:1.0em}
body.integrations li {list-style-type: disc; list-style-position: inside; margin-left:30px}
body.integrations textarea {margin:10px; padding:3px; width:80%; background-color:#ddd}
.defer-container {float:right}
div.calendar {position: relative}
.calendar, .calendar table {border: 1px solid #556; font-size: 11px; color: #000; cursor: default; background: #eef; z-index: 110; font-family: tahoma,verdana,sans-serif}
.calendar .button {text-align: center; padding: 2px}