You are here

asset_wizard.css in Asset 6

@CHARSET "UTF-8";

body{
  margin: 0 !important;
}
#asset-popup{
  margin: 0 auto;
}
#asset-popup-main {
	background:     transparent url(asset.bg.png) no-repeat fixed right 150px;
	height:         270px;
	margin-top:     80px;
	min-height:     270px;
	min-width:      500px;
	overflow:       auto;
	padding-bottom: 50px;
	padding-top:    0;
}
#asset-popup-main.asset-selection-form {
	padding-top: 0;
}
#asset-popup h1{
  padding: .5em 1em 0;
  border-bottom: solid 1px;
}
#asset-popup-footer{
  border-top: solid 1px;
  padding: 0 1em;
}
.asset-tree-widget .form-item{
  margin: 0;
}
.asset-tree-widget ul{
  margin: 0;
  border-top: solid 2px #888;
  border-left: solid 2px #888;
  background-color: #fff;
  line-height: 1.25em;
  height: 200px;
  overflow-y: scroll;
  width: 150px;
  float: left;
}
.asset-tree-widget li{
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
}
.asset-tree-widget select{
  line-height: 1.25em;
  height: 200px;
  width: 200px;
  float: left;
}
.asset-tree-widget .asset-preview{
  width: 200px;
  float: left;
  height: 200px;
  background-color: #fff;
  border-top: solid 2px #888;
  border-left: solid 2px #888;
  text-align: center;
  overflow: auto;
}
  
#asset-popup .container-inline .form-submit{
  margin: 0;
}
#asset-popup .container-inline .form-item{
  margin: 0;
}
.asset-selected-preview{
  float: right;
  margin-left: 20px;
}

.item-list ul li.file,
.item-list ul li.folder{
  list-style-type: none;
  list-style-image: none;
  padding-left: 25px;
}

.item-list ul li.file{
  background: url(i/doc-plain-white.png) no-repeat 0 0;
}

.item-list ul li.folder{
  background: url(i/folder-closed-white.png) no-repeat 0 0;
}

.form-radios .roles{
  margin-left: 2em;
}

.messages{
  border: dashed 1px #333;
  background: #f0f0f0f;
  background: Highlight;
  color : #333;
  color: HighlightText;
  padding: 10px 100px 10px 20px;
  margin: 10px 0;
}
.messages a.okay{
  background: ButtonFace;
  border: outset 2px ButtonFace;
  color: ButtonText;
  float: right;
  padding: 3px 5px;
  cursor: pointer;
}

File

misc/asset_wizard.css
View source
  1. @CHARSET "UTF-8";
  2. body{
  3. margin: 0 !important;
  4. }
  5. #asset-popup{
  6. margin: 0 auto;
  7. }
  8. #asset-popup-main {
  9. background: transparent url(asset.bg.png) no-repeat fixed right 150px;
  10. height: 270px;
  11. margin-top: 80px;
  12. min-height: 270px;
  13. min-width: 500px;
  14. overflow: auto;
  15. padding-bottom: 50px;
  16. padding-top: 0;
  17. }
  18. #asset-popup-main.asset-selection-form {
  19. padding-top: 0;
  20. }
  21. #asset-popup h1{
  22. padding: .5em 1em 0;
  23. border-bottom: solid 1px;
  24. }
  25. #asset-popup-footer{
  26. border-top: solid 1px;
  27. padding: 0 1em;
  28. }
  29. .asset-tree-widget .form-item{
  30. margin: 0;
  31. }
  32. .asset-tree-widget ul{
  33. margin: 0;
  34. border-top: solid 2px #888;
  35. border-left: solid 2px #888;
  36. background-color: #fff;
  37. line-height: 1.25em;
  38. height: 200px;
  39. overflow-y: scroll;
  40. width: 150px;
  41. float: left;
  42. }
  43. .asset-tree-widget li{
  44. margin: 0;
  45. padding: 0;
  46. list-style: none;
  47. background: transparent;
  48. }
  49. .asset-tree-widget select{
  50. line-height: 1.25em;
  51. height: 200px;
  52. width: 200px;
  53. float: left;
  54. }
  55. .asset-tree-widget .asset-preview{
  56. width: 200px;
  57. float: left;
  58. height: 200px;
  59. background-color: #fff;
  60. border-top: solid 2px #888;
  61. border-left: solid 2px #888;
  62. text-align: center;
  63. overflow: auto;
  64. }
  65. #asset-popup .container-inline .form-submit{
  66. margin: 0;
  67. }
  68. #asset-popup .container-inline .form-item{
  69. margin: 0;
  70. }
  71. .asset-selected-preview{
  72. float: right;
  73. margin-left: 20px;
  74. }
  75. .item-list ul li.file,
  76. .item-list ul li.folder{
  77. list-style-type: none;
  78. list-style-image: none;
  79. padding-left: 25px;
  80. }
  81. .item-list ul li.file{
  82. background: url(i/doc-plain-white.png) no-repeat 0 0;
  83. }
  84. .item-list ul li.folder{
  85. background: url(i/folder-closed-white.png) no-repeat 0 0;
  86. }
  87. .form-radios .roles{
  88. margin-left: 2em;
  89. }
  90. .messages{
  91. border: dashed 1px #333;
  92. background: #f0f0f0f;
  93. background: Highlight;
  94. color : #333;
  95. color: HighlightText;
  96. padding: 10px 100px 10px 20px;
  97. margin: 10px 0;
  98. }
  99. .messages a.okay{
  100. background: ButtonFace;
  101. border: outset 2px ButtonFace;
  102. color: ButtonText;
  103. float: right;
  104. padding: 3px 5px;
  105. cursor: pointer;
  106. }