Remove span12, main content now expand smoothly and the drawer become correctly displayed even in big resolution
This commit is contained in:
parent
c25ae02ff2
commit
e4244f01f5
2 changed files with 14 additions and 15 deletions
|
|
@ -163,7 +163,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This class is added when the user open the drawer */
|
/* This class is added when the user open the drawer */
|
||||||
#app.draw {
|
#app.draw > * {
|
||||||
transform: translateX(-80%);
|
transform: translateX(-80%);
|
||||||
-o-transform: translateX(-80%);
|
-o-transform: translateX(-80%);
|
||||||
-ms-transform: translateX(-80%);
|
-ms-transform: translateX(-80%);
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3 or later. See
|
-# licensed under the Affero General Public License version 3 or later. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
.span12
|
|
||||||
%h2{:style => "padding:0 10px;display:none;"}
|
%h2{:style => "padding:0 10px;display:none;"}
|
||||||
- if @stream.for_all_aspects?
|
- if @stream.for_all_aspects?
|
||||||
= t('all_aspects')
|
= t('all_aspects')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue