| 1 | --- backend_log.css.orig 2009-07-08 01:00:42.000000000 +1000
|
|---|
| 2 | +++ backend_log.css 2009-08-25 19:21:13.932762311 +1000
|
|---|
| 3 | @@ -4,6 +4,7 @@
|
|---|
| 4 | border-right: 2px solid #48f;
|
|---|
| 5 | border-collapse: collapse;
|
|---|
| 6 | color: white;
|
|---|
| 7 | + width: 99%;
|
|---|
| 8 | }
|
|---|
| 9 |
|
|---|
| 10 | #backend_logs td {
|
|---|
| 11 | --- status.css.orig 2009-07-08 01:00:42.000000000 +1000
|
|---|
| 12 | +++ status.css 2009-08-25 19:46:59.949762291 +1000
|
|---|
| 13 | @@ -1,6 +1,6 @@
|
|---|
| 14 | #content_wrapper {
|
|---|
| 15 | - width: 660px;
|
|---|
| 16 | - margin: 0px auto;
|
|---|
| 17 | + margin-left: 15%;
|
|---|
| 18 | + margin-right: 15%;
|
|---|
| 19 | }
|
|---|
| 20 |
|
|---|
| 21 | h1 {
|
|---|
| 22 | @@ -9,7 +9,7 @@
|
|---|
| 23 | color: #ccc;
|
|---|
| 24 | letter-spacing: 0.5em;
|
|---|
| 25 | margin-bottom: 30px;
|
|---|
| 26 | - width: 650px;
|
|---|
| 27 | + width: 70%;
|
|---|
| 28 | text-align: center;
|
|---|
| 29 | }
|
|---|
| 30 | h2 {
|
|---|
| 31 | @@ -26,7 +26,7 @@
|
|---|
| 32 | display:none;
|
|---|
| 33 | }
|
|---|
| 34 | div.content {
|
|---|
| 35 | - width: 650px;
|
|---|
| 36 | + width: 90%;
|
|---|
| 37 | border-top: 1px solid #88a;
|
|---|
| 38 | border-right: 1px solid #88a;
|
|---|
| 39 | border-bottom: 1px solid #88a;
|
|---|
| 40 | @@ -41,7 +41,7 @@
|
|---|
| 41 | color: white;
|
|---|
| 42 | text-decoration: none;
|
|---|
| 43 | padding: .2em .8em;
|
|---|
| 44 | - border: thin solid #668;
|
|---|
| 45 | +/* border: thin solid #668; */
|
|---|
| 46 | /* width: 340px; */
|
|---|
| 47 | }
|
|---|
| 48 | div.schedule a span {
|
|---|
| 49 | @@ -57,21 +57,21 @@
|
|---|
| 50 | div.schedule a:hover span {
|
|---|
| 51 | display: block;
|
|---|
| 52 | position: absolute;
|
|---|
| 53 | - background-color: #204670;
|
|---|
| 54 | - color: white;
|
|---|
| 55 | - left: 358px;
|
|---|
| 56 | + background-color: white;
|
|---|
| 57 | + color: #204670;
|
|---|
| 58 | + right: 1px;
|
|---|
| 59 | margin-top: -20px;
|
|---|
| 60 | width: 280px;
|
|---|
| 61 | padding: 5px;
|
|---|
| 62 | border: thin dashed #88a;
|
|---|
| 63 | }
|
|---|
| 64 | div.diskstatus {
|
|---|
| 65 | - width: 325px;
|
|---|
| 66 | +/* width: 325px; */
|
|---|
| 67 | height: 7em;
|
|---|
| 68 | float: left;
|
|---|
| 69 | }
|
|---|
| 70 | div.loadstatus {
|
|---|
| 71 | - width: 325px;
|
|---|
| 72 | +/* width: 325px; */
|
|---|
| 73 | height: 7em;
|
|---|
| 74 | float: right;
|
|---|
| 75 | }
|
|---|