Fix wallet selector rtl version
This commit is contained in:
parent
cc2dc0ef6c
commit
a00d3c2ee2
@ -61,7 +61,6 @@ HTML::Proofer.new(
|
||||
## think 2 is a good setting for Travis CI ("1.5 processors")
|
||||
## and me (usually 2 processors)
|
||||
:parallel => { :in_processes => 2 },
|
||||
:report_missing_names => true,
|
||||
:report_script_embeds => false
|
||||
:validation => { :report_script_embeds => false }
|
||||
}
|
||||
).run
|
||||
|
||||
@ -219,10 +219,12 @@
|
||||
border-bottom: 1px solid #dadada;
|
||||
}
|
||||
.sidebar-selector-title {
|
||||
position: relative;
|
||||
margin: 0 0 5px;
|
||||
font-size: 20px;
|
||||
color: #13161F;
|
||||
line-height: 36px;
|
||||
line-height: 36px;
|
||||
z-index: 0;
|
||||
}
|
||||
.sidebar-selector-text {
|
||||
font-size: 16px;
|
||||
@ -505,6 +507,7 @@
|
||||
right: 32px;
|
||||
border: none;
|
||||
background: none;
|
||||
z-index: 10;
|
||||
}
|
||||
.sidebar-selector-btn-close img {
|
||||
width: 13px;
|
||||
|
||||
44
css/rtl.scss
44
css/rtl.scss
@ -375,6 +375,50 @@ h2 .rssicon{
|
||||
.discover {
|
||||
margin: 0 30px 0 0;
|
||||
}
|
||||
.sidebar-selector {
|
||||
margin: 0 0 0 30px;
|
||||
}
|
||||
.wallet-table-head:first-child .wallet-table-title {
|
||||
text-align: right;
|
||||
}
|
||||
.sidebar-selector-platform+.sidebar-selector-platform {
|
||||
margin: 0 15px 0 0;
|
||||
}
|
||||
.checkbox-text {
|
||||
padding: 0 36px 0 0;
|
||||
}
|
||||
.sidebar-selector-text {
|
||||
text-align: right;
|
||||
}
|
||||
.wallet-hint-text {
|
||||
margin: 0 8px 0 0;
|
||||
}
|
||||
.wallet-img {
|
||||
margin: 0 0 0 13px;
|
||||
}
|
||||
.wallet-table-data:first-child {
|
||||
border-left: none;
|
||||
border-right: 1px solid #DADADA;
|
||||
}
|
||||
.wallet-table-data:last-child {
|
||||
border-right: none;
|
||||
border-left: 1px solid #DADADA;
|
||||
}
|
||||
.platform-radio-wrapper+.platform-radio-wrapper {
|
||||
margin: 0 5px 0 0;
|
||||
}
|
||||
.sidebar-selector-btn-close {
|
||||
right: auto;
|
||||
left: 32px;
|
||||
}
|
||||
.sidebar-selector-btn-open {
|
||||
text-align: right;
|
||||
padding: 28px 30px 20px 43px;
|
||||
}
|
||||
.sidebar-selector-btn-open::after {
|
||||
right: auto;
|
||||
left: 30px;
|
||||
}
|
||||
/*Override UbuntuBold by Droid Naskh*/
|
||||
|
||||
@font-face{font-family:'DroidNaskh';src:url('/font/droidnaskh/droidnaskh-regular.eot');font-weight:normal;font-style:normal;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user