]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/widgets.dev.css
Wordpress 3.2
[autoinstalls/wordpress.git] / wp-admin / css / widgets.dev.css
index 0ce9fd3ce49a3fc1c7cdbf2ad709be600babeb98..8b4736fd96adcaf1bfad862fa9a1ea7302b47a36 100644 (file)
@@ -45,54 +45,53 @@ div.widget-liquid-right {
 }
 
 div.sidebar-name h3 {
+       font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
+       font-weight: normal;
+       font-size: 15px;
        margin: 0;
-       padding: 5px 12px;
-       font-size: 13px;
-       height: 19px;
+       padding: 8px 10px;
        overflow: hidden;
        white-space: nowrap;
 }
 
 div.sidebar-name {
-       background-repeat: repeat-x;
-       background-position: 0 0;
        cursor: pointer;
        font-size: 13px;
        border-width: 1px;
        border-style: solid;
-       -moz-border-radius-topleft: 8px;
-       -moz-border-radius-topright: 8px;
-       -webkit-border-top-right-radius: 8px;
-       -webkit-border-top-left-radius: 8px;
-       -khtml-border-top-right-radius: 8px;
-       -khtml-border-top-left-radius: 8px;
-       border-top-right-radius: 8px;
-       border-top-left-radius: 8px;
+       -moz-border-radius-topleft: 3px;
+       -moz-border-radius-topright: 3px;
+       -webkit-border-top-right-radius: 3px;
+       -webkit-border-top-left-radius: 3px;
+       -khtml-border-top-right-radius: 3px;
+       -khtml-border-top-left-radius: 3px;
+       border-top-right-radius: 3px;
+       border-top-left-radius: 3px;
 }
 
 .js .closed .sidebar-name {
-       -moz-border-radius-bottomleft: 8px;
-       -moz-border-radius-bottomright: 8px;
-       -webkit-border-bottom-right-radius: 8px;
-       -webkit-border-bottom-left-radius: 8px;
-       -khtml-border-bottom-right-radius: 8px;
-       -khtml-border-bottom-left-radius: 8px;
-       border-bottom-right-radius: 8px;
-       border-bottom-left-radius: 8px;
+       -moz-border-radius-bottomleft: 3px;
+       -moz-border-radius-bottomright: 3px;
+       -webkit-border-bottom-right-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       -khtml-border-bottom-right-radius: 3px;
+       -khtml-border-bottom-left-radius: 3px;
+       border-bottom-right-radius: 3px;
+       border-bottom-left-radius: 3px;
 }
 
 .widget-liquid-right .widgets-sortables,
 #widgets-left .widget-holder {
        border-width: 0 1px 1px;
        border-style: none solid solid;
-    -moz-border-radius-bottomleft: 8px;
-       -moz-border-radius-bottomright: 8px;
-       -webkit-border-bottom-right-radius: 8px;
-       -webkit-border-bottom-left-radius: 8px;
-       -khtml-border-bottom-right-radius: 8px;
-       -khtml-border-bottom-left-radius: 8px;
-       border-bottom-right-radius: 8px;
-       border-bottom-left-radius: 8px;
+    -moz-border-radius-bottomleft: 3px;
+       -moz-border-radius-bottomright: 3px;
+       -webkit-border-bottom-right-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       -khtml-border-bottom-right-radius: 3px;
+       -khtml-border-bottom-left-radius: 3px;
+       border-bottom-right-radius: 3px;
+       border-bottom-left-radius: 3px;
 }
 
 .js .closed .widgets-sortables,
@@ -108,6 +107,12 @@ div.sidebar-name {
        padding: 7px 5px 0;
 }
 
+#available-widgets .widget {
+       -moz-box-shadow: none;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
 #wp_inactive_widgets {
        padding: 5px 5px 0;
 }
@@ -116,6 +121,7 @@ div.sidebar-name {
        width: 250px;
        margin: 0 10px 15px;
        border: 0 none;
+       background: transparent;
        float: left;
 }
 
@@ -126,10 +132,10 @@ div.sidebar-name {
 #widget-list .widget-top {
        border-width: 1px;
        border-style: solid;
-       -moz-border-radius: 6px;
-       -khtml-border-radius: 6px;
-       -webkit-border-radius: 6px;
-       border-radius: 6px;
+       -moz-border-radius: 3px;
+       -khtml-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
 }
 
 .widget-placeholder {
@@ -163,6 +169,7 @@ ul#widget-list {
 }
 
 .widget .widget-top {
+       margin-bottom: -1px;
        font-size: 12px;
        font-weight: bold;
        height: 26px;
@@ -170,7 +177,7 @@ ul#widget-list {
 }
 
 .widget-top .widget-title {
-       padding: 5px 9px;
+       padding: 7px 9px;
 }
 
 .widget-top .widget-title-action {
@@ -188,13 +195,17 @@ a.widget-action {
 }
 
 .widget-top a.widget-action {
-       background: url("../images/menu-bits.gif?ver=20100610") no-repeat scroll 0 -110px;
+       background: transparent url(../images/arrows.png) no-repeat 4px 6px;
+}
+
+.widget-top a.widget-action:hover {
+       background: transparent url(../images/arrows-dark.png) no-repeat 4px 6px;
 }
 
 .widget .widget-inside,
 .widget .widget-description {
        padding: 12px 12px 10px;
-       font-size: 11px;
+       font-size: 12px;
        line-height: 16px;
 }
 
@@ -214,7 +225,7 @@ a.widget-action {
 
 .widget-title h4 {
        margin: 0;
-       line-height: 1.3;
+       line-height: 1;
        overflow: hidden;
        white-space: nowrap;
 }
@@ -246,7 +257,7 @@ a.widget-action {
 div#sidebar-info {
        padding: 0 1em;
        margin-bottom: 1em;
-       font-size: 11px;
+       font-size: 12px;
 }
 
 .widget-title a,
@@ -257,7 +268,7 @@ div#sidebar-info {
 
 .widget-control-edit {
        display: block;
-       font-size: 11px;
+       font-size: 12px;
        font-weight: normal;
        line-height: 26px;
        padding: 0 8px 0 0;
@@ -287,10 +298,10 @@ a.widget-control-edit {
        border-width: 1px;
        border-style: solid;
        padding: 10px;
-       -moz-border-radius: 6px;
-       -khtml-border-radius: 6px;
-       -webkit-border-radius: 6px;
-       border-radius: 6px;
+       -moz-border-radius: 3px;
+       -khtml-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
 }
 
 .inactive p.description {
@@ -316,7 +327,7 @@ a.widget-control-edit {
 }
 
 .widget-title .in-widget-title {
-       font-size: 11px;
+       font-size: 12px;
        white-space: nowrap;
 }
 
@@ -325,6 +336,7 @@ a.widget-control-edit {
        font-weight: normal;
        padding-left: 15px;
        font-size: 12px;
+       line-height: 1;
 }
 
 .widget-control-noform,