rtl.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900
  1. /* Common classes to ease styling.
  2. ------------------------------------------------------- */
  3. .floatright {
  4. float: left;
  5. }
  6. .floatleft {
  7. float: right;
  8. }
  9. .clear_left {
  10. clear: right;
  11. }
  12. .clear_right {
  13. clear: left;
  14. }
  15. .righttext {
  16. margin-left: auto;
  17. margin-right: 0;
  18. text-align: left;
  19. }
  20. .lefttext {
  21. margin-left: 0;
  22. margin-right: auto;
  23. text-align: right;
  24. }
  25. /* Styling for BBC tags */
  26. .bbc_list {
  27. text-align: right;
  28. }
  29. /* GenericList */
  30. .additional_row input {
  31. margin-left: 0;
  32. margin-right: 1em;
  33. }
  34. /* All the signatures used in the forum. If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
  35. .signature, .attachments {
  36. clear: left;
  37. }
  38. .custom_fields_above_signature {
  39. clear: left;
  40. }
  41. .openid_login {
  42. padding-right: 18px;
  43. padding-left: 0;
  44. }
  45. /* Lists with settings use these a lot.
  46. ------------------------------------------------------- */
  47. dl.settings {
  48. clear: left;
  49. }
  50. dl.settings dt {
  51. float: right;
  52. clear: both;
  53. }
  54. dl.settings dt.windowbg {
  55. float: right;
  56. }
  57. dl.settings dd {
  58. float: left;
  59. }
  60. dl.settings img {
  61. margin: 0 0 0 10px;
  62. }
  63. /* Styles for rounded headers.
  64. ------------------------------------------------------- */
  65. h3.catbg img.icon, h4.titlebg img.icon {
  66. vertical-align: middle;
  67. margin: -2px 0 0 5px;
  68. }
  69. h4.titlebg, h3.titlebg {
  70. padding-right: 9px;
  71. padding-left: 0;
  72. }
  73. h4.titlebg img.icon {
  74. float: right;
  75. margin: 5px 0 0 8px;
  76. }
  77. table.table_list a.unreadlink, table.table_list a.collapse {
  78. float: left;
  79. }
  80. table.table_list a.collapse {
  81. margin: 10px 1em 0 5px;
  82. }
  83. /* Styles for the standard dropdown menus.
  84. ------------------------------------------------------- */
  85. #main_menu {
  86. float: right;
  87. }
  88. .dropmenu {
  89. float: right;
  90. padding: 0;
  91. }
  92. .dropmenu li {
  93. float: right;
  94. }
  95. .dropmenu li ul {
  96. right: -999em;
  97. background: #fff url(../images/theme/menu_gfx.png) -30px -137px repeat-x;
  98. /* Note: Using a black rgba box-shadow with suitable
  99. alpha value gives the best effect on any background. */
  100. box-shadow: -1px 2px 2px rgba(0,0,0,0.3);
  101. }
  102. /* Note: The next two declarations are for keyboard access with js disabled. */
  103. .dropmenu ul a:focus {
  104. margin-right: 1109.5em;
  105. }
  106. .dropmenu ul ul a:focus {
  107. margin-right: 0;
  108. }
  109. /* Level 3 submenu wrapper positioning. */
  110. .dropmenu li ul ul {
  111. margin: -2.2em 15em 0 0;
  112. }
  113. /* Reposition Level 2 submenu as visible on hover. */
  114. .dropmenu li:hover ul, .dropmenu li.sfhover ul {
  115. right: -4px;
  116. }
  117. /* Hiding Level 3 submenu off hover. */
  118. .dropmenu li:hover ul ul, .dropmenu li.sfhover ul ul, .dropmenu li:hover ul ul ul, .dropmenu li.sfhover ul ul ul {
  119. right: -999em;
  120. }
  121. /* Reposition as visible on hover. */
  122. .dropmenu li li:hover ul, .dropmenu li li.sfhover ul {
  123. right: 14.5em;
  124. }
  125. /* Reposition as visible on hover. */
  126. .dropmenu li li:hover ul, .dropmenu li li.sfhover ul {
  127. right: 14.5em;
  128. }
  129. /* Indicator for additonal levels. Best in the anchor so it stays visible on hover. */
  130. .dropmenu li li.subsections a {
  131. background: url(../images/admin/subsection_rtl.png) no-repeat 1% 40%;
  132. }
  133. /* For no-js background. */
  134. .dropmenu li li.subsections a:focus {
  135. background: #e3e9ef url(../images/admin/subsection_rtl.png) no-repeat 1% 40%, url(../images/theme/lower_section.png) 0 0 repeat-x;
  136. }
  137. /* The dropdown menu toggle image */
  138. #menu_toggle {
  139. float: left;
  140. margin-right: 0;
  141. margin-left: 10px;
  142. padding-top: 3px;
  143. }
  144. #menu_toggle span {
  145. position: relative;
  146. left: 0;
  147. }
  148. li#collapse_button {
  149. float: left;
  150. position: relative;
  151. right: 0;
  152. }
  153. /* Styles for the standard button lists.
  154. ------------------------------------------------------- */
  155. .buttonlist ul {
  156. margin: 0 0 0 0.2em;
  157. }
  158. .buttonlist ul li a {
  159. margin-left: 0;
  160. margin-right: 12px;
  161. }
  162. .buttonlist ul li a span {
  163. left: 8px;
  164. }
  165. .align_top ul li a, .align_bottom ul li a {
  166. margin: 0 0 0 12px;
  167. }
  168. #adm_submenus {
  169. padding-left: 0;
  170. padding-right: 2em;
  171. }
  172. /* the main title, always stay at 45 pixels in height! */
  173. h1.forumtitle {
  174. float: right;
  175. }
  176. /* float these items to the left */
  177. #siteslogan, img#smflogo {
  178. float: left;
  179. }
  180. /* the upshrink image needs some tweaking */
  181. img#upshrink {
  182. float: left;
  183. }
  184. /* ..so does the SMF logo */
  185. img#smflogo {
  186. margin-right: 1em;
  187. }
  188. #upper_section div.news {
  189. float: left;
  190. text-align: left;
  191. }
  192. div#upper_section div.user {
  193. float: right;
  194. }
  195. div#upper_section div.user p {
  196. float: right;
  197. margin: 0 0 1em 1em;
  198. }
  199. div#upper_section div.user ul {
  200. padding-left: 0;
  201. padding-right: 10px;
  202. }
  203. .button_submit, .button_reset, .button_link {
  204. float: left;
  205. }
  206. #search_form {
  207. text-align: left;
  208. }
  209. /* The navigation list (i.e. linktree) */
  210. .navigate_section ul li {
  211. float: right;
  212. padding: 0 0 0 0.5em;
  213. }
  214. /* Styles for the board index.
  215. ------------------------------------------------- */
  216. /* the posting icons */
  217. #posting_icons {
  218. padding: 0 1em 0.5em 1em;
  219. }
  220. #posting_icons img {
  221. margin: 0 4ex 0 0;
  222. }
  223. #posting_icons .buttonlist {
  224. float: left;
  225. }
  226. #postbuttons_upper ul li a span {
  227. line-height: 19px;
  228. padding: 0 6px 0 0;
  229. }
  230. dl#ic_recentposts dt {
  231. float: right;
  232. }
  233. dl#ic_recentposts dd {
  234. text-align: left;
  235. }
  236. form#ic_login ul li {
  237. float: right;
  238. width: 20%;
  239. }
  240. /* the small stats */
  241. #index_common_stats {
  242. text-align: left;
  243. }
  244. img#upshrink_ic, img#newsupshrink {
  245. float: right;
  246. }
  247. /* Styles for the message (topic) index.
  248. ---------------------------------------------------- */
  249. .table_frame .table_list td.icon, .table_frame .table_list td.info, .table_frame .table_list td.stats {
  250. border-right: none;
  251. border-left: 2px solid white;
  252. }
  253. .lastpost img {
  254. float: left;
  255. }
  256. /* Styles for the display template (topic view).
  257. ---------------------------------------------------- */
  258. #postbuttons div.buttons {
  259. float: right;
  260. }
  261. #postbuttons span {
  262. text-align: left;
  263. }
  264. #postbuttons span.lower {
  265. clear: left;
  266. }
  267. #postbuttons .buttonlist {
  268. float: left;
  269. }
  270. h4#pollquestion {
  271. padding: 0.5em 2em 0.5em 0;
  272. }
  273. /* Poll vote options */
  274. #poll_options ul.options {
  275. padding: 1em 2em 0 2.5em;
  276. margin: 0 0 1em 0;
  277. }
  278. #poll_options div.submitbutton {
  279. clear: both;
  280. padding: 0 2em 1em 0;
  281. margin: 0 0 1em 0;
  282. }
  283. /* Poll results */
  284. #poll_options dl.options {
  285. padding: 1em 2em 1em 2.5em;
  286. margin: 0 0 1em 1em;
  287. }
  288. #poll_options dl.options dt {
  289. float: right;
  290. clear: right;
  291. }
  292. #poll_options dl.options dd {
  293. margin: 0 2em 0 0;
  294. float: right;
  295. }
  296. span.percent {
  297. float: left;
  298. }
  299. /* author and topic information */
  300. #forumposts h3 span#author {
  301. margin: 0 0 0 7.7em;
  302. }
  303. #forumposts h3 img {
  304. float: right;
  305. margin: 4px 0 0 0.5em;
  306. }
  307. /* poster and postarea + moderation area underneath */
  308. .poster {
  309. float: right;
  310. width: 15em;
  311. }
  312. .postarea, .moderatorbar {
  313. margin: 0 16em 0 0;
  314. }
  315. .moderatorbar {
  316. clear: left;
  317. }
  318. /* poster details and list of items */
  319. .poster h4, .poster ul {
  320. padding: 0;
  321. margin: 0 1.5em 0 1em;
  322. }
  323. .poster h4 {
  324. margin: 0.2em 1.1em 0.4em 0;
  325. }
  326. .poster ul ul {
  327. margin: 0.3em 0 0 1em;
  328. }
  329. .messageicon {
  330. float: right;
  331. margin: 0 0 0 0.5em;
  332. }
  333. .keyinfo {
  334. float: right;
  335. }
  336. .modifybutton {
  337. clear: left;
  338. float: left;
  339. margin: 8px 0 10px 20px;
  340. text-align: left;
  341. }
  342. /* The quick buttons */
  343. ul.quickbuttons {
  344. margin: 0.9em 0 0 11px;
  345. clear: left;
  346. float: left;
  347. text-align: left;
  348. }
  349. ul.quickbuttons li {
  350. float: left;
  351. margin: 0 11px 0 0;
  352. }
  353. ul.quickbuttons li a {
  354. padding: 0 20px 0 0;
  355. float: left;
  356. }
  357. ul.quickbuttons li.quote_button {
  358. background: 100% 0;
  359. }
  360. ul.quickbuttons li.remove_button {
  361. background: 100% -30px;
  362. }
  363. ul.quickbuttons li.modify_button {
  364. background: 100% -60px;
  365. }
  366. ul.quickbuttons li.approve_button {
  367. background: 100% -90px;
  368. }
  369. ul.quickbuttons li.restore_button {
  370. background: 100% -120px;
  371. }
  372. ul.quickbuttons li.split_button {
  373. background: 100% -150px;
  374. }
  375. ul.quickbuttons li.reply_button {
  376. background: 100% -180px;
  377. }
  378. ul.quickbuttons li.reply_all_button {
  379. background: 100% -180px;
  380. }
  381. ul.quickbuttons li.notify_button {
  382. background: 100% -210px;
  383. }
  384. ul.quickbuttons li.inline_mod_check {
  385. margin: 0 5px 0 0;
  386. }
  387. .post {
  388. clear: left;
  389. }
  390. .inner {
  391. padding: 1em 0 0 1em;
  392. margin: 0 0 0 1em;
  393. }
  394. #forumposts .modified {
  395. float: right;
  396. }
  397. #forumposts .reportlinks {
  398. margin-left: 1.5em;
  399. text-align: left;
  400. clear: left;
  401. }
  402. #moderationbuttons_strip {
  403. float: right;
  404. }
  405. #moderationbuttons_strip ul {
  406. margin: 0 0.2em 0 0;
  407. padding: 0 1em 0 0;
  408. }
  409. /* The jump to box */
  410. #display_jump_to {
  411. text-align: left;
  412. }
  413. /* Styles for edit post section
  414. ---------------------------------------------------- */
  415. #post_header dt {
  416. float: right;
  417. }
  418. #post_header dd {
  419. float: right;
  420. }
  421. ul.post_options {
  422. margin: 0 1em 0 0;
  423. }
  424. ul.post_options li {
  425. float: right;
  426. }
  427. #postAttachment dd, #postAttachment2 dd {
  428. margin: .3em 1em .3em 0;
  429. }
  430. #postAttachment dt, #postAttachment2 dt {
  431. font-weight: bold;
  432. }
  433. #postAttachment3 {
  434. margin-left: 0;
  435. margin-left: 1em;
  436. }
  437. .post_verification #verification_control {
  438. margin: .3em 1em .3em 0;
  439. }
  440. /* Styles for edit event section
  441. ---------------------------------------------------- */
  442. #post_event div.event_options {
  443. float: left;
  444. }
  445. #post_event #event_main input {
  446. margin: 0 0 1em 0;
  447. float: right;
  448. }
  449. #post_event #event_main div.smalltext {
  450. float: left;
  451. }
  452. #post_event ul.event_main li {
  453. float: left;
  454. }
  455. #post_event ul.event_options {
  456. padding: 0 .7em .7em 0;
  457. }
  458. #post_event #event_main select, #post_event ul.event_options li select, #post_event ul.event_options li .input_check {
  459. margin: 0 0 0 1em;
  460. }
  461. /* Styles for edit poll section.
  462. ---------------------------------------------------- */
  463. #edit_poll fieldset input {
  464. margin-right: 7em;
  465. }
  466. #edit_poll ul.poll_main li {
  467. padding-right: 1em;
  468. }
  469. #edit_poll ul.poll_main input {
  470. margin-right: 1em;
  471. }
  472. #edit_poll div.poll_options {
  473. float: right;
  474. }
  475. #edit_poll ul.poll_main, dl.poll_options {
  476. padding: 0 .7em 0 0;
  477. }
  478. #edit_poll dl.poll_options dt {
  479. padding: 0 1em 0 0;
  480. }
  481. #edit_poll dl.poll_options dd input {
  482. margin-right: 0;
  483. }
  484. /* Styles for the personal messages section.
  485. ------------------------------------------------- */
  486. #personal_messages h3 span#author, #personal_messages h3 span#topic_title {
  487. float: right;
  488. }
  489. #personal_messages h3 span#author {
  490. margin: 0 0.5em 0 0;
  491. }
  492. #personal_messages h3 span#topic_title {
  493. margin: 0 9em 0 0;
  494. }
  495. #personal_messages .labels {
  496. padding: 0 0 0 1em;
  497. }
  498. /* Styles for the move topic section.
  499. ---------------------------------------------------- */
  500. .move_topic {
  501. text-align: right;
  502. }
  503. /* Styles for the login areas.
  504. ------------------------------------------------------- */
  505. .login dt {
  506. float: right;
  507. }
  508. .login dd {
  509. float: right;
  510. text-align: right;
  511. }
  512. .login h3 img {
  513. margin: 0 0 0.5em;
  514. }
  515. /* Additional profile fields */
  516. dl.register_form {
  517. clear: left;
  518. }
  519. dl.register_form dt {
  520. float: right;
  521. }
  522. /* Styles for maintenance mode.
  523. ------------------------------------------------------- */
  524. #maintenance_mode {
  525. text-align: right;
  526. }
  527. #maintenance_mode img.floatleft {
  528. margin-left: 1em;
  529. }
  530. /* common for all admin sections */
  531. h3.titlebg img {
  532. margin-left: 0.5em;
  533. }
  534. tr.titlebg td {
  535. padding-right: 0.7em;
  536. }
  537. div#admin_menu {
  538. padding-right: 0;
  539. }
  540. #admin_content {
  541. clear: right;
  542. }
  543. /* Styles for sidebar menus.
  544. ------------------------------------------------------- */
  545. #left_admsection {
  546. float: right;
  547. padding-right: 0;
  548. padding-left: 10px;
  549. }
  550. .left_admmenu li {
  551. padding: 0 0.5em 0 0;
  552. }
  553. /* Styles for generic tables.
  554. ------------------------------------------------------- */
  555. .topic_table td.stickybg2 {
  556. background: url(../images/icons/quick_sticky.png) no-repeat 2% 4px;
  557. }
  558. .topic_table td.lockedbg2 {
  559. background: url(../images/icons/quick_lock.png) no-repeat 2% 4px;
  560. }
  561. .topic_table td.locked_sticky2 {
  562. background: url(../images/icons/quick_sticky_lock.png) no-repeat 2% 4px;
  563. }
  564. .topic_table td.lastpost {
  565. background: none;
  566. }
  567. #info_center .cat_bar, .table_grid tr.catbg th, #show_attachments th, #searchform .roundframe .title_bar {
  568. text-align: right;
  569. }
  570. /* Styles for (fatal) errors.
  571. ------------------------------------------------- */
  572. .errorbox p.alert {
  573. float: right;
  574. }
  575. /* Styles for the profile section.
  576. ------------------------------------------------- */
  577. #basicinfo {
  578. float: right;
  579. }
  580. #detailedinfo {
  581. float: left;
  582. }
  583. #basicinfo ul li {
  584. float: right;
  585. margin-right: 0;
  586. margin-left: 5px;
  587. }
  588. #detailedinfo div.content dl, #tracking div.content dl {
  589. clear: left;
  590. }
  591. #detailedinfo div.content dt, #tracking div.content dt {
  592. float: right;
  593. }
  594. #detailedinfo div.content dd, #tracking div.content dd {
  595. float: right;
  596. }
  597. #avatar_server_stored div {
  598. float: right;
  599. }
  600. #main_admsection #basicinfo h4 {
  601. float: right;
  602. }
  603. #main_admsection #basicinfo img.avatar {
  604. float: left;
  605. }
  606. #main_admsection #basicinfo ul {
  607. clear: right;
  608. }
  609. #main_admsection #basicinfo span#userstatus {
  610. clear: right;
  611. }
  612. /* Profile statistics */
  613. #generalstats div.content dt {
  614. float: right;
  615. }
  616. #generalstats div.content dd {
  617. float: right;
  618. }
  619. /* Activity by time */
  620. #activitytime {
  621. clear: right;
  622. }
  623. .activity_stats li {
  624. float: right;
  625. }
  626. .activity_stats li span {
  627. border-width: 1px 0 0 1px;
  628. }
  629. .activity_stats li.last span {
  630. border-left: none;
  631. }
  632. /* Most popular boards by posts and activity */
  633. #popularposts {
  634. float: right;
  635. }
  636. #popularactivity {
  637. float: left;
  638. }
  639. #popularposts div.content dt, #popularactivity div.content dt {
  640. float: right;
  641. }
  642. #popularposts div.content dd, #popularactivity div.content dd {
  643. float: right;
  644. }
  645. .profile_pie {
  646. background: url(../images/stats_pie_rtl.png);
  647. float: right;
  648. margin-right: 0;
  649. margin-left: 1em;
  650. }
  651. /* View posts */
  652. .topic .time {
  653. float: left;
  654. }
  655. .counter {
  656. padding: 0.2em 0.2em 0.1em 0.5em;
  657. float: right;
  658. }
  659. .topic .mod_icons {
  660. text-align: left;
  661. margin-right: 0;
  662. margin-left: 1em;
  663. }
  664. #permissions div.permission_name {
  665. margin: 0 0 0 1%;
  666. }
  667. #ip_list li.header, #ip_list li.ip {
  668. float: right;
  669. }
  670. #creator dt {
  671. float: right;
  672. }
  673. #creator dd {
  674. float: right;
  675. }
  676. .ignoreboards ul {
  677. margin: 0 1em 0 0;
  678. }
  679. .ignoreboards li {
  680. float: right;
  681. }
  682. #pick_theme {
  683. float: right;
  684. }
  685. /* Styles for the statistics center.
  686. ------------------------------------------------- */
  687. #stats_left, #top_posters, #top_topics_replies, #top_topics_starter {
  688. float: right;
  689. }
  690. #stats_right, #top_boards, #top_topics_views, #most_online {
  691. float: left;
  692. }
  693. dl.stats dt {
  694. float: right;
  695. }
  696. dl.stats dd {
  697. text-align: left;
  698. }
  699. .statsbar div.bar {
  700. float: right;
  701. }
  702. .statsbar div.bar div {
  703. right: -6px;
  704. padding: 0 0 0 6px;
  705. }
  706. tr.windowbg2 th.stats_month, tr.windowbg2 td.stats_day {
  707. text-align: right;
  708. }
  709. /* Styles for the calendar section.
  710. ------------------------------------------------- */
  711. #month_grid {
  712. float: right;
  713. }
  714. #main_grid table.weeklist td.windowbg {
  715. border-left: 2px solid #fff;
  716. border-bottom: 2px solid #fff;
  717. }
  718. #main_grid table.weeklist td.weekdays {
  719. text-align: left;
  720. vertical-align: middle;
  721. border-right: 2px solid #fff;
  722. border-bottom: 2px solid #fff;
  723. }
  724. /* Styles for the advanced search section.
  725. ------------------------------------------------- */
  726. #searchform fieldset {
  727. text-align: right;
  728. }
  729. #advanced_search dt {
  730. float: right;
  731. text-align: left;
  732. }
  733. #advanced_search dd {
  734. float: right;
  735. margin: 0 0.5em 0 0;
  736. text-align: right;
  737. }
  738. /* Boards picker */
  739. #searchform fieldset div#searchBoardsExpand ul {
  740. margin: 0 1em 0 0;
  741. }
  742. #searchform fieldset div#searchBoardsExpand li {
  743. float: right;
  744. }
  745. #searchform fieldset p {
  746. text-align: right;
  747. }
  748. .search_results_posts .buttons {
  749. padding: 5px 0 0 1em;
  750. }
  751. /* Styles for the help section.
  752. ------------------------------------------------- */
  753. #helpmain h3.section {
  754. padding: 0 0.5em 0.5em 0;
  755. }
  756. /* put back the bullets please */
  757. #helpmain ul {
  758. margin: 0 2em 1em 0;
  759. padding-left: 0;
  760. padding-right: 1em;
  761. }
  762. #helpmain #messageindex {
  763. clear: left;
  764. }
  765. /* Styles for the admincenter (reverse admin.css).
  766. ------------------------------------------------- */
  767. #quick_search {
  768. margin-left: 5px;
  769. }
  770. .features_image {
  771. float: right;
  772. margin: 0 1em 0.5em 2em;
  773. }
  774. .features_switch {
  775. float: left;
  776. }
  777. .features h4 {
  778. padding: 1em 0.5em 0.5em 0;
  779. }
  780. /* admin home */
  781. #live_news div.content dl {
  782. padding: 0.5em 0.5em 0 0;
  783. }
  784. #smfAnnouncements dd {
  785. padding: 0;
  786. margin: 0 1.5em 1em 0;
  787. }
  788. #quick_tasks li {
  789. float: right;
  790. list-style-type: none;
  791. }
  792. .home_image {
  793. float: right;
  794. }
  795. /* common admin classes */
  796. .additional_row input {
  797. margin-left: 0;
  798. margin-right: 2em;
  799. }
  800. #error_log td div.marginleft {
  801. margin: 0 1ex 0 0 !important;
  802. }
  803. /* Styles for the package manager.
  804. ------------------------------------------------- */
  805. #package_list .tborder {
  806. margin: .25em 26px .25em 0;
  807. }
  808. #package_list ol, #package_list ol li {
  809. margin-left: 0;
  810. margin-right: 50px;
  811. }
  812. /* ManageBoards */
  813. #manage_boards ul {
  814. overflow: hidden;
  815. }
  816. #manage_boards li {
  817. overflow: hidden;
  818. }
  819. .move_links {
  820. padding: 0 0 0 13px;
  821. }
  822. span.search_weight {
  823. text-align: left;
  824. }
  825. /* Manage Bans */
  826. .ban_restriction {
  827. margin: 0.2em 2.2em 0.2em 0;
  828. }
  829. /* Themes */
  830. .is_directory {
  831. padding-right: 18px;
  832. background: url(../images/admin/boards.png) no-repeat 100% 0;
  833. }
  834. /* Styles for the moderation center.
  835. ------------------------------------------------- */
  836. .modblock_left {
  837. float: right;
  838. clear: left;
  839. }
  840. .modblock_right {
  841. float: left;
  842. }
  843. ul.moderation_notes li {
  844. padding: 4px 4px 4px 0;
  845. }