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
Raw Normal View History

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