Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Rework slider, splitter and remove unused images
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 16, 2016
1 parent 7891372 commit 595c697
Show file tree
Hide file tree
Showing 27 changed files with 37 additions and 51 deletions.
2 changes: 1 addition & 1 deletion core/src/plugins/gui.ajax/res/themes/orbit/css/allz.css

Large diffs are not rendered by default.

Expand Up @@ -7,33 +7,27 @@
.slider-pane{

background-color: @slider_background_color;
padding: 5px 2px;
padding: 10px 2px;
position:absolute;
width:11px;
width:22px;
z-index:10000;
border-radius: 2px;
box-shadow: @slider_box_shadow;

}

.slider-handle,
.slider-pane div.selected
{
background-image: url('@{imagePath}slider-handle-vert.png') !important;
background-position:top center;
background-repeat: no-repeat !important;
background-color: transparent !important;
height:15px;
width:10px;
}

.slider-tracker {
background-image : url("@{imagePath}slider-track-bottom.png");
background-position:bottom center;
background-repeat:no-repeat;
}

.slider-tracker-top {
background-position:top center;
background-repeat:no-repeat;
.slider-tracker {
background-color: @primary-1-color;
width: 2px !important;
margin-left: 10px;
.slider-handle
{
background-color: @primary-1-color !important;
height: 10px;
width: 10px;
margin-left: -4px;
border-radius: 50%;
cursor: pointer;
}
.slider-tracker-top {
display: none;
}
}
}
Expand Up @@ -25,9 +25,6 @@

.hsplitbar{
height: 4px;
background-image: url('@{imagePath}hgrabber.gif');
background-repeat: no-repeat;
background-position: center;
z-index: 1014;
&.active{
background-color: @splitter_activebar_color;
Expand Down
37 changes: 16 additions & 21 deletions core/src/plugins/gui.ajax/res/themes/orbit/css/pydio.css
Expand Up @@ -2311,31 +2311,29 @@ div#multiple_download_container div div a:hover {
/* SLIDER*/
/*********************************/
.slider-pane {
background-color: #ebedf0;
padding: 5px 2px;
background-color: #ffffff;
padding: 10px 2px;
position: absolute;
width: 11px;
width: 22px;
z-index: 10000;
border-radius: 2px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}
.slider-handle,
.slider-pane div.selected {
background-image: url('../images/slider-handle-vert.png') !important;
background-position: top center;
background-repeat: no-repeat !important;
background-color: transparent !important;
height: 15px;
width: 10px;
.slider-pane .slider-tracker {
background-color: #009688;
width: 2px !important;
margin-left: 10px;
}
.slider-tracker {
background-image: url("../images/slider-track-bottom.png");
background-position: bottom center;
background-repeat: no-repeat;
.slider-pane .slider-tracker .slider-handle {
background-color: #009688 !important;
height: 10px;
width: 10px;
margin-left: -4px;
border-radius: 50%;
cursor: pointer;
}
.slider-tracker-top {
background-position: top center;
background-repeat: no-repeat;
.slider-pane .slider-tracker .slider-tracker-top {
display: none;
}
.action_bar {
line-height: 15px;
Expand Down Expand Up @@ -3226,9 +3224,6 @@ div.selection_ctrl_key {
}
.hsplitbar {
height: 4px;
background-image: url('../images/hgrabber.gif');
background-repeat: no-repeat;
background-position: center;
z-index: 1014;
}
.hsplitbar.active {
Expand Down
Expand Up @@ -158,7 +158,7 @@
@filelist_resizer_label_size:11px;

/* slider */
@slider_background_color:#ebedf0;
@slider_background_color:#fff;
@slider_box_shadow:1px 1px 4px rgba(0,0,0,0.75);

/* splitter */
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 595c697

Please sign in to comment.