Better UI for appearence page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
bcb0b6509e
commit
9e347d9a9d
3 changed files with 56 additions and 54 deletions
|
@ -51,3 +51,57 @@
|
|||
font-weight: 200;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
/*
|
||||
* Appearance settings
|
||||
*
|
||||
*/
|
||||
.themes_opts {
|
||||
label {
|
||||
margin-right: 20px;
|
||||
text-align: center;
|
||||
|
||||
.prev {
|
||||
@extend .thumbnail;
|
||||
height: 30px;
|
||||
width: 175px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
&.classic {
|
||||
background: #31363e;
|
||||
}
|
||||
|
||||
&.default {
|
||||
background: #f1f1f1;
|
||||
}
|
||||
|
||||
&.modern {
|
||||
background: #345;
|
||||
}
|
||||
|
||||
&.gray {
|
||||
background: #373737;
|
||||
}
|
||||
|
||||
&.violet {
|
||||
background: #547;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.code_highlight_opts {
|
||||
margin-top: 10px;
|
||||
|
||||
label {
|
||||
margin-right: 20px;
|
||||
text-align: center;
|
||||
|
||||
.prev {
|
||||
@extend .thumbnail;
|
||||
height: 151px;
|
||||
width: 220px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,53 +0,0 @@
|
|||
.themes_opts {
|
||||
padding-left: 20px;
|
||||
|
||||
label {
|
||||
width: 175px;
|
||||
margin-right: 40px;
|
||||
|
||||
.prev {
|
||||
@extend .thumbnail;
|
||||
height: 30px;
|
||||
width: 175px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
&.classic {
|
||||
background: #31363e;
|
||||
}
|
||||
|
||||
&.default {
|
||||
background: #f1f1f1;
|
||||
}
|
||||
|
||||
&.modern {
|
||||
background: #345;
|
||||
}
|
||||
|
||||
&.gray {
|
||||
background: #373737;
|
||||
}
|
||||
|
||||
&.violet {
|
||||
background: #547;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.code_highlight_opts {
|
||||
padding-left: 20px;
|
||||
|
||||
label {
|
||||
width: 220px;
|
||||
margin-right: 40px;
|
||||
|
||||
.prev {
|
||||
@extend .thumbnail;
|
||||
height: 151px;
|
||||
width: 220px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -23,7 +23,8 @@
|
|||
|
||||
.form-group
|
||||
= f.label :password, 'New password', class: 'control-label'
|
||||
.col-sm-10= f.password_field :password, required: true, class: 'form-control'
|
||||
.col-sm-10
|
||||
= f.password_field :password, required: true, class: 'form-control'
|
||||
.form-group
|
||||
= f.label :password_confirmation, class: 'control-label'
|
||||
.col-sm-10
|
||||
|
|
Loading…
Reference in a new issue