You are here

filedepot.css in filedepot 7

Same filename and directory in other branches
  1. 6 css/filedepot.css
body.layout-left-main .outer { margin-left:0px !important; }

/* Filedepot CSS */

#filedepot {
  border:1px solid #DADADA;
  margin:0px 0px 5px 0px;
  padding:0px;
  visibility:hidden;
  padding-bottom:43px;
  height:450px;   /* This controls the height of the main display */
  width:100%;
}

#filedepot_sidecol {
  float:left;
  width:210px;
  padding-top:10px;
  padding-left:3px;
  margin-right:4px;
  overflow:hidden;
}

#filedepotNavTreeDiv table tr {
  background-color: transparent;
}

#filedepot_centercol {
  float:left;
  width:100%;
  margin-top:0px;
  margin-right:0px;
  padding:0px;
  background-color: #FFFFFF;
}

#filedepotmodule table { margin: 0px !important; border: 0px !important}
#filedepotmodule tbody { border-top: 0px; }
#filedepotmodule form  { margin:0px !important }

/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligncenter {
  text-align:center;
}
.aligntop {
  vertical-align:top;
}
.floatright {
  float:right;
}
.floatleft {
  float:left;
}
.clearboth {
  clear:both;
}
/* clear floats by applying the clearfix class to float-encasing block !*******/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}



.plugin {
  color:#000000;
  background-color:#EFEFEF;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.plugin th {
  color:#000000;
  background-color:#B7C1DC;
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
  color:#FEFEFE;
  background-color:#7398BA;
}
.pluginAltBG {
  background-color:#7398BA;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  color:#666666;
  font-weight:bold;
  background-color:#E6E6E6;
  padding:5px;
}
.pluginCellFill {
  background-color:#F8FAFD;
}
.pluginCellText {
  color:#636363;
  font-weight:normal;
}
.pluginHeader {
  color:#204275;
  font-weight:bolder;
  padding-top:3px;
  padding-bottom:3px;
}
.pluginFooter, .pluginFooter td {
  background-color:#507AA1;
  color:#FFFFFF;
  }
.pluginAlert {
  padding:5px 15px 5px 15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
  color:#707070;
  background-color:#FEF1B4;
  font-weight:normal;
}
.pluginAjaxStatus {
    background-color:#F6FEE7;
    color:#E6002E;
    padding:5px;
}

.pluginSubTable {
  color:#000000;
  background-color:#CCCCCC;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.pluginSubTable th {
  color:#000000;
  background-color:#C9D1E4;
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
  background-color:#CCCCCC;
}
.pluginSolidFill {
  background-color:#1A3955;
}
.pluginTitle {
  background-color:#507AA1;
  color:#F5F9FF;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginCellSubTitle {
  background-color:#F7F7F7;
  color:#000000;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginReportTitle {
  font-size:1.2em;
  background-color:#F2F2F2;
  color:#0066A7;
  text-align:center;
  padding:5px;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  color:#000000;
  background-color:#E7E7E7;
  line-height: 120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  color:#000000;
  background-color:#FFFFFF;
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}



/* YUI Uploader styles that were not working for IE when I had them inline on page.thtml
   Also needed to add the !important as there must be some other YUI styles that had an effect
*/
#fileProgress {
    border:1px solid #CCC;
    width:220px;
    height:20px;
    float:left;
}
#fileName {
    text-align:center;
    padding:0px !important;
    margin:0px !important;
    width:220px;
    height:15px;
}
.uploaderprogress {
    padding:0px !important;
    margin:0px !important;
    height:5px;
    width:220px;
    background-color:#CCC;
}

.formtable td {
    padding-top:3px;
    padding-bottom:2px;
    vertical-align:top;
}
#filedetails td {
    padding:5px;
    text-align:left;
}

#filedetails table.plugin {
  width: 670px;
}

#filedetails td.alignright {
  margin-right: 30px;
}

.required {
  padding-left:5px;
  color:red;
}

#filelisting {
    width:100%
}

#reportlisting_container .filedepotheading {
    font-size:10pt;
    color:#333;
    clear:both;
    display:inline-block;
    width:100%;
}

#reportheadercontainer {
  background-color:#F2F2F2;
  float:left;
  width:100%;
  height:26px;
  padding-bottom:5px;
  padding-top:5px;
  margin:0px;
}

