Commit d60c701b3f63b7267aa487f7366134c90804b42c

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent 1b120e9e

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

(cherry picked from commit 7ec5240f427d2a7fec9772c30d406339ebe6d1ef)
Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
public/designs/themes/base/style.css
... ... @@ -298,10 +298,9 @@ body, th, td, input {
298 298 border-color: #babdb6;
299 299 border-width: 1px;
300 300 border-radius: 10px;
301   -
302 301 box-shadow: 1px 1px 2px #888888;
303   -
304 302 padding: 10px 20px;
  303 + position: relative;
305 304 }
306 305  
307 306 #content .main-block h1, #not-found h1, #access-denied h1 {
... ...