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