hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/video.obu.edu/app/css/ |
/* column view container */
.column-view-container {
width: 100%;
height: 400px;
padding: 0;
border: 1px solid #ccc;
background: #FFF;
display: block;
overflow-x: auto;
overflow-y: hidden;
}
/* the composition div for colums */
.column-view-composition {
display: table;
white-space: nowrap;
}
/**/
.column {
display: table-cell;
border-right: 1px solid #999;
}
.column:last-child {
border-right: 0;
}
.column:only-child {
border-right: 1px solid #999;
}
/* for error messages */
.column > p {
margin: 10px;
color: #666;
}
/* for column listing */
.column ul {
margin: 0;
padding: 0;
height: 400px;
width: 150px;
overflow-y: auto;
list-style: none;
color: #542988;
}
.column ul li {
position: relative;
margin: 0;
padding: 10px 20px 10px 10px;
overflow: hidden;
-o-text-overflow: ellipsis; /* pour Opera 9 */
text-overflow: ellipsis; /* pour le reste du monde */
}
.column ul li:hover {
cursor: pointer;
}
.column ul li i {
position: absolute;
top: 9px;
right: 5px;
}
.column ul li:hover, .column ul li.active {
background: #543086;
color: #FFFFFF;
}
.column ul li:hover a, .column ul li.active a {
color: #FFFFFF;
}
.column ul li.search {
margin: 0;
padding: 5px;
}
.column ul li.search input {
width: 100%;
margin: 0;
}
/* icon type, could be replace with FontAwesome */
[class^="icon-"], [class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
background-image: url("../img/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
}
.icon-chevron-right {
background-position: -456px -72px;
}
.icon-globe {
background-position: -336px -144px;
}
.icon-file {
background-position: -23px -24px;
}