Newer
Older
.well .start-well-title {
margin-top:0;
}
table.past-flow-session-table th {
margin-right:1em;
border-bottom: 1px solid black;
}
table.past-flow-session-table td {
padding-right:1em;
padding-top:4px;
}
table.past-flow-session-table {
margin-bottom: 2ex;
}
/* {{{ flow page */
.flow-nav {
float:left;
}
margin-top: 0.8ex;
margin-left: 1.5em;
background-color:#ddd;
text-color:#eee;
.flow-session-expiration-panel {
float:right;
white-space: nowrap;
margin-right: 1em;
.flow-session-expiration-panel .form-control {
width: auto;
display: inline;
code {
/* Bootstrap: Hot pink for code? Really? */
color: #333;
}
.cf-flow-page-index {
margin-top: 6px;
padding-left: 20px;
float: left;
}
.cf-flow-page-number {
margin-right:3px;
min-width: 2em;
float: left;
text-align: center;
}
.cf-flow-page-number.cf-current {
background-color: #e8e8ff;
}
/* {{{ histograms */
div.histogram > table {
border: 0px;
}
td.histogram-title {
vertical-align: top;
padding-right: 1em;
}
td.histogram-bar-cell {
min-width:500px;
}
td.histogram-bar-cell div.progress {
margin-bottom:5px;
}
.stats-percentage {
visibility:hidden;
}
div.progress:hover span.stats-percentage{
visibility:visible;
}
.current-access-rule {
background: #dcdcdc;
}
.result-figure-list dd {
margin-top: 1ex;
margin-left: 3em;
margin-bottom: 1ex;
}
.calendar-descriptions dd {
margin-left: 3em;
margin-bottom: 1ex;
}
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
.cf-calendar-event:target .panel-heading {
background-color: #ddf;
}
.cf-calendar-event:target .panel-body {
background-color: #f8f8f8;
}
/* }}} */
.sandbox-page-editor {
position: absolute;
top: 60px;
left: 0;
width: 50%;
padding-left:50px;
padding-right:50px;
}
.sandbox-page-preview {
position: absolute;
top: 60px;
right: 0;
width: 50%;
bottom: 0;
overflow-y: scroll;
padding-left:50px;
padding-right:50px;
}
.sandbox-page-editor .CodeMirror {
height:800px;
}