newer css.

This commit is contained in:
naomiaro 2011-01-30 21:58:19 -05:00
parent c87e1fb257
commit 629f6db6a4
3 changed files with 40 additions and 10 deletions

View file

@ -71,6 +71,7 @@ table.fc-header {
.fc-header-title {
margin-top: 0;
white-space: nowrap;
font-size:17px;
}
.fc-header-space {

View file

@ -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;
}

View file

@ -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;
}