Merge branch 'design_team' of github.com:Rulingcom/orbit into design_team
This commit is contained in:
commit
1c35e38097
|
@ -21,6 +21,15 @@
|
||||||
.nav-list>li>ol {
|
.nav-list>li>ol {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
.nav-list>li>.with_action {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
.nav-list>li>.with_action>.quick-edit {
|
||||||
|
margin: 0 0 0 3px !important;
|
||||||
|
}
|
||||||
|
.nav-list>li>.with_action>i {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
#back_sidebar h1 {
|
#back_sidebar h1 {
|
||||||
background: url(<%= asset_path "h1_bg.png" %>) repeat-x scroll left top transparent;
|
background: url(<%= asset_path "h1_bg.png" %>) repeat-x scroll left top transparent;
|
||||||
|
|
Loading…
Reference in New Issue