You are here

asset.css in Asset 5.2

Same filename and directory in other branches
  1. 5 asset.css
  2. 6 asset.css
.asset-directory-browse li{
  float: left;
	text-align: center;
	margin: 1em 1em 1em 0;
	padding: 0;
	list-style: none;
	background-image: none;
	width: 80px;
}
.asset-directory-browse li a{
	display: block;
	text-decoration: none;
	border: solid 1px #f0f0f0;
	font-size: .9em;
}
.asset-directory-browse li a:hover{
	text-decoration: none;
	background-color: #B5D5FF;
	border-color: #eee;
}
.asset-directory-browse li .icon{
	height: 64px;
	width: 64px;
	overflow: hidden;
	margin: 0 auto;
}

.asset-directory-browse li .caption{
	height: 2.4em;
	line-height: 1.2em;
	overflow: hidden;
}





File

asset.css
View source
  1. .asset-directory-browse li{
  2. float: left;
  3. text-align: center;
  4. margin: 1em 1em 1em 0;
  5. padding: 0;
  6. list-style: none;
  7. background-image: none;
  8. width: 80px;
  9. }
  10. .asset-directory-browse li a{
  11. display: block;
  12. text-decoration: none;
  13. border: solid 1px #f0f0f0;
  14. font-size: .9em;
  15. }
  16. .asset-directory-browse li a:hover{
  17. text-decoration: none;
  18. background-color: #B5D5FF;
  19. border-color: #eee;
  20. }
  21. .asset-directory-browse li .icon{
  22. height: 64px;
  23. width: 64px;
  24. overflow: hidden;
  25. margin: 0 auto;
  26. }
  27. .asset-directory-browse li .caption{
  28. height: 2.4em;
  29. line-height: 1.2em;
  30. overflow: hidden;
  31. }