Commit 461ea84e by Tim Krones

Fix: Make sure zone labels are centered vertically in the LMS.

parent ae0832c4
...@@ -249,8 +249,9 @@ ...@@ -249,8 +249,9 @@
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;
margin-top: auto; margin-top: auto; /* Shield zone labels from LMS rules that change margin-bottom for <p> elements */
margin-bottom: auto; /* to make sure they are centered vertically */
margin-bottom: auto !important;
} }
/*** IE9 alignment fix ***/ /*** IE9 alignment fix ***/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment