Merge branch 'MDL-42111' of git://github.com/rwijaya/moodle
[moodle.git] / theme / bootstrapbase / less / moodle / core.less
index 38179bd..e1b2f8a 100644 (file)
@@ -1424,6 +1424,9 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
     bottom: -50px;
     position: fixed;
 }
+.moodle-dialogue-base .moodle-dialogue-fullscreen .moodle-dialogue-content {
+    overflow: auto;
+}
 .moodle-dialogue-base .moodle-dialogue-fullscreen .closebutton {
     width: 28px;
     height: 16px;
@@ -1487,7 +1490,6 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
     right: auto;
 }
 .moodle-dialogue-base .moodle-dialogue .moodle-dialogue-bd {
-    overflow: auto;
     padding: 1em;
     line-height: 2em;
     color: #555;
@@ -2054,10 +2056,9 @@ img#persona_signin {
         .box-shadow(5px 5px 20px 0 #666);
 
         a {
-            white-space:nowrap;
             display: block;
             color: @dropdownLinkColor;
-            padding:2px 1em 2px 0.5em;
+            padding:2px 1em 2px 24px;
             &:hover,
             &:focus {
                 color: @dropdownLinkColorHover;
@@ -2077,7 +2078,7 @@ img#persona_signin {
             vertical-align: middle;
         }
         .iconsmall {
-            margin-right:8px;
+            margin-left:-20px;
         }
         > li {
             display:block;