Commit 7ec5240f427d2a7fec9772c30d406339ebe6d1ef
1 parent
748dd85b
Exists in
master
and in
29 other branches
Fix elements inside main-content were out of place
Elements with position absolute inside main-content were being shown in wrong place, like text-editor-sidebar
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
public/designs/themes/base/style.scss
@@ -302,10 +302,9 @@ body, th, td, input { | @@ -302,10 +302,9 @@ body, th, td, input { | ||
302 | border-color: #babdb6; | 302 | border-color: #babdb6; |
303 | border-width: 1px; | 303 | border-width: 1px; |
304 | border-radius: 10px; | 304 | border-radius: 10px; |
305 | - | ||
306 | box-shadow: 1px 1px 2px #888888; | 305 | box-shadow: 1px 1px 2px #888888; |
307 | - | ||
308 | padding: 10px 20px; | 306 | padding: 10px 20px; |
307 | + position: relative; | ||
309 | } | 308 | } |
310 | 309 | ||
311 | #content .main-block h1, #not-found h1, #access-denied h1 { | 310 | #content .main-block h1, #not-found h1, #access-denied h1 { |