mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 19:01:44 +01:00
41dfdfd0f6
git-svn-id: http://svn.automattic.com/wordpress/trunk@4276 1a063a9b-81f0-0310-95a4-ce76da25c4cd
31 lines
572 B
CSS
31 lines
572 B
CSS
body { font: 13px Tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana; }
|
|
|
|
#upload-menu li { margin: 0 .75em 0 0; }
|
|
|
|
#upload-menu .current div {
|
|
border-right: 0;
|
|
border-left: 2px solid #448abd;
|
|
}
|
|
|
|
#file-title { margin: 0 15px 0 0; }
|
|
|
|
h2 { margin: 0 0 0 .2em; }
|
|
|
|
#upload-files li { margin: 0 15px 15px 0; }
|
|
|
|
th { text-align: right; }
|
|
|
|
.left, table { float: right; }
|
|
|
|
.right, #the-attachment-links { float: left; }
|
|
|
|
#submit input, #submit input:focus {
|
|
border-left: 0;
|
|
border-right-color: #ccc;
|
|
}
|
|
|
|
#submit input:active {
|
|
border-left: 0;
|
|
border-right-color: #999;
|
|
}
|