rtl.css 15 KB

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