Skip to content

Commit

Permalink
Update Site Logo stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Oct 11, 2019
1 parent f072285 commit f93cd56
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 3 deletions.
39 changes: 38 additions & 1 deletion modules/theme-tools/site-logo/css/site-logo-control-rtl.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
/* Do not modify this file directly. It is concatenated from individual module CSS files. */
/**
* RTL styles for the Site Logo control. Just swaps the button sides.
* Styles for the Site Logo control.
*/
#customize-control-site_logo .current {
margin-bottom: 6px;
}

#customize-control-site_logo .current span {
border: 1px solid #eee;
border-radius: 2px;
color: #555;
display: block;
overflow: hidden;
line-height: 40px;
min-height: 40px;
padding: 0 6px;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
}

#customize-control-site_logo .current img {
max-width: 100%;
}

#customize-control-site_logo button.new,
#customize-control-site_logo button.change,
#customize-control-site_logo button.remove {
height: auto;
width: 48%;
white-space: normal;
}

#customize-control-site_logo .remove {
float: right;
margin-left: 3px;
Expand All @@ -10,3 +41,9 @@
#customize-control-site_logo .change {
float: left;
}

#customize-control-site_logo .customize-control-description {
display: block;
clear: both;
margin-bottom: 10px;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion modules/theme-tools/site-logo/css/site-logo-control.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f93cd56

Please sign in to comment.