#filelistingheader .filedepotheading {
    font-size:12pt;
    background-color: #DAE0ED;
    color:#333;
    clear:both;
    display:inline-block;
    width:100%;
    padding:0px;
}

#filelistingheader .filedepotheading a {
    font-size:9pt !important;
    position:relative;bottom:2px;
    text-decoration:none;
}

#filelisting_container {
    padding-bottom:20px;
}
#filelisting_container .listing_record {
    clear:both;
    display:inline-block;
    width:100%;
    padding-top:5px;
    padding-left:0px;
}

#filelisting_container .oddrow {
    background-color:#FFFFFF;
}

#filelisting_container .evenrow {
    background-color:#EBEBEB;
}

#filelisting_container .listing_record .filedesc {
    clear:both;
    padding-top:5px;
    padding-left:75px;
    padding-bottom:5px !important;
    font-size:9pt;
    color:#666;
}

#filelisting_container div.twoactions {
  padding-right:40px;
  white-space:nowrap
}

#filelisting_container div.oneaction {
  padding-right:50px;
  white-space:nowrap
}

#filelisting_container div.noactions {
  padding-right:65px;
  white-space:nowrap
}

#filelisting_container .loading {
    background-color:#FFEFAD;
    color: #FA0032;
    font-size:85%;
    font-weight:bold;
    padding:5px;
}

a.morefolderdata {
    color: #666;
    text-decoration:none;
}
a.morefolderdata:hover {
    color: #000;
    text-decoration:underline;
}

.listing_record div.tags {
    padding-bottom:2px;
    float:left;
}

.filedesc div.tags span {
    padding-left:5px;
}

#filelisting_container .subfolder_container {
    width:100%;
}

#filelisting_container .subfolder_container listing_record {
    clear:both;
    display:inline-block;
    width:100%;
}

.yui-panel {
  background-color: #FFFFFF;
}

.yui-skin-sam .yui-ac-container {
    position:relative;
    top:1.5em;
    width:100%;
}

.filedepot_alert {
  padding-left:15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
  height:30px;
}
.filedepot_alert div {
   padding:5px;
}

.removetag a {
    font-size:14px;
    padding:4px 3px 4px 3px;
    text-decoration:none;
    color:black;
    line-height: 28px;
}
.removetag a:hover {
    font-size:20px;
    padding:2px 1px 4px 2px;
    text-decoration: underline;
    line-height: 22px;
}


#autocomplete {
    width:285px; /* set width for widget here */
    padding-bottom:0em;
}

/* Over-ride CSS in YUI container.css */
.button-group button:active,
.button-group button:hover,
.button-group button.hover {
    background-color:#FF8822;
    border-top-color:#FFF;
    border-left-color:#FFF;
}

.inlineblock {
  display: inline-block;
}

.filedepottoolbar {
  background-color: #013763;
  height:25px;
  padding-top:0px;
}

.filedepottoolbar_searchbox {
  width:300px;
  position:relative;
  float:right;
  top:5px;
}

.filedepottoolbar_searchform {
  float:right;
  width:80%;
  position:relative;
  top:-2px;
}


.tagsearchboxcontainer {
    float:right;
    padding-top:9px;
}

.filedepottoolbar_searchbox form {
  background-color: #013763;
  margin:5px 0px 0px 10px;
}

.filedepottoolbar_searchbox table {
  background-color: #013763;
  line-height:0px;
}
.filedepottoolbar_searchbox table td {
  padding:0px;
  border:0px;
}

.filedepottoolbar .toolbaricons {
  background-image: url(images/icons_6.png);
  background-repeat: no-repeat;
  display:inline-block;
  float:left;
}

.filedepottoolbar .newfoldercmd {
  background-position: 0px 50%;
  width:16px;
  position:relative;
  left:10px;
}

.filedepottoolbar .uploadcmd {
  background-position: -16px 50%;
  width:16px;
  position:relative;
  left:50px;
}


