2014-03-17 16:36:32 +01:00
|
|
|
html {
|
2014-05-22 18:19:07 +02:00
|
|
|
position: relative;
|
|
|
|
|
min-height: 100%;
|
2013-01-07 09:04:09 +01:00
|
|
|
}
|
2014-05-22 18:19:07 +02:00
|
|
|
|
2014-03-17 16:36:32 +01:00
|
|
|
body {
|
2014-05-22 18:19:07 +02:00
|
|
|
/* Margin bottom by footer height */
|
|
|
|
|
margin-bottom: 60px;
|
|
|
|
|
/* Margin bottom by navbar height */
|
|
|
|
|
padding-top: 60px;
|
2013-08-16 12:46:49 +03:00
|
|
|
}
|
2013-01-07 09:04:09 +01:00
|
|
|
|
2013-06-26 15:59:56 +02:00
|
|
|
#footer {
|
2014-05-22 18:19:07 +02:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
/* Set the fixed height of the footer here */
|
|
|
|
|
height: 60px;
|
|
|
|
|
background-color: #f5f5f5;
|
2013-07-15 12:22:07 +02:00
|
|
|
}
|
|
|
|
|
|
2014-03-17 16:36:32 +01:00
|
|
|
.container .text-muted {
|
2014-05-22 18:19:07 +02:00
|
|
|
margin: 20px 0;
|
2013-07-15 12:22:07 +02:00
|
|
|
}
|
|
|
|
|
|
2014-03-17 16:36:32 +01:00
|
|
|
#footer > .container {
|
2014-05-22 18:19:07 +02:00
|
|
|
padding: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav > li.nav-header > a {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.glyphicon {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mySidebar hr {
|
|
|
|
|
margin: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
|
.mySidebar ul.subNav {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2013-07-15 12:22:07 +02:00
|
|
|
}
|
2014-05-30 10:10:47 +02:00
|
|
|
|
|
|
|
|
.conferenceCheckboxes div {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 0px 10px 0px 0px;
|
|
|
|
|
}
|
2014-06-02 12:37:57 +02:00
|
|
|
|
|
|
|
|
.dashbox {
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dashbox .icon {
|
2014-06-02 14:57:53 +02:00
|
|
|
padding-left: 8px;
|
2014-06-02 12:37:57 +02:00
|
|
|
display: block;
|
2014-06-03 16:27:10 +02:00
|
|
|
font-size: 3.8em;
|
2014-06-02 12:37:57 +02:00
|
|
|
}
|
|
|
|
|
|
2014-06-03 16:27:10 +02:00
|
|
|
.dashbox label {
|
2014-06-02 12:37:57 +02:00
|
|
|
display: block;
|
2014-06-03 16:27:10 +02:00
|
|
|
font-size: 1.1em;
|
2014-06-02 12:37:57 +02:00
|
|
|
}
|
|
|
|
|
|
2014-06-03 16:27:10 +02:00
|
|
|
.todolist-missing span {
|
|
|
|
|
color: #ff0000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.todolist-ok {
|
|
|
|
|
text-decoration: line-through;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.todolist-ok span {
|
|
|
|
|
color: #02A10F;
|
|
|
|
|
}
|
2014-06-04 16:11:33 +02:00
|
|
|
|
|
|
|
|
.top-submitter img {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
2014-06-16 13:51:43 +02:00
|
|
|
|
|
|
|
|
#doughnut .tab-content {
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#submissions {
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
}
|
2014-06-14 18:49:10 +05:30
|
|
|
|
2014-06-14 23:37:12 +05:30
|
|
|
#venue-banner-disp{
|
2014-06-14 18:49:10 +05:30
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
-webkit-background-size:cover;
|
|
|
|
|
}
|
2014-06-16 23:55:11 +05:30
|
|
|
#venue-banner-disp.with-background{
|
|
|
|
|
min-height: 500px;
|
|
|
|
|
}
|
2014-06-14 18:49:10 +05:30
|
|
|
|
2014-06-14 23:37:12 +05:30
|
|
|
#venue-banner-disp li{
|
2014-06-14 18:49:10 +05:30
|
|
|
display: inline-block;
|
|
|
|
|
margin-right: 2em;
|
|
|
|
|
}
|
2014-06-14 23:37:12 +05:30
|
|
|
|
|
|
|
|
.pad{
|
|
|
|
|
padding-top: 35px;
|
|
|
|
|
padding-bottom: 35px;
|
|
|
|
|
}
|