You are here

asset_wizard.css in Asset 5

Same filename in this branch
  1. 5 asset_wizard.css
  2. 5 themes/default/asset_wizard.css
Same filename and directory in other branches
  1. 5.2 asset_wizard.css
  2. 6 asset_wizard.css
@CHARSET "UTF-8";

body{
  margin: 0 !important;
}
#asset-popup{
  margin: 0 auto;
}
#asset-popup h1{
  padding: .5em 1em 0;
  border-bottom: solid 1px;
}
#asset-popup-main{
  padding: 0 1em;
}
#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

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