You are here

filedepot.css in filedepot 6

Same filename and directory in other branches
  1. 7 css/filedepot.css
/* $Id: */

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;
  background-color: #EFEFEF;
  border-right:1px solid #ccc;
  padding-top:10px;
  padding-left:3px;
  margin-right:4px;
  overflow:hidden;
}

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

#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;
}

.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:60px;
  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:1px 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("http://yui.yahooapis.com/2.7.0/build/assets/skins/sam/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; }

File

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