.icon-folderclosed { width:18px; background: transparent url(images/icons_6.png) -384px 0px no-repeat; cursor:pointer !important;}
.icon-folderopen { width:18px; background: transparent url(images/icons_6.png) -400px 0px no-repeat; cursor:pointer !important;}
.icon-starnotselected { width:18px; background: transparent url(images/icons_6.png) -288px 0px no-repeat !important; }
.icon-files { display:block; padding-left:25px; background: transparent url(images/homefolder-16x16.png) no-repeat !important; }
.icon-fileowned { display:block;  padding-left:25px; background: transparent url(images/member-16x16.png) no-repeat !important; }
.icon-filelocked { display:block;  padding-left:25px; background: transparent url(images/lock-16x16.png) no-repeat !important; }
.icon-fileflagged { display:block;  padding-left:25px; background: transparent url(images/staron-16x16.gif) no-repeat !important; }
.icon-allfolders { display:block;  padding-left:25px; background: transparent url(images/allfolders-16x16.png) no-repeat !important; }
.icon-filelisting { display:block;  padding-left:25px; background: transparent url(images/filelisting-16x16.png) no-repeat !important; }

.cancelbutton {
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(images/cancelbutton.gif) !important;
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}

a.cancelbutton:hover {
    background-position: 0px 0px;
}

.htmlnodelabel { margin-left: 20px; }


.downloadlink a {
    text-decoration: none;
    color: #000;
}

.folderlink a  {
    text-decoration: underline;
    color: #013763;
}
.folderlink a:hover  {
    text-decoration: underline;
    color: #000;
}


#tagsearchbox {
    min-width:120px;
    height:20px;
    text-align:left;
    margin-top:0px;
    padding-bottom:5px;
    padding-top:0px;
    padding-left:5px;
}
#showsearchtags { color:#CCC;text-decoration: underline; }
#showsearchtags:hover { color:#FFF; text-decoration:underline; }

.tagcloud span { padding-left:2px;padding-right:2px; white-space:nowrap;}
.tagcloud span a { color:#003DF5; text-decoration:underline; }
.tagcloud span a:hover { color:#248F00; }
.tagsearchbox span { }


.searchtag {
    font-size:90%;
    text-decoration:underline;
}

#navbardialogs {
    position:relative;
    top:50px;
    left:50px;
}

#newfolderdialog .bd div,
#newfiledialog .bd div {
    margin-top:7px;
}

#activefolder_area {
  float:left;
  padding:0px;
}

#activefolder_container, #folder_options_container {
  background-color:#F2F2F2;
}

#activefolder {
  padding:3px;
}

#activefolder a {
    color: #006677;
    background-color:#F2F2F2;
    font-weight:bold;
    padding:5px 10px 5px 2px;
    text-decoration:none;
}
#activefolder a:hover {
    color: #333;
    background-color:#FFF2CC;
    font-weight:bold;
    padding:4px 10px 5px 1px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#edit_activefolder {
  display:none;
  background-color:#F7F7F7;
  padding:5px;
  margin-bottom:10px;
}

#edit_activefolder td { padding:3px; }
#folderperms td { padding:2px; }

.filedepot_perms_leftoption {
  margin-right:5px;
  width:130px;
  float:left;
}

.filedepot_perms_rightoption {
  width:165px;
  float:left;
}

#frmFileDetails input { font-size:9pt; }
#frmFileDetails label { font-weight:normal; font-size:9pt; }

