mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Gallery settings for TinyMCE
git-svn-id: https://develop.svn.wordpress.org/trunk@9847 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -88,7 +88,7 @@ th.label {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#media-upload #img-edit {
|
||||
#img-edit {
|
||||
border: 1px solid #dfdfdf;
|
||||
width: 623px;
|
||||
margin: 15px auto;
|
||||
@@ -100,11 +100,10 @@ th.label {
|
||||
}
|
||||
|
||||
#img_demo_txt {
|
||||
font-size: 6px;
|
||||
line-height: 10px;
|
||||
font-family: "Courier New",Courier,monotype;
|
||||
color: #ccc;
|
||||
background-color: #ccc;
|
||||
font-size: 9px;
|
||||
line-height: 13px;
|
||||
font-family: Monaco,"Courier New",Courier,monospace;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
#img_demo {
|
||||
@@ -132,6 +131,7 @@ th.label {
|
||||
border-top-width: 1px;
|
||||
display: block;
|
||||
float: left;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
@@ -332,3 +332,12 @@ div#media-upload-error {
|
||||
margin: 1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
* html #sidemenu li {
|
||||
zoom: 100%;
|
||||
}
|
||||
|
||||
* html #sidemenu a {
|
||||
height: 27px;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user