openstackweb/registration/css/affiliations.css
Sebastian Marcet 00b077eb8f [smarcet] - #7612
* refactoring

Conflicts:

	openstack/_config.php
	themes/openstack/templates/Layout/SangriaPage_SetCategorySponsors.ss
	themes/openstack/templates/Layout/SangriaPage_ViewSponsorsRequest.ss

Conflicts:

	openstack/_config.php
	openstack/code/SangriaPage.php
	themes/openstack/templates/Layout/SangriaPage_AddInvolvementType.ss

Conflicts:

	openstack/code/SangriaPage.php
2014-11-24 14:06:33 -03:00

30 lines
405 B
CSS

.date-input{
width: 100px !important;
}
.affiliation-header .title{
}
#affiliations-container ul{
list-style: none;
padding-left: 0;
}
.org-name{
width: 250px !important;
max-width: 250px !important;
float: left;
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
.org-name span{
}
.affiliation-info{
width: 300px !important;
float: left;
}