Remove link underlines from where the shouldn't be. Props mt. fixes #6113
git-svn-id: http://svn.automattic.com/wordpress/trunk@7174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1189e1fce8
commit
3f90ba9d0a
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue