| 1 |
/* Post Status Widget - Dashboard */ |
| 2 |
|
| 3 |
.ef-psw-title {margin-bottom:10px;font:18px Georgia, Times, serif;margin-top:5px;} |
| 4 |
|
| 5 |
.ef-psw-content a {font-size:14px;font-weight:bold;} |
| 6 |
|
| 7 |
.ef-psw-content .table table tbody tr {line-height:22px; border-bottom:1px solid #e5e5e5; } |
| 8 |
|
| 9 |
.ef-psw-content td.b a {color:#ba2000;margin-right:10px; font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 18px; padding-right: 6px; text-align: right;} |
| 10 |
|
| 11 |
.ef-psw-content span.small a {color:#989898;font-weight:normal;font-style:normal;line-height:22px;} |
| 12 |
|
| 13 |
.ef-psw-content span.small a:hover {border-bottom:1px dotted #989898;} |
| 14 |
|
| 15 |
/* QuickPitch */ |
| 16 |
|
| 17 |
.quick-pitch-notice { |
| 18 |
background-color: #ffffe0; |
| 19 |
padding: 5px 10px; |
| 20 |
margin-top: 5px; |
| 21 |
margin-bottom: 10px; |
| 22 |
border: 1px solid #e6db55; |
| 23 |
-moz-border-radius: 3px; |
| 24 |
-khtml-border-radius: 3px; |
| 25 |
-webkit-border-radius: 3px; |
| 26 |
border-radius: 3px; |
| 27 |
} |
| 28 |
|
| 29 |
#quick-pitch-notification h3 { |
| 30 |
background: none; |
| 31 |
text-shadow: none; |
| 32 |
font: italic normal normal 16px/20px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 33 |
padding-bottom: 0; |
| 34 |
} |
| 35 |
|
| 36 |
#quick-pitch-notification p { |
| 37 |
padding-left: 10px; |
| 38 |
} |
| 39 |
|
| 40 |
#quick_pitch_widget h4 { |
| 41 |
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif !important; |
| 42 |
float: left; |
| 43 |
width: 5.5em; |
| 44 |
clear: both; |
| 45 |
font-weight: normal; |
| 46 |
text-align: right; |
| 47 |
padding-top: 3px !important; |
| 48 |
font-size: 12px !important; |
| 49 |
line-height: 1.2em; |
| 50 |
} |
| 51 |
|
| 52 |
#quick_pitch_widget h4 label { |
| 53 |
margin-right: 10px; |
| 54 |
} |
| 55 |
|
| 56 |
#ef_author_div { |
| 57 |
padding-bottom: 9px; |
| 58 |
padding-right: 3px; |
| 59 |
} |
| 60 |
|
| 61 |
#quick_pitch_widget .input-text-wrap, |
| 62 |
#quick_pitch_widget .textarea-wrap { |
| 63 |
margin: 0 0 1em 5em; |
| 64 |
} |
| 65 |
|
| 66 |
#ef_description_div { |
| 67 |
width: 200px; |
| 68 |
} |
| 69 |
|
| 70 |
.ef_location_div input { |
| 71 |
padding: 2px !important; |
| 72 |
} |
| 73 |
|
| 74 |
.ef-submit { |
| 75 |
height: 20px; |
| 76 |
text-align: right; |
| 77 |
} |
| 78 |
|
| 79 |
/* Posts I'm Following */ |
| 80 |
|
| 81 |
.ef-myposts li { |
| 82 |
list-style-type: none; |
| 83 |
padding-bottom: 5px; |
| 84 |
} |
| 85 |
|
| 86 |
.ef-myposts li a { |
| 87 |
font-weight: normal; |
| 88 |
} |
| 89 |
|
| 90 |
.ef-myposts li .ef-myposts-timestamp { |
| 91 |
color: #999; |
| 92 |
font-style: italic; |
| 93 |
font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; |
| 94 |
font-size: 10px; |
| 95 |
} |
| 96 |
|
| 97 |
/** Dashboard Notepad **/ |
| 98 |
#dashboard-notepad #dashboard-notepad-submit-buttons { |
| 99 |
float: right; |
| 100 |
} |
| 101 |
|
| 102 |
#dashboard-notepad #dashboard-notepad-last-updated { |
| 103 |
font-size: 12px; |
| 104 |
line-height: 18px; |
| 105 |
color: #999; |
| 106 |
} |
| 107 |
|
| 108 |
#dashboard-notepad .submit #dashboard-notepad-last-updated { |
| 109 |
float: left; |
| 110 |
} |