rtl.css 16 KB

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