Skip to content

Commit

Permalink
Merge pull request #2 from alex-mo/media-browser-styling-tweaks
Browse files Browse the repository at this point in the history
media browser styling tweaks
  • Loading branch information
torotil authored Nov 21, 2017
2 parents 839021a + 1decde6 commit 8aa718e
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1156,8 +1156,29 @@ body.cke_show_borders {
/* media browser */

.page-media-browser #media-browser-tabset {/* iframe html */
box-shadow: none;
box-shadow: none;
}
.media-wrapper.ui-dialog {
max-width: 1000px;
}
.media-wrapper.ui-dialog .ui-dialog-titlebar {
color: #666;
border-radius: 4px 4px 0 0;
background-color: #d9d5cd;
background-image: none;
}

.media-wrapper.ui-dialog .ui-dialog-titlebar .ui-button-icon-only {
box-shadow: none;
background-color: transparent;
background-image: none;
}
.media-wrapper.ui-dialog .ui-dialog-titlebar .ui-button-icon-only .ui-icon {
left: 0;
top: 0;
background: url('images/message_x.png') no-repeat center center;
}

.page-media-browser .messages {
margin: 0px;
}

0 comments on commit 8aa718e

Please sign in to comment.