.disabled_element { color: #ABABAB; }
.enabled_element { color: #000000; }

.listing_activetag { float:left; margin: 0px 2px; padding:2px 5px; font-weight:bold; }
.listing_searchtag { float:left; margin: 0px 2px; padding:2px 5px; background-color: #CCE3FF; }
.listing_searchtag a { color: #006AEB; }
.listing_searchtag a:hover { color: #000000; }

.deletebuttonborder {
    margin:0px;
    padding:5px 0px 5px 3px;
    border:0px solid red;
}

.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {
    border: 1px solid #DADADA;
    border-bottom: none;
    border-top: none;
    *border-bottom-width: 0;
    *border-top-width: 0;
    background-color: #f2f2f2;
    text-align: left;
    padding-left:5px;
    padding-top:10px;
}


/* Style the resize handle */
.yui-skin-sam .yui-layout-unit .yui-resize-handle-r {
    left: 5;
    top: 0;
    background-image: none;
    background-color: #E1E7F2;
    width:10px;
    height:99% !important;  /* Looks better in FF this way */
}

 .yui-layout-unit .yui-resize-handle-r .yui-layout-resize-knob {
    left:3px;
}

/* styles for results container */
.yui-skin-sam .yui-ac-container {
    position:relative;
    top:1.5em;
    margin:0px;
    padding:0px;
    width:100%;
}

/* YUI File details panel - close button was appearing as a un-styled link
   after force loading the container and menu.css at the top of this file
*/
.yui-skin-sam .container-close {
  background:url("images/sprite.png") no-repeat scroll 0 -300px transparent !important;
  cursor:pointer;
  height:18px !important;
  position:absolute;
  right:5px;
  top:5px;
  width:25px !important;
}

.yui-skin-sam .yuimenubaritemlabel { border: 0px !important; font-size:85%;}

#yui-gen3 .yui-layout-bd { background-color:#FFF  }

.yuimenubar li { background-image: none; }

.yui-skin-sam .yui-button button { min-height:1.7em !important; }




#filedepot_newfolder_link {
  padding-right:10px;
}

#filedepot_newfile_link a {
  color: #FFF;
}
#filedepot_newfolder_link a {
  color: #FFF;
}

File

css/filedepot.css
View source
  1. body.layout-left-main .outer { margin-left:0px !important; }
  2. /* Filedepot CSS */
  3. #filedepot {
  4. border:1px solid #DADADA;
  5. margin:0px 0px 5px 0px;
  6. padding:0px;
  7. visibility:hidden;
  8. padding-bottom:43px;
  9. height:450px; /* This controls the height of the main display */
  10. width:100%;
  11. }
  12. #filedepot_sidecol {
  13. float:left;
  14. width:210px;
  15. padding-top:10px;
  16. padding-left:3px;
  17. margin-right:4px;
  18. overflow:hidden;
  19. }
  20. #filedepotNavTreeDiv table tr {
  21. background-color: transparent;
  22. }
  23. #filedepot_centercol {
  24. float:left;
  25. width:100%;
  26. margin-top:0px;
  27. margin-right:0px;
  28. padding:0px;
  29. background-color: #FFFFFF;
  30. }
  31. #filedepotmodule table { margin: 0px !important; border: 0px !important}
  32. #filedepotmodule tbody { border-top: 0px; }
  33. #filedepotmodule form { margin:0px !important }
  34. /* general alignment classes **************************************************/
  35. .alignleft {
  36. text-align:left;
  37. }
  38. .alignright {
  39. text-align:right;
  40. }
  41. .aligncenter {
  42. text-align:center;
  43. }
  44. .aligntop {
  45. vertical-align:top;
  46. }
  47. .floatright {
  48. float:right;
  49. }
  50. .floatleft {
  51. float:left;
  52. }
  53. .clearboth {
  54. clear:both;
  55. }
  56. /* clear floats by applying the clearfix class to float-encasing block !*******/
  57. .clearfix:after {
  58. content: ".";
  59. display: block;
  60. height: 0;
  61. clear: both;
  62. visibility: hidden;
  63. }
  64. .clearfix {
  65. display: inline-block;
  66. }
  67. /* Hides from IE-mac \*/
  68. * html .clearfix {height: 1%;}
  69. .clearfix {display: block;}
  70. .plugin {
  71. color:#000000;
  72. background-color:#EFEFEF;
  73. font-weight:normal;
  74. border:1px solid #CCCCCC;
  75. }
  76. .plugin th {
  77. color:#000000;
  78. background-color:#B7C1DC;
  79. padding:5px;
  80. text-align:left;
  81. }
  82. .plugin tr {
  83. vertical-align:top;
  84. }
  85. .plugin td {
  86. padding:2px 5px 2px 5px;
  87. }
  88. .pluginBG {
  89. color:#FEFEFE;
  90. background-color:#7398BA;
  91. }
  92. .pluginAltBG {
  93. background-color:#7398BA;
  94. }
  95. .pluginAltBG td {
  96. color:#FFFFFF
  97. }
  98. .pluginCellTitle {
  99. color:#666666;
  100. font-weight:bold;
  101. background-color:#E6E6E6;
  102. padding:5px;
  103. }
  104. .pluginCellFill {
  105. background-color:#F8FAFD;
  106. }
  107. .pluginCellText {
  108. color:#636363;
  109. font-weight:normal;
  110. }
  111. .pluginHeader {
  112. color:#204275;
  113. font-weight:bolder;
  114. padding-top:3px;
  115. padding-bottom:3px;
  116. }
  117. .pluginFooter, .pluginFooter td {
  118. background-color:#507AA1;
  119. color:#FFFFFF;
  120. }
  121. .pluginAlert {
  122. padding:5px 15px 5px 15px;
  123. color:#D8010E;
  124. background-color:#FEF1B4;
  125. font-weight:bold;
  126. }
  127. .pluginInfo {
  128. padding:5px 15px 5px 15px;
  129. color:#707070;
  130. background-color:#FEF1B4;
  131. font-weight:normal;
  132. }
  133. .pluginAjaxStatus {
  134. background-color:#F6FEE7;
  135. color:#E6002E;
  136. padding:5px;
  137. }
  138. .pluginSubTable {
  139. color:#000000;
  140. background-color:#CCCCCC;
  141. font-weight:normal;
  142. border:1px solid #CCCCCC;
  143. }
  144. .pluginSubTable th {
  145. color:#000000;
  146. background-color:#C9D1E4;
  147. padding:5px;
  148. text-align:left;
  149. }
  150. .pluginSubTable tr {
  151. vertical-align:top;
  152. }
  153. .pluginSolidOutline {
  154. background-color:#CCCCCC;
  155. }
  156. .pluginSolidFill {
  157. background-color:#1A3955;
  158. }
  159. .pluginTitle {
  160. background-color:#507AA1;
  161. color:#F5F9FF;
  162. padding:4px;
  163. padding-left:6px;
  164. padding-right:6px;
  165. }
  166. .pluginCellSubTitle {
  167. background-color:#F7F7F7;
  168. color:#000000;
  169. padding:4px;
  170. padding-left:6px;
  171. padding-right:6px;
  172. }
  173. .pluginReportTitle {
  174. font-size:1.2em;
  175. background-color:#F2F2F2;
  176. color:#0066A7;
  177. text-align:center;
  178. padding:5px;
  179. }
  180. .pluginTinyText {
  181. font-size:0.70em;
  182. }
  183. .pluginSmallText {
  184. font-size:0.8em;
  185. }
  186. .pluginMediumText {
  187. font-size:1em;
  188. }
  189. .pluginLargeText {
  190. font-size:1.25em;
  191. }
  192. .pluginAltText {
  193. color:#FFFFFF;
  194. }
  195. .pluginRow1, .pluginRow1 td {
  196. color:#000000;
  197. background-color:#F7F7F7;
  198. line-height:120%;
  199. }
  200. .pluginRow2, .pluginRow2 td {
  201. color:#000000;
  202. background-color:#E7E7E7;
  203. line-height: 120%;
  204. }
  205. .pluginRow1 .pluginRollOver,
  206. .pluginRow2 .pluginRollOver,
  207. .pluginRollOver {
  208. color:#000000;
  209. background-color:#FFFFFF;
  210. line-height:120%;
  211. }
  212. .pluginRow1 .pluginRollOut,
  213. .pluginRow2 .pluginRollOut,
  214. .pluginRollOut {
  215. color:#000000;
  216. background-color:#F7F7F7;
  217. line-height:120%;
  218. }
  219. /* YUI Uploader styles that were not working for IE when I had them inline on page.thtml
  220. Also needed to add the !important as there must be some other YUI styles that had an effect
  221. */
  222. #fileProgress {
  223. border:1px solid #CCC;
  224. width:220px;
  225. height:20px;
  226. float:left;
  227. }
  228. #fileName {
  229. text-align:center;
  230. padding:0px !important;
  231. margin:0px !important;
  232. width:220px;
  233. height:15px;
  234. }
  235. .uploaderprogress {
  236. padding:0px !important;
  237. margin:0px !important;
  238. height:5px;
  239. width:220px;
  240. background-color:#CCC;
  241. }
  242. .formtable td {
  243. padding-top:3px;
  244. padding-bottom:2px;
  245. vertical-align:top;
  246. }
  247. #filedetails td {
  248. padding:5px;
  249. text-align:left;
  250. }
  251. #filedetails table.plugin {
  252. width: 670px;
  253. }
  254. #filedetails td.alignright {
  255. margin-right: 30px;
  256. }
  257. .required {
  258. padding-left:5px;
  259. color:red;
  260. }
  261. #filelisting {
  262. width:100%
  263. }
  264. #reportlisting_container .filedepotheading {
  265. font-size:10pt;
  266. color:#333;
  267. clear:both;
  268. display:inline-block;
  269. width:100%;
  270. }
  271. #reportheadercontainer {
  272. background-color:#F2F2F2;
  273. float:left;
  274. width:100%;
  275. height:26px;
  276. padding-bottom:5px;
  277. padding-top:5px;
  278. margin:0px;
  279. }
  280. #filelistingheader .filedepotheading {
  281. font-size:12pt;
  282. background-color: #DAE0ED;
  283. color:#333;
  284. clear:both;
  285. display:inline-block;
  286. width:100%;
  287. padding:0px;
  288. }
  289. #filelistingheader .filedepotheading a {
  290. font-size:9pt !important;
  291. position:relative;bottom:2px;
  292. text-decoration:none;
  293. }
  294. #filelisting_container {
  295. padding-bottom:20px;
  296. }
  297. #filelisting_container .listing_record {
  298. clear:both;
  299. display:inline-block;
  300. width:100%;
  301. padding-top:5px;
  302. padding-left:0px;
  303. }
  304. #filelisting_container .oddrow {
  305. background-color:#FFFFFF;
  306. }
  307. #filelisting_container .evenrow {
  308. background-color:#EBEBEB;
  309. }
  310. #filelisting_container .listing_record .filedesc {
  311. clear:both;
  312. padding-top:5px;
  313. padding-left:75px;
  314. padding-bottom:5px !important;
  315. font-size:9pt;
  316. color:#666;
  317. }
  318. #filelisting_container div.twoactions {
  319. padding-right:40px;
  320. white-space:nowrap
  321. }
  322. #filelisting_container div.oneaction {
  323. padding-right:50px;
  324. white-space:nowrap
  325. }
  326. #filelisting_container div.noactions {
  327. padding-right:65px;
  328. white-space:nowrap
  329. }
  330. #filelisting_container .loading {
  331. background-color:#FFEFAD;
  332. color: #FA0032;
  333. font-size:85%;
  334. font-weight:bold;
  335. padding:5px;
  336. }
  337. a.morefolderdata {
  338. color: #666;
  339. text-decoration:none;
  340. }
  341. a.morefolderdata:hover {
  342. color: #000;
  343. text-decoration:underline;
  344. }
  345. .listing_record div.tags {
  346. padding-bottom:2px;
  347. float:left;
  348. }
  349. .filedesc div.tags span {
  350. padding-left:5px;
  351. }
  352. #filelisting_container .subfolder_container {
  353. width:100%;
  354. }
  355. #filelisting_container .subfolder_container listing_record {
  356. clear:both;
  357. display:inline-block;
  358. width:100%;
  359. }
  360. .yui-panel {
  361. background-color: #FFFFFF;
  362. }
  363. .yui-skin-sam .yui-ac-container {
  364. position:relative;
  365. top:1.5em;
  366. width:100%;
  367. }
  368. .filedepot_alert {
  369. padding-left:15px;
  370. color:#D8010E;
  371. background-color:#FEF1B4;
  372. font-weight:bold;
  373. height:30px;
  374. }
  375. .filedepot_alert div {
  376. padding:5px;
  377. }
  378. .removetag a {
  379. font-size:14px;
  380. padding:4px 3px 4px 3px;
  381. text-decoration:none;
  382. color:black;
  383. line-height: 28px;
  384. }
  385. .removetag a:hover {
  386. font-size:20px;
  387. padding:2px 1px 4px 2px;
  388. text-decoration: underline;
  389. line-height: 22px;
  390. }
  391. #autocomplete {
  392. width:285px; /* set width for widget here */
  393. padding-bottom:0em;
  394. }
  395. /* Over-ride CSS in YUI container.css */
  396. .button-group button:active,
  397. .button-group button:hover,
  398. .button-group button.hover {
  399. background-color:#FF8822;
  400. border-top-color:#FFF;
  401. border-left-color:#FFF;
  402. }
  403. .inlineblock {
  404. display: inline-block;
  405. }
  406. .filedepottoolbar {
  407. background-color: #013763;
  408. height:25px;
  409. padding-top:0px;
  410. }
  411. .filedepottoolbar_searchbox {
  412. width:300px;
  413. position:relative;
  414. float:right;
  415. top:5px;
  416. }
  417. .filedepottoolbar_searchform {
  418. float:right;
  419. width:80%;
  420. position:relative;
  421. top:-2px;
  422. }
  423. .tagsearchboxcontainer {
  424. float:right;
  425. padding-top:9px;
  426. }
  427. .filedepottoolbar_searchbox form {
  428. background-color: #013763;
  429. margin:5px 0px 0px 10px;
  430. }
  431. .filedepottoolbar_searchbox table {
  432. background-color: #013763;
  433. line-height:0px;
  434. }
  435. .filedepottoolbar_searchbox table td {
  436. padding:0px;
  437. border:0px;
  438. }
  439. .filedepottoolbar .toolbaricons {
  440. background-image: url(images/icons_6.png);
  441. background-repeat: no-repeat;
  442. display:inline-block;
  443. float:left;
  444. }
  445. .filedepottoolbar .newfoldercmd {
  446. background-position: 0px 50%;
  447. width:16px;
  448. position:relative;
  449. left:10px;
  450. }
  451. .filedepottoolbar .uploadcmd {
  452. background-position: -16px 50%;
  453. width:16px;
  454. position:relative;
  455. left:50px;
  456. }
  457. .icon-folderclosed { width:18px; background: transparent url(images/icons_6.png) -384px 0px no-repeat; cursor:pointer !important;}
  458. .icon-folderopen { width:18px; background: transparent url(images/icons_6.png) -400px 0px no-repeat; cursor:pointer !important;}
  459. .icon-starnotselected { width:18px; background: transparent url(images/icons_6.png) -288px 0px no-repeat !important; }
  460. .icon-files { display:block; padding-left:25px; background: transparent url(images/homefolder-16x16.png) no-repeat !important; }
  461. .icon-fileowned { display:block; padding-left:25px; background: transparent url(images/member-16x16.png) no-repeat !important; }
  462. .icon-filelocked { display:block; padding-left:25px; background: transparent url(images/lock-16x16.png) no-repeat !important; }
  463. .icon-fileflagged { display:block; padding-left:25px; background: transparent url(images/staron-16x16.gif) no-repeat !important; }
  464. .icon-allfolders { display:block; padding-left:25px; background: transparent url(images/allfolders-16x16.png) no-repeat !important; }
  465. .icon-filelisting { display:block; padding-left:25px; background: transparent url(images/filelisting-16x16.png) no-repeat !important; }
  466. .cancelbutton {
  467. display: block;
  468. height: 14px;
  469. width: 14px;
  470. background-image: url(images/cancelbutton.gif) !important;
  471. background-repeat: no-repeat;
  472. background-position: -14px 0px;
  473. float: right;
  474. }
  475. a.cancelbutton:hover {
  476. background-position: 0px 0px;
  477. }
  478. .htmlnodelabel { margin-left: 20px; }
  479. .downloadlink a {
  480. text-decoration: none;
  481. color: #000;
  482. }
  483. .folderlink a {
  484. text-decoration: underline;
  485. color: #013763;
  486. }
  487. .folderlink a:hover {
  488. text-decoration: underline;
  489. color: #000;
  490. }
  491. #tagsearchbox {
  492. min-width:120px;
  493. height:20px;
  494. text-align:left;
  495. margin-top:0px;
  496. padding-bottom:5px;
  497. padding-top:0px;
  498. padding-left:5px;
  499. }
  500. #showsearchtags { color:#CCC;text-decoration: underline; }
  501. #showsearchtags:hover { color:#FFF; text-decoration:underline; }
  502. .tagcloud span { padding-left:2px;padding-right:2px; white-space:nowrap;}
  503. .tagcloud span a { color:#003DF5; text-decoration:underline; }
  504. .tagcloud span a:hover { color:#248F00; }
  505. .tagsearchbox span { }
  506. .searchtag {
  507. font-size:90%;
  508. text-decoration:underline;
  509. }
  510. #navbardialogs {
  511. position:relative;
  512. top:50px;
  513. left:50px;
  514. }
  515. #newfolderdialog .bd div,
  516. #newfiledialog .bd div {
  517. margin-top:7px;
  518. }
  519. #activefolder_area {
  520. float:left;
  521. padding:0px;
  522. }
  523. #activefolder_container, #folder_options_container {
  524. background-color:#F2F2F2;
  525. }
  526. #activefolder {
  527. padding:3px;
  528. }
  529. #activefolder a {
  530. color: #006677;
  531. background-color:#F2F2F2;
  532. font-weight:bold;
  533. padding:5px 10px 5px 2px;
  534. text-decoration:none;
  535. }
  536. #activefolder a:hover {
  537. color: #333;
  538. background-color:#FFF2CC;
  539. font-weight:bold;
  540. padding:4px 10px 5px 1px;
  541. border-top: 1px solid #666;
  542. border-left: 1px solid #666;
  543. }
  544. #edit_activefolder {
  545. display:none;
  546. background-color:#F7F7F7;
  547. padding:5px;
  548. margin-bottom:10px;
  549. }
  550. #edit_activefolder td { padding:3px; }
  551. #folderperms td { padding:2px; }
  552. .filedepot_perms_leftoption {
  553. margin-right:5px;
  554. width:130px;
  555. float:left;
  556. }
  557. .filedepot_perms_rightoption {
  558. width:165px;
  559. float:left;
  560. }
  561. #frmFileDetails input { font-size:9pt; }
  562. #frmFileDetails label { font-weight:normal; font-size:9pt; }
  563. .disabled_element { color: #ABABAB; }
  564. .enabled_element { color: #000000; }
  565. .listing_activetag { float:left; margin: 0px 2px; padding:2px 5px; font-weight:bold; }
  566. .listing_searchtag { float:left; margin: 0px 2px; padding:2px 5px; background-color: #CCE3FF; }
  567. .listing_searchtag a { color: #006AEB; }
  568. .listing_searchtag a:hover { color: #000000; }
  569. .deletebuttonborder {
  570. margin:0px;
  571. padding:5px 0px 5px 3px;
  572. border:0px solid red;
  573. }
  574. .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {
  575. border: 1px solid #DADADA;
  576. border-bottom: none;
  577. border-top: none;
  578. *border-bottom-width: 0;
  579. *border-top-width: 0;
  580. background-color: #f2f2f2;
  581. text-align: left;
  582. padding-left:5px;
  583. padding-top:10px;
  584. }
  585. /* Style the resize handle */
  586. .yui-skin-sam .yui-layout-unit .yui-resize-handle-r {
  587. left: 5;
  588. top: 0;
  589. background-image: none;
  590. background-color: #E1E7F2;
  591. width:10px;
  592. height:99% !important; /* Looks better in FF this way */
  593. }
  594. .yui-layout-unit .yui-resize-handle-r .yui-layout-resize-knob {
  595. left:3px;
  596. }
  597. /* styles for results container */
  598. .yui-skin-sam .yui-ac-container {
  599. position:relative;
  600. top:1.5em;
  601. margin:0px;
  602. padding:0px;
  603. width:100%;
  604. }
  605. /* YUI File details panel - close button was appearing as a un-styled link
  606. after force loading the container and menu.css at the top of this file
  607. */
  608. .yui-skin-sam .container-close {
  609. background:url("images/sprite.png") no-repeat scroll 0 -300px transparent !important;
  610. cursor:pointer;
  611. height:18px !important;
  612. position:absolute;
  613. right:5px;
  614. top:5px;
  615. width:25px !important;
  616. }
  617. .yui-skin-sam .yuimenubaritemlabel { border: 0px !important; font-size:85%;}
  618. #yui-gen3 .yui-layout-bd { background-color:#FFF }
  619. .yuimenubar li { background-image: none; }
  620. .yui-skin-sam .yui-button button { min-height:1.7em !important; }
  621. #filedepot_newfolder_link {
  622. padding-right:10px;
  623. }
  624. #filedepot_newfile_link a {
  625. color: #FFF;
  626. }
  627. #filedepot_newfolder_link a {
  628. color: #FFF;
  629. }