1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/modules/videos/css/videos.css

39 lines
496 B
CSS

#g-videos button {
margin-bottom: .5em;
}
#g-videos-tree {
cursor: pointer;
padding-left: 4px;
width: 95%;
}
#g-videos-tree li {
padding: 0;
float: none;
}
#g-videos-tree span.selected {
background: #ddd;
}
#g-videos-tree {
border: 1px solid #ccc;
height: 20em;
overflow: auto;
margin-bottom: .5em;
padding: .5em;
}
#g-videos ul ul li {
padding-left: 1.2em;
}
#g-videos-paths li .ui-icon {
margin-top: .4em;
}
#g-videos-admin-form .textbox {
width: 400px;
}