Vault Web Interface formatting error - terrible readability.

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
THONA

Vault Web Interface formatting error - terrible readability.

Post by THONA » Mon Mar 28, 2005 1:32 am

The list of items in a project has a name-column.
This is sadly centered, which makes readability a chore.

It would be better if things would not be centered but left-aligned.

ericsink
Posts: 346
Joined: Mon Dec 15, 2003 1:52 pm
Location: SourceGear
Contact:

Post by ericsink » Mon Mar 28, 2005 10:17 am

Good point. We should fix this.

In the meantime, it looks like you could tweak your copy of VaultStyle.css:

Code: Select all

.showfolder_data
{
	
	padding: 3px 3px 3px 5px;
	margin: 3px 3px 3px 5px;
	border-collapse: separate;
	background-color: #ebebeb;
	text-align: center;

}
Eric Sink
Software Craftsman
SourceGear

Post Reply