Documents at 65%. Display folders and documents, no pagination yet.. Posible to create Folders and upload external files. Working on Download, search
BIN
workflow/public_html/skins/ext/images/default/locationbar/btn-arrow.gif
Executable file
|
After Width: | Height: | Size: 973 B |
BIN
workflow/public_html/skins/ext/images/default/locationbar/location_back.png
Executable file
|
After Width: | Height: | Size: 345 B |
BIN
workflow/public_html/skins/ext/images/default/locationbar/location_folder.png
Executable file
|
After Width: | Height: | Size: 537 B |
BIN
workflow/public_html/skins/ext/images/default/locationbar/location_forward.png
Executable file
|
After Width: | Height: | Size: 349 B |
BIN
workflow/public_html/skins/ext/images/default/locationbar/location_reload.png
Executable file
|
After Width: | Height: | Size: 685 B |
BIN
workflow/public_html/skins/ext/images/default/locationbar/tb-btn-sprite.gif
Executable file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
workflow/public_html/skins/ext/images/gray/locationbar/btn-arrow.gif
Executable file
|
After Width: | Height: | Size: 973 B |
BIN
workflow/public_html/skins/ext/images/gray/locationbar/location_back.png
Executable file
|
After Width: | Height: | Size: 345 B |
BIN
workflow/public_html/skins/ext/images/gray/locationbar/location_folder.png
Executable file
|
After Width: | Height: | Size: 537 B |
BIN
workflow/public_html/skins/ext/images/gray/locationbar/location_forward.png
Executable file
|
After Width: | Height: | Size: 349 B |
BIN
workflow/public_html/skins/ext/images/gray/locationbar/location_reload.png
Executable file
|
After Width: | Height: | Size: 685 B |
BIN
workflow/public_html/skins/ext/images/gray/locationbar/tb-btn-sprite.gif
Executable file
|
After Width: | Height: | Size: 1.1 KiB |
@@ -212,4 +212,42 @@
|
||||
left: 0;
|
||||
z-index: 3;
|
||||
color: #777;
|
||||
}
|
||||
.x-locationbar {
|
||||
padding-left: 5px;
|
||||
}
|
||||
.x-locationbar .x-locationbar-location {
|
||||
background-color: white;
|
||||
border-top: 1px solid #96969D;
|
||||
border-bottom: 1px solid #96969D;
|
||||
}
|
||||
.x-locationbar .x-locationbar-location-first {
|
||||
border-left: 1px solid #96969D;
|
||||
}
|
||||
.x-locationbar .x-locationbar-location-last {
|
||||
border-right: 1px solid #96969D;
|
||||
}
|
||||
.x-locationbar-folder-icon {
|
||||
background-image: url("/skins/ext/images/gray/locationbar/location_folder.png") !important;
|
||||
}
|
||||
.x-locationbar-back-icon {
|
||||
background-image: url("/skins/ext/images/gray/locationbar/location_back.png") !important;
|
||||
}
|
||||
.x-locationbar-forward-icon {
|
||||
background-image: url("/skins/ext/images/gray/locationbar/location_forward.png") !important;
|
||||
}
|
||||
.x-locationbar-reload-icon {
|
||||
background-image: url("/skins/ext/images/gray/locationbar/location_reload.png") !important;
|
||||
}
|
||||
.x-locationbar .x-btn-menu-arrow-wrap .x-btn-center button {
|
||||
background:transparent url(/skins/ext/images/gray/locationbar/btn-arrow.gif) no-repeat scroll 0pt 3px;
|
||||
width: 12px;
|
||||
}
|
||||
.x-locationbar .x-btn-menu-active .x-btn-menu-arrow-wrap .x-btn-center button {
|
||||
background-position: 0pt -97px;
|
||||
}
|
||||
.x-locationbar .x-btn-click .x-btn-center,
|
||||
.x-locationbar .x-btn-pressed .x-btn-center,
|
||||
.x-locationbar .x-btn-menu-active .x-btn-center {
|
||||
background:transparent url(/skins/ext/images/gray/locationbar/tb-btn-sprite.gif) repeat-x scroll 0pt -105px;
|
||||
}
|
||||