Tighten layout. Props mt. see #6292

git-svn-id: https://develop.svn.wordpress.org/trunk@7399 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-19 16:16:16 +00:00
parent 54d57b1236
commit 6ba6706150
5 changed files with 74 additions and 55 deletions

View File

@ -182,11 +182,11 @@ ul.widget-control-list .sorthelper {
border-bottom-color: #dadada; border-bottom-color: #dadada;
} }
.side-info ul { .side-info ul, .widget-description {
color: #666; color: #666;
} }
.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input { .submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
background-color: #e5e5e5; background-color: #e5e5e5;
color: #07273e; color: #07273e;
border-color: #a3a3a3; border-color: #a3a3a3;
@ -196,11 +196,11 @@ ul.widget-control-list .sorthelper {
border-color: #5396c5; border-color: #5396c5;
} }
.submit input:hover, .button:hover { .submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
border-color: #535353; border-color: #535353;
} }
.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover { .submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover {
color: #d54e21; color: #d54e21;
} }

View File

@ -178,21 +178,21 @@ ul.widget-control-list .sorthelper {
border-bottom-color: #dadada; border-bottom-color: #dadada;
} }
.side-info ul { .side-info ul, .widget-description {
color: #666; color: #666;
} }
.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input { .submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
background-color: #e5e5e5; background-color: #e5e5e5;
color: #246; color: #246;
border-color: #80b5d0; border-color: #80b5d0;
} }
.submit input:hover, .button:hover { .submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
border-color: #535353; border-color: #535353;
} }
.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #adminmenu a:hover, #sidemenu a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover { .submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #adminmenu a:hover, #sidemenu a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover {
color: #d54e21; color: #d54e21;
} }
@ -342,10 +342,6 @@ input.readonly {
color: #777; color: #777;
} }
#edit-slug-buttons a.save {
background-color: #ebebeb;
}
#footer { #footer {
background: url(../images/logo-ghost.png) #464646 no-repeat 20px 10px; background: url(../images/logo-ghost.png) #464646 no-repeat 20px 10px;
color: #999; color: #999;

View File

