~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to web/theme/default/css/timeline.css

  • Committer: Dan Garner
  • Date: 2015-09-29 15:16:59 UTC
  • mto: (454.2.11) (471.2.2)
  • mto: This revision was merged to the branch mainline in revision 468.
  • Revision ID: git-v1:ae24387a7b1397750b6ec86d0f286373da05eb16
Fixed Display Version Information Form (not showing media name)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
div.timelineMediaVerticalList {
22
22
    float: left;
23
 
    width: 560px;
 
23
    width: 580px;
24
24
}
25
25
 
26
26
div#timelinePreview {
159
159
 
160
160
ul#LibraryAssignSortable {
161
161
    display: inline-block;
162
 
    padding: 0;
163
162
}
164
163
 
165
164
#LibraryAssignSortable .li-sortable {
168
167
    border: 1px solid #8080ff;
169
168
    background-color: #E5F0FF;
170
169
    cursor: pointer;
 
170
    float: left;
171
171
    list-style: none;
172
 
    word-break: break-all;
173
172
}
174
173
 
175
174
div.timelineLink {
195
194
 
196
195
div.previewContent {
197
196
    overflow: hidden;
198
 
}
199
 
 
200
 
.layoutJumpListContainer .bootstrap-select.btn-group .dropdown-toggle .filter-option {
201
 
    text-align: center;
202
 
    overflow: hidden;
203
 
}
204
 
 
205
 
.designer-control-panel .btn {
206
 
    overflow: hidden;
207
 
}
208
 
 
209
 
.designer-control-panel-checkbox {
210
 
    padding-top: 5px;
211
197
}
 
 
b'\\ No newline at end of file'