From 629f6db6a4dee92b0e4804d428055e099e86450b Mon Sep 17 00:00:00 2001 From: naomiaro Date: Sun, 30 Jan 2011 21:58:19 -0500 Subject: [PATCH] newer css. --- public/css/fullcalendar.css | 1 + public/css/schedule.css | 12 ++++++++---- public/css/styles.css | 37 +++++++++++++++++++++++++++++++------ 3 files changed, 40 insertions(+), 10 deletions(-) diff --git a/public/css/fullcalendar.css b/public/css/fullcalendar.css index 26c6979c2..0801d6e75 100644 --- a/public/css/fullcalendar.css +++ b/public/css/fullcalendar.css @@ -71,6 +71,7 @@ table.fc-header { .fc-header-title { margin-top: 0; white-space: nowrap; + font-size:17px; } .fc-header-space { diff --git a/public/css/schedule.css b/public/css/schedule.css index 6a783caed..73ff7f4db 100644 --- a/public/css/schedule.css +++ b/public/css/schedule.css @@ -1,7 +1,9 @@ -#content { - width: 75%; -} + + +#schedule_calendar { + width:98% +} div.ui-datepicker { font-size: 75%; } @@ -124,4 +126,6 @@ div.ui-datepicker { width: 400px; } - +.fc-agenda-body { + max-height:560px; +} diff --git a/public/css/styles.css b/public/css/styles.css index cdd139e9a..0445c9fa8 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -8,13 +8,17 @@ body { margin: 0; padding: 0; } - -body#login-page { - background: #1f1f1f url(images/login_page_bg.png) no-repeat center 0; - margin: 60px 0 0 0; - padding: 0; +html, body { +height: 100%; } +#login-page { + background: #1f1f1f url(images/login_page_bg.png) no-repeat center 0; + margin: 0; + padding: 0; + height:100%; + text-align:center; +} h2 { color: #000000; @@ -368,6 +372,7 @@ dl.inline-list dd { border-color: #5b5b5b; border-style: solid; border-width: 1px 1px 1px 1px; + width:100%; } .datatable tr td, .datatable tr th { border-color: #b1b1b1; @@ -487,12 +492,13 @@ input[type="checkbox"] { /*---//////////////////// LOGIN ////////////////////---*/ .login_box { - margin:0 auto 0 auto; + margin: 0 auto 0 auto; text-align:center; width:420px; border:1px solid #181818; border-width: 0 0 1px 0; padding:0; + padding-top:60px; } .login_box h2 { @@ -631,4 +637,23 @@ dt.block-display, dd.block-display { .button-bar { height: 28px; margin-top:12px; +} +/*.sticky { + padding:0; + width:100%; + z-index:2000; + position:fixed; + top:0; + left:0; + margin-bottom:140px; +}*/ +.sticky { + padding:0; + width:100%; +} + +.floated-panel { + margin-top:0; + width:99.99%; + z-index:9999; } \ No newline at end of file