diff -r f507feede89a -r 09a1c134465b web/wp-content/plugins/network-publisher/networkpub.css --- a/web/wp-content/plugins/network-publisher/networkpub.css Wed Dec 19 12:35:13 2012 -0800 +++ b/web/wp-content/plugins/network-publisher/networkpub.css Wed Dec 19 17:46:52 2012 -0800 @@ -22,9 +22,14 @@ .networkpublisher_add_key_submit_social {text-align: left;} .networkpublisher_auth_error {background-color:#ffebe8 !important;border-bottom:1px solid #FFC8BF !important;} .networkpublisher_auth_error img {vertical-align:text-bottom;} -.networkpublisher_share_box {padding:10px 10px 6px 10px;background-color:#FFFFFF;margin-bottom:15px;margin:10px 0px 20px;border:1px solid #DCDCD8;-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;} -.networkpublisher_share_box table td {font-weight:bold;padding-right:10px;} -.networkpublisher_share_box table td a{font-weight:bold;} +.networkpublisher_share_box {padding:10px 0px 6px 10px;background-color:#F7F7F7;margin-bottom:15px;margin:10px 0px 20px;border:1px solid #DCDCD8;-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;} +.networkpublisher_share_box table {width:100%;} +.networkpublisher_share_box table td {padding-right:10px;font-weight:bold;} +.networkpublisher_share_box table td a{font-weight:normal;} +.networkpublisher_share_box_left {text-align:left;} +.networkpublisher_share_box_right {text-align:right;padding-right:0px !important;} +.networkpublisher_share_box_right table {white-space:nowrap;} +.networkpublisher_share_box_right table td{text-align:right;padding-right:0px !important;} .networkpublisher_post_meta_box {padding:6px;} .networkpublisher_post_meta_box input {margin:0px;} .networkpublisher_post_meta_box img {vertical-align:text-bottom;} @@ -37,4 +42,5 @@ .networkpublisher_alert_disable_pub_header {font-size: 12px !important; font-weight: bold !important;padding-bottom: 5px;} .networkpub_msg {padding:10px !important;} .networkpub_msg_center {padding:10px !important;text-align:center !important;} -.networkpub_clear_both {clear:both;} \ No newline at end of file +.networkpub_clear_both {clear:both;} +#networkpub_overlay {position:fixed;top:0;left:0;bottom:0;right:0;height: 100%;width: 100%;margin: 0;padding: 0;z-index: 101;} \ No newline at end of file