Guest User

Untitled

a guest
Feb 6th, 2015
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. diff --git a/administrator/templates/isis/css/template-rtl.css b/administrator/templates/isis/css/template-rtl.css
  2. index d70e93e..3c69e36 100644
  3. --- a/administrator/templates/isis/css/template-rtl.css
  4. +++ b/administrator/templates/isis/css/template-rtl.css
  5. @@ -7353,6 +7353,7 @@ html[dir=rtl] .quick-icons .nav-list [class*=" icon-"] {
  6. }
  7. .container-main,
  8. #system-debug {
  9. + width: 98.3% !important;
  10. padding-bottom: 50px;
  11. }
  12. #status {
  13. @@ -8018,6 +8019,8 @@ a.grid_true {
  14. }
  15. .j-sidebar-container.j-sidebar-hidden {
  16. left: -16.5%;
  17. + position: absolute;
  18. + margin: -10px 0 0 -1px;
  19. }
  20. .j-sidebar-container.j-sidebar-visible {
  21. left: 0;
  22. @@ -8066,6 +8069,9 @@ a.grid_true {
  23. #system-debug.j-toggle-main {
  24. float: right;
  25. }
  26. +.j-toggle-main.expanded {
  27. + width: 100%;
  28. +}
  29. @media (min-width: 768px) {
  30. .j-toggle-transition {
  31. -webkit-transition: all 0.3s ease;
  32. diff --git a/administrator/templates/isis/css/template.css b/administrator/templates/isis/css/template.css
  33. index 05afa9a..3883dae 100644
  34. --- a/administrator/templates/isis/css/template.css
  35. +++ b/administrator/templates/isis/css/template.css
  36. @@ -7353,6 +7353,7 @@ html[dir=rtl] .quick-icons .nav-list [class*=" icon-"] {
  37. }
  38. .container-main,
  39. #system-debug {
  40. + width: 98.3% !important;
  41. padding-bottom: 50px;
  42. }
  43. #status {
  44. @@ -8018,6 +8019,8 @@ a.grid_true {
  45. }
  46. .j-sidebar-container.j-sidebar-hidden {
  47. left: -16.5%;
  48. + position: absolute;
  49. + margin: -10px 0 0 -1px;
  50. }
  51. .j-sidebar-container.j-sidebar-visible {
  52. left: 0;
  53. @@ -8066,6 +8069,9 @@ a.grid_true {
  54. #system-debug.j-toggle-main {
  55. float: right;
  56. }
  57. +.j-toggle-main.expanded {
  58. + width: 100%;
  59. +}
  60. @media (min-width: 768px) {
  61. .j-toggle-transition {
  62. -webkit-transition: all 0.3s ease;
  63. diff --git a/administrator/templates/isis/less/template.less b/administrator/templates/isis/less/template.less
  64. index 247934e..ab0bce6 100644
  65. --- a/administrator/templates/isis/less/template.less
  66. +++ b/administrator/templates/isis/less/template.less
  67. @@ -443,6 +443,7 @@ html[dir=rtl] .quick-icons .nav-list [class^="icon-"],html[dir=rtl] .quick-icons
  68. /* Main Container & System Debug Padding */
  69. .container-main,
  70. #system-debug {
  71. + width: 98.3% !important;
  72. padding-bottom: 50px;
  73. }
  74.  
  75. @@ -1083,6 +1084,8 @@ a.grid_true {
  76. }
  77. .j-sidebar-container.j-sidebar-hidden {
  78. left: -16.5%;
  79. + position: absolute;
  80. + margin: -10px 0 0 -1px;
  81. }
  82. .j-sidebar-container.j-sidebar-visible {
  83. left: 0;
  84. @@ -1131,6 +1134,11 @@ a.grid_true {
  85. #system-debug.j-toggle-main {
  86. float: right;
  87. }
  88. +
  89. +/* For transition effect */
  90. +.j-toggle-main.expanded {
  91. + width: 100%;
  92. +}
  93. @media (min-width: 768px) {
  94. .j-toggle-transition {
  95. -webkit-transition: all 0.3s ease;
Advertisement
Add Comment
Please, Sign In to add comment