From e34b27bae769d9b119aae2110aa3bc2feec87b92 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Mon, 15 Apr 2013 13:19:56 +0100 Subject: [PATCH] MDL-39047 - theme: fix various whitespace problems --- theme/base/style/core.css | 2 +- theme/binarius/style/core.css | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index c22921d0fd8..b173532d859 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -1374,5 +1374,5 @@ div.badge .expireimage { width: 100px; height: 100px; left: 20px; top: 0px; } * The date selector popup. */ div#dateselector-calendar-panel { - z-index: 3100; /* Set higher than the z-index of the filemanager - see MDL-39047. */ + z-index: 3100; /* Set higher than the z-index of the filemanager - see MDL-39047. */ } diff --git a/theme/binarius/style/core.css b/theme/binarius/style/core.css index fe5e354817f..3ca9d8601f9 100644 --- a/theme/binarius/style/core.css +++ b/theme/binarius/style/core.css @@ -79,7 +79,7 @@ fieldset#general { padding-left: 5px; } -/* Blocks +/* Blocks -----------------------------*/ .block { @@ -135,7 +135,7 @@ fieldset#general { background: #fff; } -/* Forum +/* Forum --------------------------*/ .forumpost .topic { @@ -177,18 +177,18 @@ fieldset#general { /* Dock -----------------------------*/ -body.has_dock { +body.has_dock { margin: 0; } -#dock { +#dock { left: 75px; margin-left: -30px; border-width: 0; background-color: transparent; } -#dock .controls { +#dock .controls { bottom: auto; background-color: #fb931c; -webkit-border-bottom-left-radius: 6px; @@ -196,33 +196,33 @@ body.has_dock { border-bottom-left-radius: 6px; } -#dock .dockeditem_container { +#dock .dockeditem_container { position: relative; } -#dock .dockeditem.firstdockitem { +#dock .dockeditem.firstdockitem { margin-top: 50px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; } -#dock .dockeditem { +#dock .dockeditem { background-color: #fff; padding: 2px; padding-right: 0px; } -#dock .dockedtitle { +#dock .dockedtitle { border-width: 0; } -#dock .dockedtitle h2 { +#dock .dockedtitle h2 { margin: 0; padding: 10px 3px; } -#dock .dockedtitle.activeitem { +#dock .dockedtitle.activeitem { background-color: #fb931c; width: 35px; -webkit-border-top-left-radius: 6px; @@ -233,11 +233,11 @@ body.has_dock { border-bottom-left-radius: 6px; } -#dockeditempanel { +#dockeditempanel { margin-left: 4px; } -#dockeditempanel .dockeditempanel_content { +#dockeditempanel .dockeditempanel_content { background-color: #fff; margin: 0 3px; position: relative; @@ -251,13 +251,13 @@ body.has_dock { border-top-left-radius: 0; } -#dockeditempanel .dockeditempanel_hd { +#dockeditempanel .dockeditempanel_hd { border-width: 0; background: #fb931c; padding: 2px; } -#dockeditempanel .dockeditempanel_hd h2 { +#dockeditempanel .dockeditempanel_hd h2 { font-size: 0.9em; color: #fff; } @@ -332,4 +332,4 @@ body.has_dock { .mform .btn-cancel:hover, .mform .btn-cancel:focus { color: #FB961C; text-decoration: none; -} \ No newline at end of file +}