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-debian/modules/server_add/css/server_add.css

39 lines
528 B
CSS

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