MDL-39047 - theme: fix various whitespace problems

This commit is contained in:
Dan Poltawski 2013-04-15 13:19:56 +01:00
parent 34ddaf7146
commit e34b27bae7
2 changed files with 17 additions and 17 deletions

View File

@ -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. */
}

View File

@ -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;
}
}