dashboard-rtl.css 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313
  1. #wpbody-content #dashboard-widgets.columns-1 .postbox-container {
  2. width: 100%;
  3. }
  4. #wpbody-content #dashboard-widgets.columns-2 .postbox-container {
  5. width: 49.5%;
  6. }
  7. #wpbody-content #dashboard-widgets.columns-2 #postbox-container-2,
  8. #wpbody-content #dashboard-widgets.columns-2 #postbox-container-3,
  9. #wpbody-content #dashboard-widgets.columns-2 #postbox-container-4 {
  10. float: left;
  11. width: 50.5%;
  12. }
  13. #wpbody-content #dashboard-widgets.columns-3 .postbox-container {
  14. width: 33.5%;
  15. }
  16. #wpbody-content #dashboard-widgets.columns-3 #postbox-container-1 {
  17. width: 33%;
  18. }
  19. #wpbody-content #dashboard-widgets.columns-3 #postbox-container-3,
  20. #wpbody-content #dashboard-widgets.columns-3 #postbox-container-4 {
  21. float: left;
  22. }
  23. #wpbody-content #dashboard-widgets.columns-4 .postbox-container {
  24. width: 25%;
  25. }
  26. #dashboard-widgets .postbox-container {
  27. width: 25%;
  28. }
  29. #dashboard-widgets-wrap .columns-3 #postbox-container-4 .empty-container {
  30. border: none !important;
  31. }
  32. .ie8 #wpbody-content #dashboard-widgets .postbox-container {
  33. width: 49.5%;
  34. }
  35. .ie8 #wpbody-content #dashboard-widgets #postbox-container-2,
  36. .ie8 #wpbody-content #dashboard-widgets #postbox-container-3,
  37. .ie8 #wpbody-content #dashboard-widgets #postbox-container-4 {
  38. float: left;
  39. width: 50.5%;
  40. }
  41. .ie8 #dashboard-widgets #postbox-container-3 .empty-container,
  42. .ie8 #dashboard-widgets #postbox-container-4 .empty-container {
  43. border: 0 none;
  44. height: 0;
  45. min-height: 0;
  46. }
  47. #dashboard-widgets-wrap {
  48. overflow: hidden;
  49. margin: 0 -8px;
  50. }
  51. #dashboard-widgets .postbox .inside {
  52. margin-bottom: 0;
  53. }
  54. #dashboard-widgets .meta-box-sortables {
  55. margin: 0 8px;
  56. min-height: 100px;
  57. }
  58. /* @todo: this was originally in this section, but likely belongs elsewhere */
  59. #the-comment-list td.comment p.comment-author {
  60. margin-top: 0;
  61. margin-right: 0;
  62. }
  63. #the-comment-list p.comment-author img {
  64. float: right;
  65. margin-left: 8px;
  66. }
  67. #the-comment-list p.comment-author strong a {
  68. border: none;
  69. }
  70. #the-comment-list td {
  71. vertical-align: top;
  72. }
  73. #the-comment-list td.comment {
  74. word-wrap: break-word;
  75. }
  76. #the-comment-list td.comment img {
  77. max-width: 100%;
  78. }
  79. /* Welcome Panel */
  80. .welcome-panel {
  81. position: relative;
  82. overflow: auto;
  83. margin: 16px 0;
  84. padding: 23px 10px 0;
  85. border: 1px solid #e5e5e5;
  86. box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  87. background: #fff;
  88. font-size: 13px;
  89. line-height: 2.1em;
  90. }
  91. .welcome-panel h2 {
  92. margin: 0;
  93. font-size: 21px;
  94. font-weight: 400;
  95. line-height: 1.2;
  96. }
  97. .welcome-panel h3 {
  98. margin: 1.33em 0 0;
  99. font-size: 16px;
  100. }
  101. .welcome-panel li {
  102. font-size: 14px;
  103. }
  104. .welcome-panel p {
  105. color: #72777c;
  106. }
  107. .welcome-panel a {
  108. text-decoration: none;
  109. }
  110. .welcome-panel .about-description {
  111. font-size: 16px;
  112. margin: 0;
  113. }
  114. .welcome-panel .welcome-panel-close {
  115. position: absolute;
  116. z-index: 10;
  117. top: 10px;
  118. left: 10px;
  119. padding: 10px 21px 10px 15px;
  120. font-size: 13px;
  121. line-height: 1.23076923; /* Chrome rounding, needs to be 16px equivalent */
  122. text-decoration: none;
  123. }
  124. .welcome-panel .welcome-panel-close:before {
  125. position: absolute;
  126. top: 8px;
  127. right: 0;
  128. transition: all .1s ease-in-out;
  129. }
  130. .wp-core-ui .welcome-panel .button.button-hero {
  131. margin: 15px 0 3px 13px;
  132. padding: 12px 36px;
  133. height: auto;
  134. line-height: 1.4285714;
  135. white-space: normal;
  136. }
  137. .welcome-panel-content {
  138. margin: 0 13px;
  139. max-width: 1500px;
  140. }
  141. .welcome-panel .welcome-panel-column-container {
  142. clear: both;
  143. position: relative;
  144. }
  145. .welcome-panel .welcome-panel-column {
  146. width: 32%;
  147. min-width: 200px;
  148. float: right;
  149. }
  150. .ie8 .welcome-panel .welcome-panel-column {
  151. min-width: 230px;
  152. }
  153. .welcome-panel .welcome-panel-column:first-child {
  154. width: 36%;
  155. }
  156. .welcome-panel-column p.hide-if-no-customize {
  157. margin-top: 10px;
  158. }
  159. .welcome-panel-column p {
  160. margin-top: 7px;
  161. color: #444;
  162. }
  163. .welcome-panel .welcome-widgets-menus {
  164. line-height: 16px;
  165. }
  166. .welcome-panel .welcome-panel-column ul {
  167. margin: 0.8em 0 1em 1em;
  168. }
  169. .welcome-panel .welcome-panel-column li {
  170. line-height: 16px;
  171. list-style-type: none;
  172. padding: 0 0 8px;
  173. }
  174. .welcome-panel .welcome-icon {
  175. background: transparent !important;
  176. }
  177. /* Welcome Panel and Right Now common Icons style */
  178. .welcome-panel .welcome-icon:before,
  179. #dashboard_right_now li a:before,
  180. #dashboard_right_now li span:before {
  181. color: #82878c;
  182. font: normal 20px/1 dashicons;
  183. speak: none;
  184. display: inline-block;
  185. padding: 0 0 0 10px;
  186. position: relative;
  187. -webkit-font-smoothing: antialiased;
  188. -moz-osx-font-smoothing: grayscale;
  189. text-decoration: none !important;
  190. vertical-align: top;
  191. }
  192. /* Welcome Panel specific Icons styles */
  193. .welcome-panel .welcome-write-blog:before,
  194. .welcome-panel .welcome-edit-page:before {
  195. content: "\f119";
  196. top: -3px;
  197. }
  198. .welcome-panel .welcome-add-page:before {
  199. content: "\f132";
  200. top: -1px;
  201. }
  202. .welcome-panel .welcome-view-site:before {
  203. content: "\f115";
  204. top: -2px;
  205. }
  206. .welcome-panel .welcome-widgets-menus:before {
  207. content: "\f116";
  208. top: -2px;
  209. }
  210. .welcome-panel .welcome-comments:before {
  211. content: "\f117";
  212. top: -1px;
  213. }
  214. .welcome-panel .welcome-learn-more:before {
  215. content: "\f118";
  216. top: -1px;
  217. }
  218. /* Right Now specific Icons styles */
  219. #dashboard_right_now li a:before,
  220. #dashboard_right_now li > span:before { /* get only the first level span to exclude screen-reader-text in mu-storage */
  221. content: "\f159"; /* generic icon for items added by CPTs ? */
  222. padding: 0 0 0 5px;
  223. }
  224. #dashboard_right_now .page-count a:before,
  225. #dashboard_right_now .page-count span:before {
  226. content: "\f105";
  227. }
  228. #dashboard_right_now .post-count a:before,
  229. #dashboard_right_now .post-count span:before {
  230. content: "\f109";
  231. }
  232. #dashboard_right_now .comment-count a:before {
  233. content: "\f101";
  234. }
  235. #dashboard_right_now .comment-mod-count a:before {
  236. content: "\f125";
  237. }
  238. #dashboard_right_now .storage-count a:before {
  239. content: "\f104";
  240. }
  241. #dashboard_right_now .storage-count.warning a:before {
  242. content: "\f153";
  243. }
  244. /* Dashboard WordPress events */
  245. .community-events-errors {
  246. margin: 0;
  247. }
  248. .community-events-loading {
  249. padding: 10px 12px 8px;
  250. }
  251. .community-events {
  252. margin-bottom: 6px;
  253. padding: 0 12px;
  254. }
  255. .community-events .spinner {
  256. float: none;
  257. margin: 5px 2px 0;
  258. vertical-align: top;
  259. }
  260. .community-events-errors[aria-hidden="true"],
  261. .community-events-errors [aria-hidden="true"],
  262. .community-events-loading[aria-hidden="true"],
  263. .community-events[aria-hidden="true"],
  264. .community-events [aria-hidden="true"] {
  265. display: none;
  266. }
  267. .community-events .activity-block:first-child,
  268. .community-events h2 {
  269. padding-top: 12px;
  270. padding-bottom: 10px;
  271. }
  272. .community-events-form {
  273. margin: 15px 0 5px;
  274. }
  275. .community-events-form .regular-text {
  276. width: 40%;
  277. height: 29px;
  278. margin: 0;
  279. vertical-align: top;
  280. }
  281. .community-events li.event-none {
  282. border-right: 4px solid #00a0d2;
  283. }
  284. .community-events-form label {
  285. display: inline-block;
  286. vertical-align: top;
  287. line-height: 28px;
  288. height: 28px;
  289. }
  290. .community-events .activity-block > p {
  291. margin-bottom: 0;
  292. display: inline;
  293. }
  294. .community-events-toggle-location {
  295. vertical-align: middle;
  296. }
  297. #community-events-submit {
  298. margin-right: 3px;
  299. margin-left: 3px;
  300. }
  301. /* Needs higher specificity than #dashboard-widgets .button-link */
  302. #dashboard-widgets .community-events-cancel.button-link {
  303. vertical-align: top;
  304. /* Same properties as the submit button for cross-browsers alignment. */
  305. line-height: 26px;
  306. height: 28px;
  307. text-decoration: underline;
  308. }
  309. .community-events ul {
  310. background-color: #fafafa;
  311. padding-right: 0;
  312. padding-left: 0;
  313. padding-bottom: 0;
  314. }
  315. .community-events li {
  316. margin: 0;
  317. padding: 8px 12px;
  318. color: #72777c;
  319. }
  320. .community-events li:first-child {
  321. border-top: 1px solid #eee;
  322. }
  323. .community-events li ~ li {
  324. border-top: 1px solid #eee;
  325. }
  326. .community-events .activity-block.last {
  327. border-bottom: 1px solid #eee;
  328. padding-top: 0;
  329. margin-top: -1px;
  330. }
  331. .community-events .event-info {
  332. display: block;
  333. }
  334. .event-icon {
  335. height: 18px;
  336. padding-left: 10px;
  337. width: 18px;
  338. display: none; /* Hide on smaller screens */
  339. }
  340. .event-icon:before {
  341. color: #82878C;
  342. font-size: 18px;
  343. }
  344. .event-meetup .event-icon:before {
  345. content: "\f484";
  346. }
  347. .event-wordcamp .event-icon:before {
  348. content: "\f486";
  349. }
  350. .community-events .event-title {
  351. font-weight: 600;
  352. display: block;
  353. }
  354. .community-events .event-date,
  355. .community-events .event-time {
  356. display: block;
  357. }
  358. .community-events-footer {
  359. margin-top: 0;
  360. margin-bottom: 0;
  361. padding: 12px;
  362. border-top: 1px solid #eee;
  363. color: #ddd;
  364. }
  365. /* Safari 10 + VoiceOver specific: without this, the hidden text gets read out before the link. */
  366. .community-events-footer .screen-reader-text {
  367. height: inherit;
  368. white-space: nowrap;
  369. }
  370. /* Dashboard WordPress news */
  371. #dashboard_primary .inside {
  372. margin: 0;
  373. padding: 0;
  374. }
  375. #dashboard_primary .widget-loading {
  376. padding: 12px 12px 0;
  377. margin-bottom: 1em !important; /* Needs to override `.postbox .inside > p:last-child` in common.css */
  378. }
  379. /* Notice when JS is off. */
  380. #dashboard_primary .inside .notice {
  381. margin: 0;
  382. }
  383. body #dashboard-widgets .postbox form .submit {
  384. margin: 0;
  385. }
  386. /* Used only for configurable widgets. */
  387. .dashboard-widget-control-form p {
  388. margin-top: 0;
  389. }
  390. .rssSummary {
  391. color: #72777c;
  392. margin-top: 4px;
  393. }
  394. #dashboard_primary .rss-widget {
  395. font-size: 13px;
  396. padding: 0 12px 0;
  397. }
  398. #dashboard_primary .rss-widget:last-child {
  399. border-bottom: none;
  400. padding-bottom: 8px;
  401. }
  402. #dashboard_primary .rss-widget a {
  403. font-weight: 400;
  404. }
  405. #dashboard_primary .rss-widget span,
  406. #dashboard_primary .rss-widget span.rss-date {
  407. color: #72777c;
  408. }
  409. #dashboard_primary .rss-widget span.rss-date {
  410. margin-right: 12px;
  411. }
  412. #dashboard_primary .rss-widget ul li {
  413. padding: 4px 0;
  414. margin: 0;
  415. }
  416. /* Dashboard right now */
  417. #dashboard_right_now ul {
  418. margin: 0;
  419. /* contain floats but don't use overflow: hidden */
  420. display: inline-block;
  421. width: 100%;
  422. }
  423. #dashboard_right_now li {
  424. width: 50%;
  425. float: right;
  426. margin-bottom: 10px;
  427. }
  428. #dashboard_right_now .inside {
  429. padding: 0;
  430. }
  431. #dashboard_right_now .main {
  432. padding: 0 12px 11px;
  433. }
  434. #dashboard_right_now .main p {
  435. margin: 0;
  436. }
  437. #dashboard_right_now #wp-version-message .button {
  438. float: left;
  439. position: relative;
  440. top: -5px;
  441. margin-right: 5px;
  442. }
  443. .mu-storage {
  444. overflow: hidden;
  445. }
  446. #dashboard-widgets h3.mu-storage {
  447. margin: 0 0 10px;
  448. padding: 0;
  449. font-size: 14px;
  450. font-weight: 400;
  451. }
  452. /* Dashboard right now - Colors */
  453. #dashboard_right_now .sub {
  454. color: #555d66;
  455. background: #f5f5f5;
  456. border-top: 1px solid #eee;
  457. padding: 10px 12px 6px 12px;
  458. }
  459. #dashboard_right_now .sub h3 {
  460. color: #555;
  461. }
  462. #dashboard_right_now .sub p {
  463. margin: 0 0 1em;
  464. }
  465. #dashboard_right_now .warning a:before,
  466. #dashboard_right_now .warning span:before {
  467. color: #d54e21;
  468. }
  469. /* Dashboard Quick Draft */
  470. #dashboard_quick_press .inside {
  471. margin: 0;
  472. padding: 0;
  473. }
  474. #dashboard_quick_press div.updated {
  475. margin-bottom: 10px;
  476. border: 1px solid #eee;
  477. border-width: 1px 0 1px 1px;
  478. }
  479. #dashboard_quick_press form {
  480. margin: 12px;
  481. }
  482. #dashboard_quick_press .drafts,
  483. #dashboard_quick_press .easy-blogging {
  484. padding: 10px 0 0;
  485. }
  486. /* Dashboard Quick Draft - Form styling */
  487. input#save-post {
  488. float: right;
  489. }
  490. form.initial-form.quickpress-open label.prompt {
  491. font-style: normal;
  492. }
  493. form.initial-form.quickpress-open input#title {
  494. height: auto;
  495. }
  496. #dashboard_quick_press input,
  497. #dashboard_quick_press textarea {
  498. box-sizing: border-box;
  499. margin: 0;
  500. }
  501. #dashboard_quick_press textarea {
  502. resize: vertical;
  503. }
  504. #dashboard-widgets .postbox form .submit {
  505. margin: -39px 0;
  506. float: left;
  507. }
  508. #description-wrap {
  509. margin-top: 12px;
  510. }
  511. #title-wrap #title-prompt-text,
  512. .textarea-wrap #content-prompt-text {
  513. color: #72777c;
  514. }
  515. #title-wrap #title-prompt-text {
  516. font-size: 1.1em;
  517. padding: 7px 8px;
  518. }
  519. .input-text-wrap,
  520. .textarea-wrap {
  521. position: relative;
  522. }
  523. .input-text-wrap .prompt,
  524. .textarea-wrap .prompt {
  525. position: absolute;
  526. }
  527. .textarea-wrap #content-prompt-text {
  528. font-size: 1.1em;
  529. padding: 7px 8px;
  530. }
  531. .textarea-wrap textarea#content {
  532. margin: 0 0 8px;
  533. padding: 6px 7px;
  534. }
  535. #quick-press textarea#content {
  536. min-height: 90px;
  537. max-height: 1300px;
  538. resize: none;
  539. }
  540. /* Dashboard Quick Draft - Drafts list */
  541. .js #dashboard_quick_press .drafts {
  542. border-top: 1px solid #eee;
  543. }
  544. #dashboard_quick_press .drafts abbr {
  545. border: none;
  546. }
  547. #dashboard_quick_press .drafts .view-all {
  548. float: left;
  549. margin: 0 0 0 12px;
  550. }
  551. #dashboard_primary a.rsswidget {
  552. font-weight: 400;
  553. }
  554. #dashboard_quick_press .drafts ul {
  555. margin: 0 12px;
  556. }
  557. #dashboard_quick_press .drafts li {
  558. margin-bottom: 1em;
  559. }
  560. #dashboard_quick_press .drafts li time {
  561. color: #72777c;
  562. }
  563. #dashboard_quick_press .drafts p {
  564. margin: 0;
  565. word-wrap: break-word;
  566. }
  567. #dashboard_quick_press .draft-title {
  568. word-wrap: break-word;
  569. }
  570. #dashboard_quick_press .draft-title a,
  571. #dashboard_quick_press .draft-title time {
  572. margin: 0 0 0 5px;
  573. }
  574. /* Dashboard common styles */
  575. #dashboard-widgets h4, /* Back-compat for pre-4.4 */
  576. #dashboard-widgets h3,
  577. #dashboard_quick_press .drafts h2 {
  578. margin: 0 12px 8px;
  579. padding: 0;
  580. font-size: 14px;
  581. font-weight: 400;
  582. color: #23282d;
  583. }
  584. #dashboard_quick_press .drafts h2 {
  585. line-height: inherit;
  586. }
  587. #dashboard-widgets .inside h4, /* Back-compat for pre-4.4 */
  588. #dashboard-widgets .inside h3 {
  589. margin-right: 0;
  590. margin-left: 0;
  591. }
  592. /* Dashboard activity widget */
  593. #dashboard_activity .comment-meta span.approve:before {
  594. content: "\f227";
  595. font: 20px/.5 dashicons;
  596. margin-right: 5px;
  597. vertical-align: middle;
  598. position: relative;
  599. top: -1px;
  600. margin-left: 2px;
  601. }
  602. #dashboard_activity .inside {
  603. margin: 0;
  604. padding-bottom: 0;
  605. }
  606. #dashboard_activity .no-activity {
  607. overflow: hidden;
  608. padding: 0 0 12px;
  609. text-align: center;
  610. }
  611. #dashboard_activity .no-activity p {
  612. color: #72777c;
  613. font-size: 16px;
  614. }
  615. #dashboard_activity .no-activity .smiley {
  616. margin-top: 0;
  617. }
  618. #dashboard_activity .no-activity .smiley:before {
  619. content: "\f328";
  620. font: normal 120px/1 dashicons;
  621. speak: none;
  622. display: block;
  623. margin: 0 0 0 5px;
  624. padding: 0;
  625. text-indent: 0;
  626. text-align: center;
  627. position: relative;
  628. -webkit-font-smoothing: antialiased;
  629. text-decoration: none !important;
  630. }
  631. #dashboard_activity .subsubsub {
  632. float: none;
  633. border-top: 1px solid #eee;
  634. margin: 0 -12px;
  635. padding: 8px 12px 4px;
  636. }
  637. #dashboard_activity .subsubsub a .count,
  638. #dashboard_activity .subsubsub a.current .count {
  639. color: #72777c; /* white background on the dashboard but #f1f1f1 on list tables */
  640. }
  641. #future-posts ul,
  642. #published-posts ul {
  643. clear: both;
  644. margin-bottom: 0;
  645. }
  646. #future-posts li,
  647. #published-posts li {
  648. margin-bottom: 8px;
  649. }
  650. #future-posts ul span,
  651. #published-posts ul span {
  652. display: inline-block;
  653. margin-left: 5px;
  654. min-width: 150px;
  655. color: #72777c;
  656. }
  657. .activity-block {
  658. border-bottom: 1px solid #eee;
  659. margin: 0 -12px;
  660. padding: 8px 12px 4px;
  661. }
  662. .activity-block:last-child {
  663. border-bottom: none;
  664. }
  665. .activity-block .subsubsub li {
  666. color: #ddd;
  667. }
  668. /* Dashboard activity widget - Comments */
  669. /* @todo: needs serious de-duplication */
  670. #activity-widget #the-comment-list tr.undo,
  671. #activity-widget #the-comment-list div.undo {
  672. background: none;
  673. padding: 6px 0;
  674. margin-right: 12px;
  675. }
  676. #activity-widget #the-comment-list .comment-item {
  677. background: #fafafa;
  678. padding: 12px;
  679. position: relative;
  680. }
  681. #activity-widget #the-comment-list .avatar {
  682. position: absolute;
  683. top: 12px;
  684. }
  685. #activity-widget #the-comment-list .dashboard-comment-wrap {
  686. padding-right: 63px;
  687. }
  688. #activity-widget #the-comment-list .dashboard-comment-wrap blockquote {
  689. margin: 1em 0;
  690. }
  691. #activity-widget #the-comment-list .comment-item p.row-actions {
  692. margin: 4px 0 0 0;
  693. }
  694. #activity-widget #the-comment-list .comment-item:first-child {
  695. border-top: 1px solid #eeeeee;
  696. }
  697. #activity-widget #the-comment-list .unapproved {
  698. background-color: #fef7f1;
  699. }
  700. #activity-widget #the-comment-list .unapproved:before {
  701. content: "";
  702. display: block;
  703. position: absolute;
  704. right: 0;
  705. top: 0;
  706. bottom: 0;
  707. background: #d54e21;
  708. width: 4px;
  709. }
  710. #activity-widget #the-comment-list .spam-undo-inside .avatar,
  711. #activity-widget #the-comment-list .trash-undo-inside .avatar {
  712. position: relative;
  713. top: 0;
  714. }
  715. /* Browse happy box */
  716. #dashboard-widgets #dashboard_browser_nag.postbox .inside {
  717. margin: 10px;
  718. }
  719. .postbox .button-link .edit-box {
  720. display: none;
  721. }
  722. .edit-box {
  723. opacity: 0;
  724. }
  725. .hndle:hover .edit-box,
  726. .edit-box:focus {
  727. opacity: 1;
  728. }
  729. #dashboard-widgets form .input-text-wrap input {
  730. width: 100%;
  731. }
  732. #dashboard-widgets form .textarea-wrap textarea {
  733. width: 100%;
  734. }
  735. #dashboard-widgets .postbox form .submit {
  736. float: none;
  737. margin: .5em 0 0;
  738. padding: 0;
  739. border: none;
  740. }
  741. #dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish {
  742. min-width: 0;
  743. }
  744. #dashboard-widgets a,
  745. #dashboard-widgets .button-link {
  746. text-decoration: none;
  747. }
  748. #dashboard-widgets h2 a {
  749. text-decoration: underline;
  750. }
  751. #dashboard-widgets .hndle .postbox-title-action {
  752. float: left;
  753. line-height: 1.2;
  754. }
  755. #dashboard_plugins h5 {
  756. font-size: 14px;
  757. }
  758. /* Recent Comments */
  759. #latest-comments #the-comment-list {
  760. position: relative;
  761. margin: 0 -12px;
  762. }
  763. #activity-widget #the-comment-list .comment,
  764. #activity-widget #the-comment-list .pingback {
  765. box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
  766. }
  767. #activity-widget .comments #the-comment-list .alt {
  768. background-color: transparent;
  769. }
  770. #activity-widget #latest-comments #the-comment-list .comment-item {
  771. /* the row-actions paragraph is output only for users with 'edit_comment' capabilities,
  772. for other users this needs a min height equal to the gravatar image */
  773. min-height: 50px;
  774. margin: 0;
  775. padding: 12px;
  776. }
  777. #latest-comments #the-comment-list .pingback {
  778. padding-right: 12px !important;
  779. }
  780. #latest-comments #the-comment-list .comment-item:first-child {
  781. border-top: none;
  782. }
  783. #latest-comments #the-comment-list .comment-meta {
  784. line-height: 1.5em;
  785. margin: 0;
  786. color: #666;
  787. }
  788. #latest-comments #the-comment-list .comment-meta cite {
  789. font-style: normal;
  790. font-weight: 400;
  791. }
  792. #latest-comments #the-comment-list .comment-item blockquote,
  793. #latest-comments #the-comment-list .comment-item blockquote p {
  794. margin: 0;
  795. padding: 0;
  796. display: inline;
  797. }
  798. #latest-comments #the-comment-list .comment-item p.row-actions {
  799. margin: 3px 0 0;
  800. padding: 0;
  801. font-size: 13px;
  802. }
  803. /* QuickDraft */
  804. #title-wrap label,
  805. #description-wrap label {
  806. cursor: text;
  807. }
  808. #title-wrap #title {
  809. padding: 2px 6px;
  810. font-size: 1.3em;
  811. outline: none;
  812. }
  813. #title-wrap #title-prompt-text {
  814. font-size: 1.1em;
  815. padding: 5px 8px;
  816. }
  817. /* Feeds */
  818. .rss-widget ul {
  819. margin: 0;
  820. padding: 0;
  821. list-style: none;
  822. }
  823. a.rsswidget {
  824. font-size: 13px;
  825. font-weight: 600;
  826. line-height: 1.4em;
  827. }
  828. .rss-widget ul li {
  829. line-height: 1.5em;
  830. margin-bottom: 12px;
  831. }
  832. .rss-widget span.rss-date {
  833. color: #72777c;
  834. font-size: 13px;
  835. margin-right: 3px;
  836. }
  837. .rss-widget cite {
  838. display: block;
  839. text-align: left;
  840. margin: 0 0 1em;
  841. padding: 0;
  842. }
  843. .rss-widget cite:before {
  844. content: "\2014";
  845. }
  846. .dashboard-comment-wrap {
  847. word-wrap: break-word;
  848. }
  849. /* Browser Nag */
  850. #dashboard_browser_nag a.update-browser-link {
  851. font-size: 1.2em;
  852. font-weight: 600;
  853. }
  854. #dashboard_browser_nag a {
  855. text-decoration: underline;
  856. }
  857. #dashboard_browser_nag p.browser-update-nag.has-browser-icon {
  858. padding-left: 125px;
  859. }
  860. #dashboard_browser_nag .browser-icon {
  861. margin-top: -35px;
  862. }
  863. #dashboard_browser_nag.postbox.browser-insecure {
  864. background-color: #ac1b1b;
  865. border-color: #ac1b1b;
  866. }
  867. #dashboard_browser_nag.postbox {
  868. background-color: #e29808;
  869. background-image: none;
  870. border-color: #edc048;
  871. color: #fff;
  872. box-shadow: none;
  873. }
  874. #dashboard_browser_nag.postbox.browser-insecure h2 {
  875. border-bottom-color: #cd5a5a;
  876. color: #fff;
  877. }
  878. #dashboard_browser_nag.postbox h2 {
  879. border-bottom-color: #f6e2ac;
  880. background: transparent none;
  881. color: #fff;
  882. box-shadow: none;
  883. }
  884. #dashboard_browser_nag a {
  885. color: #fff;
  886. }
  887. #dashboard_browser_nag h2.hndle {
  888. border: none;
  889. font-weight: 600;
  890. font-size: 20px;
  891. padding-top: 10px;
  892. }
  893. .postbox#dashboard_browser_nag p a.dismiss {
  894. font-size: 14px;
  895. }
  896. .postbox#dashboard_browser_nag p,
  897. .postbox#dashboard_browser_nag a,
  898. .postbox#dashboard_browser_nag p.browser-update-nag {
  899. font-size: 16px;
  900. }
  901. /* =Media Queries
  902. -------------------------------------------------------------- */
  903. /* one column on the dash */
  904. @media only screen and (max-width: 799px) {
  905. #wpbody-content #dashboard-widgets .postbox-container {
  906. width: 100%;
  907. }
  908. }
  909. /* two columns on the dash, but keep the setting if one is selected */
  910. @media only screen and (min-width: 800px) and (max-width: 1499px) {
  911. #wpbody-content #dashboard-widgets .postbox-container {
  912. width: 49.5%;
  913. }
  914. #wpbody-content #dashboard-widgets #postbox-container-2,
  915. #wpbody-content #dashboard-widgets #postbox-container-3,
  916. #wpbody-content #dashboard-widgets #postbox-container-4 {
  917. float: left;
  918. width: 50.5%;
  919. }
  920. #dashboard-widgets #postbox-container-3 .empty-container,
  921. #dashboard-widgets #postbox-container-4 .empty-container {
  922. border: 0 none;
  923. height: 0;
  924. min-height: 0;
  925. }
  926. #dashboard-widgets #postbox-container-3 .empty-container:after,
  927. #dashboard-widgets #postbox-container-4 .empty-container:after {
  928. display: none;
  929. }
  930. #wpbody #wpbody-content #dashboard-widgets.columns-1 .postbox-container {
  931. width: 100%;
  932. }
  933. #wpbody #wpbody-content .metabox-holder.columns-1 .postbox-container .empty-container {
  934. border: 0 none;
  935. height: 0;
  936. min-height: 0;
  937. }
  938. /* show the radio buttons for column prefs only for one or two columns */
  939. .index-php .screen-layout,
  940. .index-php .columns-prefs {
  941. display: block;
  942. }
  943. .columns-prefs .columns-prefs-3,
  944. .columns-prefs .columns-prefs-4 {
  945. display: none;
  946. }
  947. .metabox-holder .postbox-container .empty-container:after {
  948. display: block;
  949. }
  950. }
  951. /* three columns on the dash */
  952. @media only screen and (min-width: 1500px) and (max-width: 1800px) {
  953. #wpbody-content #dashboard-widgets .postbox-container {
  954. width: 33.5%;
  955. }
  956. #wpbody-content #dashboard-widgets #postbox-container-1 {
  957. width: 33%;
  958. }
  959. #wpbody-content #dashboard-widgets #postbox-container-3,
  960. #wpbody-content #dashboard-widgets #postbox-container-4 {
  961. float: left;
  962. }
  963. #dashboard-widgets #postbox-container-4 .empty-container {
  964. border: 0 none;
  965. height: 0;
  966. min-height: 0;
  967. }
  968. #dashboard-widgets #postbox-container-4 .empty-container:after {
  969. display: none;
  970. }
  971. .metabox-holder .postbox-container .empty-container:after {
  972. display: block;
  973. }
  974. }
  975. @media screen and (max-width: 870px) {
  976. .welcome-panel .welcome-panel-column,
  977. .welcome-panel .welcome-panel-column:first-child {
  978. display: block;
  979. float: none;
  980. width: 100%;
  981. }
  982. .welcome-panel .welcome-panel-column li {
  983. display: inline-block;
  984. margin-left: 13px;
  985. }
  986. .welcome-panel .welcome-panel-column ul {
  987. margin: 0.4em 0 0;
  988. }
  989. }
  990. @media screen and ( max-width: 782px ) {
  991. #dashboard_recent_comments #the-comment-list .comment-item .avatar {
  992. height: 30px;
  993. width: 30px;
  994. margin: 4px 0 5px 10px;
  995. }
  996. .community-events-toggle-location {
  997. height: 38px;
  998. vertical-align: baseline;
  999. }
  1000. .community-events-form .regular-text {
  1001. height: 32px;
  1002. }
  1003. #community-events-submit {
  1004. margin-bottom: 0;
  1005. /* Override .wp-core-ui .button */
  1006. vertical-align: top;
  1007. }
  1008. .community-events-form label,
  1009. #dashboard-widgets .community-events-cancel.button-link {
  1010. /* Same properties as the submit button for cross-browsers alignment. */
  1011. font-size: 14px;
  1012. line-height: normal;
  1013. height: auto;
  1014. padding: 6px 0;
  1015. border: 1px solid transparent;
  1016. }
  1017. .community-events .spinner {
  1018. margin-top: 7px;
  1019. }
  1020. }
  1021. /* Smartphone */
  1022. @media screen and (max-width: 600px) {
  1023. /* Keep the close icon from overlapping the Welcome text. */
  1024. .welcome-panel .welcome-panel-close {
  1025. overflow: hidden;
  1026. text-indent: 40px;
  1027. white-space: nowrap;
  1028. width: 20px;
  1029. height: 20px;
  1030. padding: 5px;
  1031. top: 5px;
  1032. left: 5px;
  1033. }
  1034. /* Make the close icon larger for tappability. */
  1035. .welcome-panel .welcome-panel-close:before {
  1036. font-size: 20px;
  1037. top: 5px;
  1038. right: -35px;
  1039. }
  1040. }
  1041. @media screen and (min-width: 355px) {
  1042. .community-events .event-info {
  1043. display: table-row;
  1044. float: right;
  1045. max-width: 59%;
  1046. }
  1047. .event-icon,
  1048. .event-icon[aria-hidden="true"] {
  1049. display: table-cell;
  1050. }
  1051. .event-info-inner {
  1052. display: table-cell;
  1053. }
  1054. .community-events .event-date-time {
  1055. float: left;
  1056. max-width: 39%;
  1057. }
  1058. .community-events .event-date,
  1059. .community-events .event-time {
  1060. text-align: left;
  1061. }
  1062. }