Moved .separator to core css
This commit is contained in:
parent
3be0564040
commit
6c78cd2765
|
@ -13,15 +13,6 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.separator {
|
|
||||||
display: inline;
|
|
||||||
border-left: 1px solid #d3d3d3;
|
|
||||||
border-right: 1px solid #fff;
|
|
||||||
height: 10px;
|
|
||||||
width:0px;
|
|
||||||
margin: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#controls2 > a > img {
|
#controls2 > a > img {
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
|
|
|
@ -126,3 +126,4 @@ div.jp-play-bar, div.jp-seek-bar { padding:0; }
|
||||||
li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; background:#ffe .8em .8em no-repeat; color: #FF3B3B; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
|
li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; background:#ffe .8em .8em no-repeat; color: #FF3B3B; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
|
||||||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { overflow: hidden; text-overflow: ellipsis; }
|
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { overflow: hidden; text-overflow: ellipsis; }
|
||||||
.hint { background-image: url('/core/img/actions/info.png'); background-repeat:no-repeat; color: #777777; padding-left: 25px; background-position: 0 0.3em;}
|
.hint { background-image: url('/core/img/actions/info.png'); background-repeat:no-repeat; color: #777777; padding-left: 25px; background-position: 0 0.3em;}
|
||||||
|
.separator { display: inline; border-left: 1px solid #d3d3d3; border-right: 1px solid #fff; height: 10px; width:0px; margin: 4px; }
|
Loading…
Reference in New Issue