Add and edit widget when js is disabled, see #9511

git-svn-id: http://svn.automattic.com/wordpress/trunk@11009 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-04-20 10:58:50 +00:00
parent e8abe70f25
commit 0200501698
9 changed files with 340 additions and 169 deletions

View File

@@ -152,4 +152,24 @@ div#sidebar-info {
font-weight: normal;
}
.editwidget .widget-control {
display: block;
border-width: 1px;
border-style: solid;
padding: 10px;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
.widget-position table {
width: 100%;
margin-top: 12px;
}
.widget-position table td {
height: 3em;
line-height: 3em;
vertical-align: middle;
}