/* Depot Tree */ .depot-tree-children { margin-left: 15px; } .depot-tree-item.selected > .depot-tree-item-value { color: #ffffff; background-color: #0095dd; } /* Project List */ .project-item { overflow: hidden; margin-left: 20px; margin-right: 20px; padding-left: 10px; padding-right: 10px; border-left: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; } .project-item:first-of-type { margin-top: 20px; border-top: 1px solid #DDDDDD; } .project-item:hover { background-color: #DDDDDD; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15688 | Doug Scheirer |
Populate -o //guest/perforce_software/helix-web-services/... //guest/doug_scheirer/helix-web-services/.... |
||
//guest/perforce_software/helix-web-services/main/source/helix_web_components/helix_web_components.css | |||||
#1 | 15622 | tjuricek |
Move source code to 'source/' subdirectory of branch. build/ will remain where it is. |
||
//guest/perforce_software/helix-web-services/main/helix_web_components/helix_web_components.css | |||||
#2 | 14154 | tjuricek |
Minimal styling for the project list. Our goal is just to reduce confusion between project name and description. |
||
#1 | 14151 | tjuricek |
Add depot tree control and selection to the create projects page. Styling and error checking is kept to a minimum for the time being. Our goal is just internal workflow and feedback. |