newer css.
This commit is contained in:
parent
c87e1fb257
commit
629f6db6a4
3 changed files with 40 additions and 10 deletions
|
@ -71,6 +71,7 @@ table.fc-header {
|
||||||
.fc-header-title {
|
.fc-header-title {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
font-size:17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-header-space {
|
.fc-header-space {
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
#content {
|
|
||||||
width: 75%;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#schedule_calendar {
|
||||||
|
width:98%
|
||||||
|
}
|
||||||
div.ui-datepicker {
|
div.ui-datepicker {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
}
|
}
|
||||||
|
@ -124,4 +126,6 @@ div.ui-datepicker {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fc-agenda-body {
|
||||||
|
max-height:560px;
|
||||||
|
}
|
||||||
|
|
|
@ -8,13 +8,17 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
html, body {
|
||||||
body#login-page {
|
height: 100%;
|
||||||
background: #1f1f1f url(images/login_page_bg.png) no-repeat center 0;
|
|
||||||
margin: 60px 0 0 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login-page {
|
||||||
|
background: #1f1f1f url(images/login_page_bg.png) no-repeat center 0;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
height:100%;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
@ -368,6 +372,7 @@ dl.inline-list dd {
|
||||||
border-color: #5b5b5b;
|
border-color: #5b5b5b;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px 1px 1px 1px;
|
border-width: 1px 1px 1px 1px;
|
||||||
|
width:100%;
|
||||||
}
|
}
|
||||||
.datatable tr td, .datatable tr th {
|
.datatable tr td, .datatable tr th {
|
||||||
border-color: #b1b1b1;
|
border-color: #b1b1b1;
|
||||||
|
@ -487,12 +492,13 @@ input[type="checkbox"] {
|
||||||
/*---//////////////////// LOGIN ////////////////////---*/
|
/*---//////////////////// LOGIN ////////////////////---*/
|
||||||
|
|
||||||
.login_box {
|
.login_box {
|
||||||
margin:0 auto 0 auto;
|
margin: 0 auto 0 auto;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
width:420px;
|
width:420px;
|
||||||
border:1px solid #181818;
|
border:1px solid #181818;
|
||||||
border-width: 0 0 1px 0;
|
border-width: 0 0 1px 0;
|
||||||
padding:0;
|
padding:0;
|
||||||
|
padding-top:60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login_box h2 {
|
.login_box h2 {
|
||||||
|
@ -632,3 +638,22 @@ dt.block-display, dd.block-display {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
margin-top:12px;
|
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;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue