mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
a1c1da11f8
git-svn-id: http://svn.automattic.com/wordpress/trunk@9505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
63 lines
977 B
CSS
63 lines
977 B
CSS
/* 2 column liquid layout */
|
|
#adminmenu {
|
|
float: right;
|
|
clear: right;
|
|
margin: 15px 18px 15px 5px;
|
|
}
|
|
/* inner 2 column liquid layout */
|
|
.inner-sidebar {
|
|
float: left;
|
|
clear: left;
|
|
}
|
|
.has-sidebar {
|
|
float: right;
|
|
clear: right;
|
|
margin-right: 0;
|
|
margin-left: -340px;
|
|
}
|
|
.has-sidebar .has-sidebar-content {
|
|
margin-right: 0;
|
|
margin-left: 305px;
|
|
}
|
|
/* 2 columns main area */
|
|
#col-right {
|
|
float: left;
|
|
clear: left;
|
|
}
|
|
/* styles for use by people extending the WordPress interface */
|
|
body, td, textarea, input, select {
|
|
font-family: Tahoma, arial;
|
|
}
|
|
.alignleft {
|
|
float: right;
|
|
}
|
|
.alignright {
|
|
float: left;
|
|
}
|
|
.subsubsub {
|
|
float: right;
|
|
}
|
|
.widefat td {
|
|
padding: 7px 10px 9px 15px;
|
|
}
|
|
.widefat th {
|
|
padding: 7px 10px 8px 15px;
|
|
text-align: right;
|
|
}
|
|
.widefat th input {
|
|
margin: 0 8px 0 0;
|
|
}
|
|
.widefat .check-column {
|
|
text-align: left;
|
|
}
|
|
.wrap h2 {
|
|
font-family: arial;
|
|
padding: 10px 0 5px 15px;
|
|
}
|
|
.wrap h2.long-header {
|
|
padding-left: 0;
|
|
}
|
|
.updated, .error {
|
|
clear: both;
|
|
}
|