@ -38,7 +38,7 @@ textarea, input, select {
.subsubsub { .subsubsub {
list-style: none; list-style: none;
margin: 15px 0 10px 0; margin: 14px 0 8px 0;
padding: 0; padding: 0;
white-space: nowrap; white-space: nowrap;
font-size: 12px; font-size: 12px;
@ -66,14 +66,14 @@ textarea, input, select {
border-bottom-width: 1px; border-bottom-width: 1px;
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-color: #ccc; border-bottom-color: #ccc;
font-size: 12px; font-size: 11px;
padding: 10px 10px 20px; padding: 10px 10px 14px;
vertical-align: text-top; vertical-align: text-top;
} }
.widefat th { .widefat th {
padding-bottom: 8px; padding-bottom: 7px;
padding-top: 10px; padding-top: 8px;
text-align: left; text-align: left;
} }

View File

@ -70,6 +70,7 @@ ul#widget-list li.widget-list-item div.widget-description {
display: block; display: block;
margin: 0 0 0 200px; margin: 0 0 0 200px;
padding: 0 0 0 4em; padding: 0 0 0 4em;
font-size: 11px;
} }
@ -80,6 +81,7 @@ ul#widget-list li.widget-list-item ul.widget-control-info {
div#sidebar-info { div#sidebar-info {
padding: 0 1em; padding: 0 1em;
margin-bottom: 1em; margin-bottom: 1em;
font-size: 11px;
} }
ul.widget-control-list { ul.widget-control-list {
@ -143,6 +145,7 @@ li.widget-list-control-item div.widget-control {
display: none; display: none;
margin: 1em; margin: 1em;
padding: 0 10px 0 0; /* Correction for padding, margin, border of inputs */ padding: 0 10px 0 0; /* Correction for padding, margin, border of inputs */
font-size: 11px;
} }
li.widget-list-control-item div.widget-control p { li.widget-list-control-item div.widget-control p {
@ -160,6 +163,12 @@ ul.widget-control-list div.widget-control-actions {
ul.widget-control-list .widget-title { ul.widget-control-list .widget-title {
cursor: move; cursor: move;
font-size: 12px;
}
.widget-control-edit {
font-size: 10px;
font-weight: normal;
} }

View File

@ -153,9 +153,8 @@ form#upload #post_content {
.submit input, .button, .button-secondary, .button-highlighted { .submit input, .button, .button-secondary, .button-highlighted {
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
padding: 2px 3px; padding: 4px 6px;
border: none; font-size: 12px;
font-size: 13px;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
-moz-border-radius: 3px; -moz-border-radius: 3px;
@ -472,10 +471,12 @@ p.pagenav {
margin-right: 8px; margin-right: 8px;
} }
.tablenav .next, .tablenav .prev{ .tablenav .button-secondary {
padding: 0; padding: 2px 4px;
border-bottom-width: 1px; }
border-bottom-style: solid;
.tablenav .tablenav-pages a.next, .tablenav .tablenav-pages a.prev {
text-decoration: underline;
} }
.tablenav { .tablenav {
@ -487,8 +488,9 @@ p.pagenav {
.tablenav .tablenav-pages { .tablenav .tablenav-pages {
float: right; float: right;
height: 24px; height: 20px;
padding-top: 6px; padding-top: 4px;
font-size: 11px;
} }
.tablenav .tablenav-pages a { .tablenav .tablenav-pages a {
@ -560,12 +562,12 @@ a.view-comment-post-link {
#wphead #viewsite { #wphead #viewsite {
position: absolute; position: absolute;
margin-top: 8px; margin-top: 12px;
margin-left: 10px; margin-left: 10px;
} }
#wphead #viewsite a { #wphead #viewsite a {
font: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
padding: 4px; padding: 3px 4px;
display: block; display: block;
letter-spacing: normal; letter-spacing: normal;
border-width: 1px; border-width: 1px;
@ -623,8 +625,8 @@ a.view-comment-post-link {
#adminmenu a { #adminmenu a {
font-size: 16px; font-size: 16px;
padding: 6px 7px; padding: 5px 7px;
line-height: 200%; line-height: 30px;
} }
#adminmenu a.current, #sidemenu a.current { #adminmenu a.current, #sidemenu a.current {
@ -683,7 +685,8 @@ a.view-comment-post-link {
#adminmenu li a #awaiting-mod { #adminmenu li a #awaiting-mod {
position: absolute; position: absolute;
margin-left: -0.2em; margin-left: -0.4em;
margin-top: 0.2em;
font-size: 0.7em; font-size: 0.7em;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 0 bottom; background-position: 0 bottom;
@ -709,7 +712,7 @@ a.view-comment-post-link {
.post-com-count span { .post-com-count span {
height: 1.3em; height: 1.3em;
line-height: 1.3em; line-height: 1.3em;
padding: 0 0.6em; padding: 0 0.5em;
background-color: #bbb; background-color: #bbb;
cursor: pointer; cursor: pointer;
-moz-border-radius: 3px; -moz-border-radius: 3px;
@ -737,7 +740,7 @@ strong .post-com-count {
display: block; display: block;
height: 1.3em; height: 1.3em;
line-height: 1.3em; line-height: 1.3em;
padding: 0 0.8em; padding: 0 0.6em;
-moz-border-radius: 3px; -moz-border-radius: 3px;
-khtml-border-radius: 3px; -khtml-border-radius: 3px;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
@ -747,7 +750,7 @@ strong .post-com-count {
#submenu { #submenu {
margin: 0; margin: 0;
list-style: none; list-style: none;
padding: 7px 0 15px 0; padding: 6px 0 3px 0;
} }
#submenu li { #submenu li {
@ -775,15 +778,16 @@ html, body {
#footer { #footer {
clear: both; clear: both;
height: 65px; height: 65px;
padding: 10px 0 0 65px; padding: 10px 0 0 60px;
margin: 0; margin: 0;
position: relative; position: relative;
margin-top: -75px; margin-top: -75px;
font-size: 12px;
} }
#footer p { #footer p {
margin: 0; margin: 0;
padding: 5px 0; padding: 7px 0;
} }
#footer p a { #footer p a {
@ -809,7 +813,7 @@ html, body {
line-height: 20px; line-height: 20px;
border-bottom-width: 8px; border-bottom-width: 8px;
border-bottom-style: solid; border-bottom-style: solid;
font-size: 11px;
} }
.form-table th { .form-table th {
@ -980,10 +984,6 @@ html, body {
font-size: 11px; font-size: 11px;
} }
#poststuff .inside strong {
font-size: 14px;
}
#link_name, #link_url, #link_description { #link_name, #link_url, #link_description {
font-size: 1.7em; font-size: 1.7em;
padding: 4px 3px; padding: 4px 3px;
@ -995,12 +995,21 @@ html, body {
} }
#editable-post-name-full {display: none;} #editable-post-name-full {display: none;}
#editable-post-name input {width: 16em;} #editable-post-name input {width: 16em;}
#edit-slug-buttons a.save { #edit-slug-buttons a.save {
-moz-border-raduis: 5px; padding: 6px 4px;
padding: 6px; margin-right: 4px;
text-decoration: none;
border-width: 1px;
border-style: solid;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-weight: bold;
} }
#edit-slug-buttons a.cancel {font-size: 80%;}
#poststuff #editor-toolbar { #poststuff #editor-toolbar {
position: relative; position: relative;
@ -1085,6 +1094,10 @@ html, body {
float: right; float: right;
} }
.submitbox .inside strong {
font-size: 14px;
}
.submitbox .submitdelete { .submitbox .submitdelete {
border-bottom-width: 1px; border-bottom-width: 1px;
border-bottom-style: solid; border-bottom-style: solid;
@ -1207,6 +1220,7 @@ div.ui-tabs-panel {
ul.categorychecklist li { ul.categorychecklist li {
margin: 0; margin: 0;
padding: 0; padding: 0;
line-height: 19px;
} }
#linkcategorydiv #category-adder { #linkcategorydiv #category-adder {
@ -1260,6 +1274,11 @@ p#post-search {
margin: 0; margin: 0;
} }
#post-search .button, #widget-search .button {
padding: 4px;
font-size: 13px;
}
#posts-filter fieldset { #posts-filter fieldset {
float: left; float: left;
margin: 0 1.5ex 1em 0; margin: 0 1.5ex 1em 0;
@ -1292,15 +1311,16 @@ body.minwidth {
ul.view-switch { ul.view-switch {
float: right; float: right;
list-style: none; list-style: none;
margin: -28px 5px -2px 0; margin: -23px 5px -2px 0;
position: relative; position: relative;
} }
ul.view-switch li { ul.view-switch li {
float: left; float: left;
margin: 0; margin: 0;
font-size: 12px; font-size: 11px;
padding: 6px; padding: 4px 6px;
font-weight: bold;
} }
ul.view-switch a { ul.view-switch a {
@ -1309,7 +1329,6 @@ ul.view-switch a {
ul.view-switch li.current { ul.view-switch li.current {
border: none; border: none;
font-weight: bold;
-moz-border-radius-topleft: 3px; -moz-border-radius-topleft: 3px;
-khtml-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px;
-webkit-border-top-left-radius: 3px; -webkit-border-top-left-radius: 3px;
@ -1345,7 +1364,6 @@ ul.view-switch li.current {
#the-comment-list td { #the-comment-list td {
vertical-align: top; vertical-align: top;
font-size: 12px;
} }
#the-comment-list td.comment { #the-comment-list td.comment {
@ -1392,8 +1410,4 @@ ul.view-switch li.current {
-khtml-border-radius: 8px; -khtml-border-radius: 8px;
-webkit-border-radius: 8px; -webkit-border-radius: 8px;
border-radius: 8px; border-radius: 8px;
} }
.action-links {
text-align: right;
}