mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 11:14:36 +00:00
Fix inconsistent css handling of .wide-screen, see #18198
git-svn-id: https://develop.svn.wordpress.org/trunk@18743 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -130,18 +130,16 @@ TABLE OF CONTENTS:
|
||||
display: block;
|
||||
}
|
||||
|
||||
.inner-sidebar #side-sortables {
|
||||
min-height: 300px;
|
||||
.wide-window .inner-sidebar #side-sortables {
|
||||
margin-right: 870px;
|
||||
min-width: 280px;
|
||||
max-width: 480px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.wide-window .inner-sidebar #side-sortables {
|
||||
margin-right: 870px;
|
||||
}
|
||||
|
||||
.inner-sidebar #side-sortables,
|
||||
.columns-2 .inner-sidebar #side-sortables {
|
||||
min-height: 300px;
|
||||
width: 280px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user