Remove link underlines from where the shouldn't be. Props mt. fixes #6113

git-svn-id: https://develop.svn.wordpress.org/trunk@7174 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-06 20:44:29 +00:00
parent d1fd6659e4
commit 107012efde
2 changed files with 24 additions and 1 deletions

View File

@ -50,7 +50,7 @@ textarea, input, select {
font-size: 12px; font-size: 12px;
} }
.subsubsub a { line-height: 200%; padding: 3px; } .subsubsub a { line-height: 200%; padding: 3px; text-decoration: none; }
.subsubsub a.current { color: #000; font-weight: bold; background: none; border: none;} .subsubsub a.current { color: #000; font-weight: bold; background: none; border: none;}
@ -63,6 +63,10 @@ textarea, input, select {
clear: both; clear: both;
} }
.widefat a {
text-decoration: none;
}
.widefat td, .widefat th { .widefat td, .widefat th {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
font-size: 12px; font-size: 12px;

View File

@ -179,6 +179,7 @@ form#upload #post_content {
color: #246; color: #246;
background: #e5e5e5; background: #e5e5e5;
cursor: pointer; cursor: pointer;
text-decoration: none;
} }
.button-secondary { .button-secondary {
@ -563,6 +564,10 @@ p.pagenav {
padding-top: 6px; padding-top: 6px;
} }
.tablenav .tablenav-pages a {
text-decoration: none;
}
td.media-icon { td.media-icon {
vertical-align: middle; vertical-align: middle;
} }
@ -1272,6 +1277,12 @@ ul#category-tabs li.ui-tabs-selected {
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
} }
ul#category-tabs li.ui-tabs-selected a {
color: #333;
font-weight: bold;
text-decoration: none;
}
div.ui-tabs-panel { div.ui-tabs-panel {
margin: 0 0 0 120px; margin: 0 0 0 120px;
padding: .5em .9em; padding: .5em .9em;
@ -1300,6 +1311,10 @@ ul.categorychecklist li {
padding: 4px 0; padding: 4px 0;
} }
#category-adder h4 {
margin: 0;
}
#linkcategorydiv ul#category-tabs { #linkcategorydiv ul#category-tabs {
float: left; float: left;
width: 120px; width: 120px;
@ -1384,6 +1399,10 @@ ul.view-switch li {
padding: 6px; padding: 6px;
} }
ul.view-switch a {
text-decoration: none;
}
ul.view-switch li.current { ul.view-switch li.current {
background: #eaf3fa; background: #eaf3fa;
border: none; border: none;