base.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966
  1. /*
  2. DJANGO Admin styles
  3. */
  4. @import url(fonts.css);
  5. html, body {
  6. height: 100%;
  7. }
  8. body {
  9. margin: 0;
  10. padding: 0;
  11. font-size: 14px;
  12. font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
  13. color: #333;
  14. background: #fff;
  15. }
  16. /* LINKS */
  17. a:link, a:visited {
  18. color: #447e9b;
  19. text-decoration: none;
  20. }
  21. a:focus, a:hover {
  22. color: #036;
  23. }
  24. a:focus {
  25. text-decoration: underline;
  26. }
  27. a img {
  28. border: none;
  29. }
  30. a.section:link, a.section:visited {
  31. color: #fff;
  32. text-decoration: none;
  33. }
  34. a.section:focus, a.section:hover {
  35. text-decoration: underline;
  36. }
  37. /* GLOBAL DEFAULTS */
  38. p, ol, ul, dl {
  39. margin: .2em 0 .8em 0;
  40. }
  41. p {
  42. padding: 0;
  43. line-height: 140%;
  44. }
  45. h1,h2,h3,h4,h5 {
  46. font-weight: bold;
  47. }
  48. h1 {
  49. margin: 0 0 20px;
  50. font-weight: 300;
  51. font-size: 20px;
  52. color: #666;
  53. }
  54. h2 {
  55. font-size: 16px;
  56. margin: 1em 0 .5em 0;
  57. }
  58. h2.subhead {
  59. font-weight: normal;
  60. margin-top: 0;
  61. }
  62. h3 {
  63. font-size: 14px;
  64. margin: .8em 0 .3em 0;
  65. color: #666;
  66. font-weight: bold;
  67. }
  68. h4 {
  69. font-size: 12px;
  70. margin: 1em 0 .8em 0;
  71. padding-bottom: 3px;
  72. }
  73. h5 {
  74. font-size: 10px;
  75. margin: 1.5em 0 .5em 0;
  76. color: #666;
  77. text-transform: uppercase;
  78. letter-spacing: 1px;
  79. }
  80. ul > li {
  81. list-style-type: square;
  82. padding: 1px 0;
  83. }
  84. li ul {
  85. margin-bottom: 0;
  86. }
  87. li, dt, dd {
  88. font-size: 13px;
  89. line-height: 20px;
  90. }
  91. dt {
  92. font-weight: bold;
  93. margin-top: 4px;
  94. }
  95. dd {
  96. margin-left: 0;
  97. }
  98. form {
  99. margin: 0;
  100. padding: 0;
  101. }
  102. fieldset {
  103. margin: 0;
  104. min-width: 0;
  105. padding: 0;
  106. border: none;
  107. border-top: 1px solid #eee;
  108. }
  109. blockquote {
  110. font-size: 11px;
  111. color: #777;
  112. margin-left: 2px;
  113. padding-left: 10px;
  114. border-left: 5px solid #ddd;
  115. }
  116. code, pre {
  117. font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
  118. color: #666;
  119. font-size: 12px;
  120. overflow-x: auto;
  121. }
  122. pre.literal-block {
  123. margin: 10px;
  124. background: #eee;
  125. padding: 6px 8px;
  126. }
  127. code strong {
  128. color: #930;
  129. }
  130. hr {
  131. clear: both;
  132. color: #eee;
  133. background-color: #eee;
  134. height: 1px;
  135. border: none;
  136. margin: 0;
  137. padding: 0;
  138. font-size: 1px;
  139. line-height: 1px;
  140. }
  141. /* TEXT STYLES & MODIFIERS */
  142. .small {
  143. font-size: 11px;
  144. }
  145. .mini {
  146. font-size: 10px;
  147. }
  148. .help, p.help, form p.help, div.help, form div.help, div.help li {
  149. font-size: 11px;
  150. color: #999;
  151. }
  152. div.help ul {
  153. margin-bottom: 0;
  154. }
  155. .help-tooltip {
  156. cursor: help;
  157. }
  158. p img, h1 img, h2 img, h3 img, h4 img, td img {
  159. vertical-align: middle;
  160. }
  161. .quiet, a.quiet:link, a.quiet:visited {
  162. color: #999;
  163. font-weight: normal;
  164. }
  165. .clear {
  166. clear: both;
  167. }
  168. .nowrap {
  169. white-space: nowrap;
  170. }
  171. /* TABLES */
  172. table {
  173. border-collapse: collapse;
  174. border-color: #ccc;
  175. }
  176. td, th {
  177. font-size: 13px;
  178. line-height: 16px;
  179. border-bottom: 1px solid #eee;
  180. vertical-align: top;
  181. padding: 8px;
  182. font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
  183. }
  184. th {
  185. font-weight: 600;
  186. text-align: left;
  187. }
  188. thead th,
  189. tfoot td {
  190. color: #666;
  191. padding: 5px 10px;
  192. font-size: 11px;
  193. background: #fff;
  194. border: none;
  195. border-top: 1px solid #eee;
  196. border-bottom: 1px solid #eee;
  197. }
  198. tfoot td {
  199. border-bottom: none;
  200. border-top: 1px solid #eee;
  201. }
  202. thead th.required {
  203. color: #000;
  204. }
  205. tr.alt {
  206. background: #f6f6f6;
  207. }
  208. tr:nth-child(odd), .row-form-errors {
  209. background: #fff;
  210. }
  211. tr:nth-child(even),
  212. tr:nth-child(even) .errorlist,
  213. tr:nth-child(odd) + .row-form-errors,
  214. tr:nth-child(odd) + .row-form-errors .errorlist {
  215. background: #f9f9f9;
  216. }
  217. /* SORTABLE TABLES */
  218. thead th {
  219. padding: 5px 10px;
  220. line-height: normal;
  221. text-transform: uppercase;
  222. background: #f6f6f6;
  223. }
  224. thead th a:link, thead th a:visited {
  225. color: #666;
  226. }
  227. thead th.sorted {
  228. background: #eee;
  229. }
  230. thead th.sorted .text {
  231. padding-right: 42px;
  232. }
  233. table thead th .text span {
  234. padding: 8px 10px;
  235. display: block;
  236. }
  237. table thead th .text a {
  238. display: block;
  239. cursor: pointer;
  240. padding: 8px 10px;
  241. }
  242. table thead th .text a:focus, table thead th .text a:hover {
  243. background: #eee;
  244. }
  245. thead th.sorted a.sortremove {
  246. visibility: hidden;
  247. }
  248. table thead th.sorted:hover a.sortremove {
  249. visibility: visible;
  250. }
  251. table thead th.sorted .sortoptions {
  252. display: block;
  253. padding: 9px 5px 0 5px;
  254. float: right;
  255. text-align: right;
  256. }
  257. table thead th.sorted .sortpriority {
  258. font-size: .8em;
  259. min-width: 12px;
  260. text-align: center;
  261. vertical-align: 3px;
  262. margin-left: 2px;
  263. margin-right: 2px;
  264. }
  265. table thead th.sorted .sortoptions a {
  266. position: relative;
  267. width: 14px;
  268. height: 14px;
  269. display: inline-block;
  270. background: url(../img/sorting-icons.svg) 0 0 no-repeat;
  271. background-size: 14px auto;
  272. }
  273. table thead th.sorted .sortoptions a.sortremove {
  274. background-position: 0 0;
  275. }
  276. table thead th.sorted .sortoptions a.sortremove:after {
  277. content: '\\';
  278. position: absolute;
  279. top: -6px;
  280. left: 3px;
  281. font-weight: 200;
  282. font-size: 18px;
  283. color: #999;
  284. }
  285. table thead th.sorted .sortoptions a.sortremove:focus:after,
  286. table thead th.sorted .sortoptions a.sortremove:hover:after {
  287. color: #447e9b;
  288. }
  289. table thead th.sorted .sortoptions a.sortremove:focus,
  290. table thead th.sorted .sortoptions a.sortremove:hover {
  291. background-position: 0 -14px;
  292. }
  293. table thead th.sorted .sortoptions a.ascending {
  294. background-position: 0 -28px;
  295. }
  296. table thead th.sorted .sortoptions a.ascending:focus,
  297. table thead th.sorted .sortoptions a.ascending:hover {
  298. background-position: 0 -42px;
  299. }
  300. table thead th.sorted .sortoptions a.descending {
  301. top: 1px;
  302. background-position: 0 -56px;
  303. }
  304. table thead th.sorted .sortoptions a.descending:focus,
  305. table thead th.sorted .sortoptions a.descending:hover {
  306. background-position: 0 -70px;
  307. }
  308. /* FORM DEFAULTS */
  309. input, textarea, select, .form-row p, form .button {
  310. margin: 2px 0;
  311. padding: 2px 3px;
  312. vertical-align: middle;
  313. font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
  314. font-weight: normal;
  315. font-size: 13px;
  316. }
  317. .form-row div.help {
  318. padding: 2px 3px;
  319. }
  320. textarea {
  321. vertical-align: top;
  322. }
  323. input[type=text], input[type=password], input[type=email], input[type=url],
  324. input[type=number], input[type=tel], textarea, select, .vTextField {
  325. border: 1px solid #ccc;
  326. border-radius: 4px;
  327. padding: 5px 6px;
  328. margin-top: 0;
  329. }
  330. input[type=text]:focus, input[type=password]:focus, input[type=email]:focus,
  331. input[type=url]:focus, input[type=number]:focus, input[type=tel]:focus,
  332. textarea:focus, select:focus, .vTextField:focus {
  333. border-color: #999;
  334. }
  335. select {
  336. height: 30px;
  337. }
  338. select[multiple] {
  339. /* Allow HTML size attribute to override the height in the rule above. */
  340. height: auto;
  341. min-height: 150px;
  342. }
  343. /* FORM BUTTONS */
  344. .button, input[type=submit], input[type=button], .submit-row input, a.button {
  345. background: #79aec8;
  346. padding: 10px 15px;
  347. border: none;
  348. border-radius: 4px;
  349. color: #fff;
  350. cursor: pointer;
  351. }
  352. a.button {
  353. padding: 4px 5px;
  354. }
  355. .button:active, input[type=submit]:active, input[type=button]:active,
  356. .button:focus, input[type=submit]:focus, input[type=button]:focus,
  357. .button:hover, input[type=submit]:hover, input[type=button]:hover {
  358. background: #609ab6;
  359. }
  360. .button[disabled], input[type=submit][disabled], input[type=button][disabled] {
  361. opacity: 0.4;
  362. }
  363. .button.default, input[type=submit].default, .submit-row input.default {
  364. float: right;
  365. border: none;
  366. font-weight: 400;
  367. background: #417690;
  368. }
  369. .button.default:active, input[type=submit].default:active,
  370. .button.default:focus, input[type=submit].default:focus,
  371. .button.default:hover, input[type=submit].default:hover {
  372. background: #205067;
  373. }
  374. .button[disabled].default,
  375. input[type=submit][disabled].default,
  376. input[type=button][disabled].default {
  377. opacity: 0.4;
  378. }
  379. /* MODULES */
  380. .module {
  381. border: none;
  382. margin-bottom: 30px;
  383. background: #fff;
  384. }
  385. .module p, .module ul, .module h3, .module h4, .module dl, .module pre {
  386. padding-left: 10px;
  387. padding-right: 10px;
  388. }
  389. .module blockquote {
  390. margin-left: 12px;
  391. }
  392. .module ul, .module ol {
  393. margin-left: 1.5em;
  394. }
  395. .module h3 {
  396. margin-top: .6em;
  397. }
  398. .module h2, .module caption, .inline-group h2 {
  399. margin: 0;
  400. padding: 8px;
  401. font-weight: 400;
  402. font-size: 13px;
  403. text-align: left;
  404. background: #79aec8;
  405. color: #fff;
  406. }
  407. .module caption,
  408. .inline-group h2 {
  409. font-size: 12px;
  410. letter-spacing: 0.5px;
  411. text-transform: uppercase;
  412. }
  413. .module table {
  414. border-collapse: collapse;
  415. }
  416. /* MESSAGES & ERRORS */
  417. ul.messagelist {
  418. padding: 0;
  419. margin: 0;
  420. }
  421. ul.messagelist li {
  422. display: block;
  423. font-weight: 400;
  424. font-size: 13px;
  425. padding: 10px 10px 10px 65px;
  426. margin: 0 0 10px 0;
  427. background: #dfd url(../img/icon-yes.svg) 40px 12px no-repeat;
  428. background-size: 16px auto;
  429. color: #333;
  430. }
  431. ul.messagelist li.warning {
  432. background: #ffc url(../img/icon-alert.svg) 40px 14px no-repeat;
  433. background-size: 14px auto;
  434. }
  435. ul.messagelist li.error {
  436. background: #ffefef url(../img/icon-no.svg) 40px 12px no-repeat;
  437. background-size: 16px auto;
  438. }
  439. .errornote {
  440. font-size: 14px;
  441. font-weight: 700;
  442. display: block;
  443. padding: 10px 12px;
  444. margin: 0 0 10px 0;
  445. color: #ba2121;
  446. border: 1px solid #ba2121;
  447. border-radius: 4px;
  448. background-color: #fff;
  449. background-position: 5px 12px;
  450. }
  451. ul.errorlist {
  452. margin: 0 0 4px;
  453. padding: 0;
  454. color: #ba2121;
  455. background: #fff;
  456. }
  457. ul.errorlist li {
  458. font-size: 13px;
  459. display: block;
  460. margin-bottom: 4px;
  461. }
  462. ul.errorlist li:first-child {
  463. margin-top: 0;
  464. }
  465. ul.errorlist li a {
  466. color: inherit;
  467. text-decoration: underline;
  468. }
  469. td ul.errorlist {
  470. margin: 0;
  471. padding: 0;
  472. }
  473. td ul.errorlist li {
  474. margin: 0;
  475. }
  476. .form-row.errors {
  477. margin: 0;
  478. border: none;
  479. border-bottom: 1px solid #eee;
  480. background: none;
  481. }
  482. .form-row.errors ul.errorlist li {
  483. padding-left: 0;
  484. }
  485. .errors input, .errors select, .errors textarea,
  486. td ul.errorlist + input, td ul.errorlist + select, td ul.errorlist + textarea {
  487. border: 1px solid #ba2121;
  488. }
  489. .description {
  490. font-size: 12px;
  491. padding: 5px 0 0 12px;
  492. }
  493. /* BREADCRUMBS */
  494. div.breadcrumbs {
  495. background: #79aec8;
  496. padding: 10px 40px;
  497. border: none;
  498. font-size: 14px;
  499. color: #c4dce8;
  500. text-align: left;
  501. }
  502. div.breadcrumbs a {
  503. color: #fff;
  504. }
  505. div.breadcrumbs a:focus, div.breadcrumbs a:hover {
  506. color: #c4dce8;
  507. }
  508. /* ACTION ICONS */
  509. .viewlink, .inlineviewlink {
  510. padding-left: 16px;
  511. background: url(../img/icon-viewlink.svg) 0 1px no-repeat;
  512. }
  513. .addlink {
  514. padding-left: 16px;
  515. background: url(../img/icon-addlink.svg) 0 1px no-repeat;
  516. }
  517. .changelink, .inlinechangelink {
  518. padding-left: 16px;
  519. background: url(../img/icon-changelink.svg) 0 1px no-repeat;
  520. }
  521. .deletelink {
  522. padding-left: 16px;
  523. background: url(../img/icon-deletelink.svg) 0 1px no-repeat;
  524. }
  525. a.deletelink:link, a.deletelink:visited {
  526. color: #CC3434;
  527. }
  528. a.deletelink:focus, a.deletelink:hover {
  529. color: #993333;
  530. text-decoration: none;
  531. }
  532. /* OBJECT TOOLS */
  533. .object-tools {
  534. font-size: 10px;
  535. font-weight: bold;
  536. padding-left: 0;
  537. float: right;
  538. position: relative;
  539. margin-top: -48px;
  540. }
  541. .form-row .object-tools {
  542. margin-top: 5px;
  543. margin-bottom: 5px;
  544. float: none;
  545. height: 2em;
  546. padding-left: 3.5em;
  547. }
  548. .object-tools li {
  549. display: block;
  550. float: left;
  551. margin-left: 5px;
  552. height: 16px;
  553. }
  554. .object-tools a {
  555. border-radius: 15px;
  556. }
  557. .object-tools a:link, .object-tools a:visited {
  558. display: block;
  559. float: left;
  560. padding: 3px 12px;
  561. background: #999;
  562. font-weight: 400;
  563. font-size: 11px;
  564. text-transform: uppercase;
  565. letter-spacing: 0.5px;
  566. color: #fff;
  567. }
  568. .object-tools a:focus, .object-tools a:hover {
  569. background-color: #417690;
  570. }
  571. .object-tools a:focus{
  572. text-decoration: none;
  573. }
  574. .object-tools a.viewsitelink, .object-tools a.golink,.object-tools a.addlink {
  575. background-repeat: no-repeat;
  576. background-position: right 7px center;
  577. padding-right: 26px;
  578. }
  579. .object-tools a.viewsitelink, .object-tools a.golink {
  580. background-image: url(../img/tooltag-arrowright.svg);
  581. }
  582. .object-tools a.addlink {
  583. background-image: url(../img/tooltag-add.svg);
  584. }
  585. /* OBJECT HISTORY */
  586. table#change-history {
  587. width: 100%;
  588. }
  589. table#change-history tbody th {
  590. width: 16em;
  591. }
  592. /* PAGE STRUCTURE */
  593. #container {
  594. position: relative;
  595. width: 100%;
  596. min-width: 980px;
  597. padding: 0;
  598. display: flex;
  599. flex-direction: column;
  600. height: 100%;
  601. }
  602. #container > div {
  603. flex-shrink: 0;
  604. }
  605. #container > .main {
  606. display: flex;
  607. flex: 1 0 auto;
  608. }
  609. .main > .content {
  610. flex: 1 0;
  611. max-width: 100%;
  612. }
  613. #content {
  614. padding: 20px 40px;
  615. }
  616. .dashboard #content {
  617. width: 600px;
  618. }
  619. #content-main {
  620. float: left;
  621. width: 100%;
  622. }
  623. #content-related {
  624. float: right;
  625. width: 260px;
  626. position: relative;
  627. margin-right: -300px;
  628. }
  629. #footer {
  630. clear: both;
  631. padding: 10px;
  632. }
  633. /* COLUMN TYPES */
  634. .colMS {
  635. margin-right: 300px;
  636. }
  637. .colSM {
  638. margin-left: 300px;
  639. }
  640. .colSM #content-related {
  641. float: left;
  642. margin-right: 0;
  643. margin-left: -300px;
  644. }
  645. .colSM #content-main {
  646. float: right;
  647. }
  648. .popup .colM {
  649. width: auto;
  650. }
  651. /* HEADER */
  652. #header {
  653. width: auto;
  654. height: auto;
  655. display: flex;
  656. justify-content: space-between;
  657. align-items: center;
  658. padding: 10px 40px;
  659. background: #417690;
  660. color: #ffc;
  661. overflow: hidden;
  662. }
  663. #header a:link, #header a:visited {
  664. color: #fff;
  665. }
  666. #header a:focus , #header a:hover {
  667. text-decoration: underline;
  668. }
  669. #branding {
  670. float: left;
  671. }
  672. #branding h1 {
  673. padding: 0;
  674. margin: 0 20px 0 0;
  675. font-weight: 300;
  676. font-size: 24px;
  677. color: #f5dd5d;
  678. }
  679. #branding h1, #branding h1 a:link, #branding h1 a:visited {
  680. color: #f5dd5d;
  681. }
  682. #branding h2 {
  683. padding: 0 10px;
  684. font-size: 14px;
  685. margin: -8px 0 8px 0;
  686. font-weight: normal;
  687. color: #ffc;
  688. }
  689. #branding a:hover {
  690. text-decoration: none;
  691. }
  692. #user-tools {
  693. float: right;
  694. padding: 0;
  695. margin: 0 0 0 20px;
  696. font-weight: 300;
  697. font-size: 11px;
  698. letter-spacing: 0.5px;
  699. text-transform: uppercase;
  700. text-align: right;
  701. }
  702. #user-tools a {
  703. border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  704. }
  705. #user-tools a:focus, #user-tools a:hover {
  706. text-decoration: none;
  707. border-bottom-color: #79aec8;
  708. color: #79aec8;
  709. }
  710. /* SIDEBAR */
  711. #content-related {
  712. background: #f8f8f8;
  713. }
  714. #content-related .module {
  715. background: none;
  716. }
  717. #content-related h3 {
  718. font-size: 14px;
  719. color: #666;
  720. padding: 0 16px;
  721. margin: 0 0 16px;
  722. }
  723. #content-related h4 {
  724. font-size: 13px;
  725. }
  726. #content-related p {
  727. padding-left: 16px;
  728. padding-right: 16px;
  729. }
  730. #content-related .actionlist {
  731. padding: 0;
  732. margin: 16px;
  733. }
  734. #content-related .actionlist li {
  735. line-height: 1.2;
  736. margin-bottom: 10px;
  737. padding-left: 18px;
  738. }
  739. #content-related .module h2 {
  740. background: none;
  741. padding: 16px;
  742. margin-bottom: 16px;
  743. border-bottom: 1px solid #eaeaea;
  744. font-size: 18px;
  745. color: #333;
  746. }
  747. .delete-confirmation form input[type="submit"] {
  748. background: #ba2121;
  749. border-radius: 4px;
  750. padding: 10px 15px;
  751. color: #fff;
  752. }
  753. .delete-confirmation form input[type="submit"]:active,
  754. .delete-confirmation form input[type="submit"]:focus,
  755. .delete-confirmation form input[type="submit"]:hover {
  756. background: #a41515;
  757. }
  758. .delete-confirmation form .cancel-link {
  759. display: inline-block;
  760. vertical-align: middle;
  761. height: 15px;
  762. line-height: 15px;
  763. background: #ddd;
  764. border-radius: 4px;
  765. padding: 10px 15px;
  766. color: #333;
  767. margin: 0 0 0 10px;
  768. }
  769. .delete-confirmation form .cancel-link:active,
  770. .delete-confirmation form .cancel-link:focus,
  771. .delete-confirmation form .cancel-link:hover {
  772. background: #ccc;
  773. }
  774. /* POPUP */
  775. .popup #content {
  776. padding: 20px;
  777. }
  778. .popup #container {
  779. min-width: 0;
  780. }
  781. .popup #header {
  782. padding: 10px 20px;
  783. }