wpa_cli_web 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. data/.bowerrc +3 -0
  2. data/lib/wpa_cli_web.rb +19 -31
  3. data/lib/wpa_cli_web/public/bower_components/house-style/.bower.json +14 -0
  4. data/lib/wpa_cli_web/public/bower_components/house-style/.bowerrc +3 -0
  5. data/lib/wpa_cli_web/public/bower_components/house-style/.gitignore +2 -0
  6. data/lib/wpa_cli_web/public/bower_components/house-style/Gemfile +6 -0
  7. data/lib/wpa_cli_web/public/bower_components/house-style/Gruntfile.js +99 -0
  8. data/lib/wpa_cli_web/public/bower_components/house-style/Guardfile +19 -0
  9. data/lib/wpa_cli_web/public/bower_components/house-style/bower.json +7 -0
  10. data/lib/wpa_cli_web/public/bower_components/house-style/bower_components/normalize-css/LICENSE.md +19 -0
  11. data/lib/wpa_cli_web/public/bower_components/house-style/bower_components/normalize-css/README.md +49 -0
  12. data/lib/wpa_cli_web/public/bower_components/house-style/bower_components/normalize-css/bower.json +23 -0
  13. data/lib/wpa_cli_web/public/bower_components/house-style/bower_components/normalize-css/normalize.css +396 -0
  14. data/lib/wpa_cli_web/public/bower_components/house-style/house-style.css +860 -0
  15. data/lib/wpa_cli_web/public/bower_components/house-style/house-style.min.css +1 -0
  16. data/lib/wpa_cli_web/public/bower_components/house-style/modules/base/base.css +37 -0
  17. data/lib/wpa_cli_web/public/bower_components/house-style/modules/button/button.css +26 -0
  18. data/lib/wpa_cli_web/public/bower_components/house-style/modules/grid/grid.css +151 -0
  19. data/lib/wpa_cli_web/public/bower_components/house-style/modules/grid/grid.png +0 -0
  20. data/lib/wpa_cli_web/public/bower_components/house-style/modules/grid/images.html +208 -0
  21. data/lib/wpa_cli_web/public/bower_components/house-style/modules/grid/index.html +141 -0
  22. data/lib/wpa_cli_web/public/bower_components/house-style/modules/loading/index.html +22 -0
  23. data/lib/wpa_cli_web/public/bower_components/house-style/modules/loading/loading.css +41 -0
  24. data/lib/wpa_cli_web/public/bower_components/house-style/modules/loading/spinner.svg +11 -0
  25. data/lib/wpa_cli_web/public/bower_components/house-style/modules/masthead/bbc-blocks-white.png +0 -0
  26. data/lib/wpa_cli_web/public/bower_components/house-style/modules/masthead/index.html +20 -0
  27. data/lib/wpa_cli_web/public/bower_components/house-style/modules/masthead/masthead.css +23 -0
  28. data/lib/wpa_cli_web/public/bower_components/house-style/modules/panel/panel.css +71 -0
  29. data/lib/wpa_cli_web/public/bower_components/house-style/modules/project-header/index.html +22 -0
  30. data/lib/wpa_cli_web/public/bower_components/house-style/modules/project-header/project-header.css +37 -0
  31. data/lib/wpa_cli_web/public/bower_components/house-style/modules/table/index.html +26 -0
  32. data/lib/wpa_cli_web/public/bower_components/house-style/modules/table/table.css +6 -0
  33. data/lib/wpa_cli_web/public/bower_components/house-style/modules/transitions/transitions.css +11 -0
  34. data/lib/wpa_cli_web/public/bower_components/house-style/package.json +21 -0
  35. data/lib/wpa_cli_web/public/bower_components/house-style/vendor/prefixfree.min.js +5 -0
  36. data/lib/wpa_cli_web/public/bower_components/normalize-css/.bower.json +21 -0
  37. data/lib/wpa_cli_web/public/bower_components/normalize-css/LICENSE.md +19 -0
  38. data/lib/wpa_cli_web/public/bower_components/normalize-css/README.md +49 -0
  39. data/lib/wpa_cli_web/public/bower_components/normalize-css/bower.json +12 -0
  40. data/lib/wpa_cli_web/public/bower_components/normalize-css/normalize.css +396 -0
  41. data/lib/wpa_cli_web/public/bower_components/qwery/.bower.json +14 -0
  42. data/lib/wpa_cli_web/public/bower_components/qwery/.gitignore +3 -0
  43. data/lib/wpa_cli_web/public/bower_components/qwery/.travis.yml +10 -0
  44. data/lib/wpa_cli_web/public/bower_components/qwery/LICENSE +7 -0
  45. data/lib/wpa_cli_web/public/bower_components/qwery/Makefile +6 -0
  46. data/lib/wpa_cli_web/public/bower_components/qwery/README.md +167 -0
  47. data/lib/wpa_cli_web/public/bower_components/qwery/config/smoosh.json +35 -0
  48. data/lib/wpa_cli_web/public/bower_components/qwery/integration/ender.js +1033 -0
  49. data/lib/wpa_cli_web/public/bower_components/qwery/integration/integration.html +26 -0
  50. data/lib/wpa_cli_web/public/bower_components/qwery/mobile/ender.js +62 -0
  51. data/lib/wpa_cli_web/public/bower_components/qwery/mobile/package.json +14 -0
  52. data/lib/wpa_cli_web/public/bower_components/qwery/mobile/qwery-mobile.js +79 -0
  53. data/lib/wpa_cli_web/public/bower_components/qwery/mobile/qwery-mobile.min.js +7 -0
  54. data/lib/wpa_cli_web/public/bower_components/qwery/mobile/src/mobile.js +72 -0
  55. data/lib/wpa_cli_web/public/bower_components/qwery/package.json +25 -0
  56. data/lib/wpa_cli_web/public/bower_components/qwery/pseudos/package.json +17 -0
  57. data/lib/wpa_cli_web/public/bower_components/qwery/pseudos/qwery-pseudos.js +106 -0
  58. data/lib/wpa_cli_web/public/bower_components/qwery/pseudos/qwery-pseudos.min.js +7 -0
  59. data/lib/wpa_cli_web/public/bower_components/qwery/pseudos/src/pseudos.js +99 -0
  60. data/lib/wpa_cli_web/public/bower_components/qwery/qwery.js +369 -0
  61. data/lib/wpa_cli_web/public/bower_components/qwery/qwery.min.js +7 -0
  62. data/lib/wpa_cli_web/public/bower_components/qwery/src/copyright.js +6 -0
  63. data/lib/wpa_cli_web/public/bower_components/qwery/src/ender.js +62 -0
  64. data/lib/wpa_cli_web/public/bower_components/qwery/src/qwery.js +362 -0
  65. data/lib/wpa_cli_web/public/bower_components/qwery/tests/W3C-Selector-tests.html +1372 -0
  66. data/lib/wpa_cli_web/public/bower_components/qwery/tests/benchmarks.html +220 -0
  67. data/lib/wpa_cli_web/public/bower_components/qwery/tests/index.html +132 -0
  68. data/lib/wpa_cli_web/public/bower_components/qwery/tests/mobile.html +58 -0
  69. data/lib/wpa_cli_web/public/bower_components/qwery/tests/phantom.js +43 -0
  70. data/lib/wpa_cli_web/public/bower_components/qwery/tests/test-env.js +25 -0
  71. data/lib/wpa_cli_web/public/bower_components/qwery/tests/tests.js +533 -0
  72. data/lib/wpa_cli_web/public/bower_components/qwery/vendor/nw.js +1680 -0
  73. data/lib/wpa_cli_web/public/bower_components/qwery/vendor/sink.css +79 -0
  74. data/lib/wpa_cli_web/public/bower_components/qwery/vendor/sink.js +181 -0
  75. data/lib/wpa_cli_web/public/bower_components/qwery/vendor/sizzle.js +1400 -0
  76. data/lib/wpa_cli_web/public/bower_components/reqwest/.bower.json +14 -0
  77. data/lib/wpa_cli_web/public/bower_components/reqwest/.gitignore +1 -0
  78. data/lib/wpa_cli_web/public/bower_components/reqwest/.jshintrc +61 -0
  79. data/lib/wpa_cli_web/public/bower_components/reqwest/Makefile +8 -0
  80. data/lib/wpa_cli_web/public/bower_components/reqwest/README.md +308 -0
  81. data/lib/wpa_cli_web/public/bower_components/reqwest/build.json +74 -0
  82. data/lib/wpa_cli_web/public/bower_components/reqwest/make/tests.js +89 -0
  83. data/lib/wpa_cli_web/public/bower_components/reqwest/package.json +27 -0
  84. data/lib/wpa_cli_web/public/bower_components/reqwest/reqwest.js +565 -0
  85. data/lib/wpa_cli_web/public/bower_components/reqwest/reqwest.min.js +7 -0
  86. data/lib/wpa_cli_web/public/bower_components/reqwest/src/copyright.js +6 -0
  87. data/lib/wpa_cli_web/public/bower_components/reqwest/src/ender.js +26 -0
  88. data/lib/wpa_cli_web/public/bower_components/reqwest/src/reqwest.js +559 -0
  89. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/ender.js +117 -0
  90. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/badfixtures.xml +1 -0
  91. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures.html +1 -0
  92. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures.js +1 -0
  93. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures.json +1 -0
  94. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures.xml +1 -0
  95. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures_jsonp.jsonp +1 -0
  96. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures_jsonp2.jsonp +1 -0
  97. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures_jsonp3.jsonp +1 -0
  98. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures_jsonp_multi.jsonp +1 -0
  99. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures_jsonp_multi_b.jsonp +1 -0
  100. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures_jsonp_multi_c.jsonp +1 -0
  101. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures_with_prefix.json +1 -0
  102. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/invalidJSON.json +5 -0
  103. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/tests.html +105 -0
  104. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/tests.js +1723 -0
  105. data/lib/wpa_cli_web/views/access_points.erb +5 -0
  106. data/lib/wpa_cli_web/views/access_points_list.erb +19 -0
  107. data/lib/wpa_cli_web/views/layout.erb +141 -0
  108. data/lib/wpa_cli_web/views/networks_edit.erb +15 -0
  109. data/lib/wpa_cli_web/views/restart.erb +7 -0
  110. data/lib/wpa_cli_web/views/restarting.erb +14 -0
  111. data/wpa_cli_web.gemspec +1 -1
  112. metadata +111 -2
@@ -0,0 +1 @@
1
+ /*! house-style 24-08-2013 *//*! normalize.css v2.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body{color:#4d4d4d;background-color:#f3f3f4;-webkit-font-smoothing:antialiased;height:100%}a{color:#0993e3}*{-webkit-font-smoothing:antialiased}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.btn{border:0}.btn-with-text{min-width:180px;height:33px;line-height:32px;text-transform:uppercase;color:#fff;background-color:#2aaf00;font-weight:700}.btn-with-text:hover{background-color:#657061}.btn-destructive{background-color:#df261f}.btn-destructive:hover{background-color:#851613}.grid{margin-left:auto;margin-right:auto;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.debug{background-color:rgba(255,255,0,.1)}.debug .grid{background-color:rgba(255,0,0,.1);outline:1px solid red}.grid:before,.grid:after{content:'';display:block;height:0;overflow:hidden}.grid:after{clear:both}.grid-row{margin:0;padding:0}.grid-col{float:left;padding:0 4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.grid-col:first-child{padding-left:0}.grid-col:last-child{padding-right:0}.debug .grid-col{background-color:rgba(0,0,0,.1);outline:1px solid #00f}.debug .grid-col>span{background-color:rgba(0,0,0,.2);display:block}.grid-1{width:8.333333333%}.grid-2{width:16.666666667%}.grid-3{width:25%}.grid-4{width:33.333333333%}.grid-5{width:41.666666667%}.grid-6{width:50%}.grid-7{width:58.333333333%}.grid-8{width:66.666666667%}.grid-9{width:75%}.grid-10{width:83.333333333%}.grid-11{width:91.666666667%}.grid-12{width:100%}@media (min-width:400px){.grid{max-width:599px;padding:0 16px}.grid-bleed{padding:0}.grid-internal-padding .grid-col{padding:0 16px}}@media (min-width:600px){.grid{max-width:1007px}.grid-col{padding:0 8px}}@media (min-width:1008px){.grid{max-width:1280px}}@media (min-width:1281px){.debug .grid{background:transparent url(grid.png) no-repeat 50% 50%}}.loading{display:inline-block;background:transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjQxcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAwIDQxIDQwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDx0aXRsZT5TbGljZSAxPC90aXRsZT4KICAgIDxkZXNjcmlwdGlvbj5DcmVhdGVkIHdpdGggU2tldGNoIChodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gpPC9kZXNjcmlwdGlvbj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlIDEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJnMzIiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8cGF0aCBkPSJNMzcuNSwzMCBMMzMuMTY4NzUsMjcuNDk4NzUgQzM0LjQ0ODc1LDI1LjI5IDM1LjE5MjUsMjIuNzM2MjUgMzUuMTkyNSwyMC4wMDc1IEMzNS4xOTI1LDExLjczNjI1IDI4LjQ2Mzc1LDUuMDA3NSAyMC4xOTI1LDUuMDA3NSBDMTEuOTIxMjUsNS4wMDc1IDUuMTkyNSwxMS43MzYyNSA1LjE5MjUsMjAuMDA3NSBDNS4xOTI1LDI4LjI3NzUgMTEuOTIxMjUsMzUuMDA3NSAyMC4xOTI1LDM1LjAwNzUgTDIwLjE5MjUsNDAuMDA3NSBDOS4xNDYyNSw0MC4wMDc1IDAuMTkyNSwzMS4wNTI1IDAuMTkyNSwyMC4wMDc1IEMwLjE5MjUsOC45NjEyNSA5LjE0NjI1LDAuMDA3NSAyMC4xOTI1LDAuMDA3NSBDMzEuMjM4NzUsMC4wMDc1IDQwLjE5MjUsOC45NjEyNSA0MC4xOTI1LDIwLjAwNzUgQzQwLjE5MjUsMjMuNjUxMjUgMzkuMjAyNSwyNy4wNTc1IDM3LjUsMzAiIGlkPSJwYXRoMzQiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;-webkit-background-size:100% 100%;background-size:100% 100%;vertical-align:middle;-webkit-animation-name:loading;animation-name:loading;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.loading-32{width:32px;height:32px;margin:1px}.loading-20{width:20px;height:20px;margin:2px}.loading-16{width:18px;height:18px;margin:1px}.loading-13{width:13px;height:13px;margin:1px}@-webkit-keyframes loading{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{from{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.masthead{height:60px;line-height:60px;color:#fff;background-color:#333;font-size:19px}.masterbrand{display:inline-block;width:73px;height:20px;line-height:20px;margin-right:1px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAAAUCAYAAADBYxD1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MjYyQTNFNUU2RUIxMUUyODg3RUI1NkVFQjU2OUMwOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0MjYyQTNFNkU2RUIxMUUyODg3RUI1NkVFQjU2OUMwOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQyNjJBM0UzRTZFQjExRTI4ODdFQjU2RUVCNTY5QzA5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQyNjJBM0U0RTZFQjExRTI4ODdFQjU2RUVCNTY5QzA5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+48upBQAAA7RJREFUeNq8mG1ojWEYx3d29no2ttmYbZItY/hCaBoS84GIsiXvipRs9kn7QEPZFwoJ8UEsfBAiQ1KaRBgyeSlZi3mZzczrnLNxtvlf9X/q7mlnnpf7cdWvc59zd+77fv73dV/XdT++PliUN9YIxrBdB2Z7MMcDUMh2A5joxYNEgw6PRPqitL95NMfXCG2d1hEzQOd90Azi+F08zgdyuGNxGhbwBLwCMRzb8OqhYBJI1vzAreAxeAo+cvwCMB5MAAn9/SmSSLLYA+ASFx9WRErgwPvAdJeLPgGOsR1WRIoHI8AuUKpBnHdgLzgDvoMupc8PAtz8laAcpFoRSSxEZJAsCtQNPjEWLAG1SkxwYrLYINs5XM9vzvESrGKfG6GugzLQxO+DQS5I51wt4DPnqwIzwSxzTBooXonlg3vgGY9gJUjkgxzVEBON43WDx+Ah2M/dlE3Zw08ndgusoUDiLavBRQb526CenAIlIBv0RlrkQCa7mwlSuAM7wTj2vdAUK8RbM7jL4lGbwVT2vQXtDoP6dm7mIHAQnARzeJwNy6anngfnQJ7VmKSazyTmByVzjdIYVP2mo25kXRFviIPxroK7bG8C6yz8p8hO4FYtSJf00XNqmPUyGeR02B/wCKSxvjrL453E4x2wOZ4cz5tMBiLwBjeLsyLSazCfmUcE6+HvFWCGxpqqhBsRomhia8EyB+N1gvds51J814HzX8fNz7oolXFDbAdYD35qEMmYI5bjGyn4OFjEjbJjYUXoGLeLszKABLILdHmJ/G+YIWqIBMFDLhcjR+IyGM45pNC7Bo4whZfzCCZZHC9ZiWPN9E5PPSmexaOINRrMBYfBPPbXsmp2u1n5TAR5LFKrwUb2SwC+Y2O8JCUIt3KNnooU1V/toOxUmAtxa/3NkaEkjzab4y3l5kZR8DoL/3nOxGFbJFn8D7pskJfV0+AK+6V+GqtBoF/MSkHOZxw3o9gssDmmXGu2Mky0sHqvZmHZawrycoPYAhYzy1qOSX3KK48iRdAuek43g3kZC0AnZszRzmMcy9+6eVXoZL9kvskOxl9BwSsZ56oYP7NJiMVqh/IWwWdHpGilhjG7YCLjU4XLWsmniNVk6ouj+HKt2GYqNu0UqGX0wt2s99pIg0mHYaAYTLMjUilrjIDyIL2sOQp4EUxxecwW8MoQrwjWw+yUzwCepSHeFZN63hEbufl+Ps8UXmpH2ikBZMHLiZe2kPwvK3Ty1iKarwy8MPW+lerRHGkR2jot/a8AAwD2R9W1w4V4gAAAAABJRU5ErkJggg==);text-indent:100%;white-space:nowrap;overflow:hidden}.panel-full-height{display:table}.panel-full-height>.panel{display:table-cell;vertical-align:top;float:none}.panel{background-color:#fff}.panel.control-panel{background-color:#e0e6e9}.panel.control-panel .hd{color:#4d4d4d}.panel-border{border-top:1px solid #adadad;padding-top:28px}.panel .hd{margin:.67em 0}.panel .hd{font-size:24px;font-weight:700;color:#222}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{font-size:inherit}.panel .hd>*{margin:0}.panel .hd .sep{display:inline-block;border-left:1px solid #000;padding-left:8px}.panel .intro{font-size:18px}@media (min-width:400px) and (max-width:599px){.panel-full-height{display:block}.panel-full-height>.panel{display:block}}.project-header{min-height:83px;line-height:83px;font-size:30px;font-weight:lighter}.project-header>div{display:inline-block}.ph-with-toolbar{text-align:right}.ph-with-toolbar>div{float:left}.ph-with-toolbar>.ph-toolbar{float:none}@media (min-width:400px) and (max-width:599px){.project-header>div{line-height:41px;margin:10px 0}.project-header>*{float:none;text-align:left}}.table td,.table th{padding:8px;text-align:left;border-bottom:1px solid #eee}.transient{-webkit-transition:opacity 1s;transition:opacity 1s}.transient.is-inactive{opacity:0}.transient.is-active{opacity:1}
@@ -0,0 +1,37 @@
1
+ body {
2
+ color: #4d4d4d;
3
+ background-color: #f3f3f4;
4
+ -webkit-font-smoothing: antialiased;
5
+ height: 100%;
6
+ }
7
+
8
+ a {
9
+ color: #0993e3;
10
+ }
11
+
12
+ /* TOOD: - figure out why inputs don't inherit from body */
13
+ * {
14
+ -webkit-font-smoothing: antialiased;
15
+ }
16
+
17
+ /**
18
+ * Microclearfix
19
+ * See: http://nicolasgallagher.com/micro-clearfix-hack/
20
+ *
21
+ * For modern browsers
22
+ * 1. The space content is one way to avoid an Opera bug when the
23
+ * contenteditable attribute is included anywhere else in the document.
24
+ * Otherwise it causes space to appear at the top and bottom of elements
25
+ * that are clearfixed.
26
+ * 2. The use of `table` rather than `block` is only necessary if using
27
+ * `:before` to contain the top-margins of child elements.
28
+ */
29
+ .clearfix:before,
30
+ .clearfix:after {
31
+ content: " "; /* 1 */
32
+ display: table; /* 2 */
33
+ }
34
+
35
+ .clearfix:after {
36
+ clear: both;
37
+ }
@@ -0,0 +1,26 @@
1
+ .btn {
2
+ border: none;
3
+ }
4
+
5
+ .btn-with-text {
6
+ min-width: 180px;
7
+ height: 33px;
8
+ line-height: 32px;
9
+ text-transform: uppercase;
10
+
11
+ color: #fff;
12
+ background-color: #2aaf00;
13
+ font-weight: bold;
14
+ }
15
+
16
+ .btn-with-text:hover {
17
+ background-color: #657061;
18
+ }
19
+
20
+ .btn-destructive {
21
+ background-color: hsl(2, 75%, 50%);
22
+ }
23
+
24
+ .btn-destructive:hover {
25
+ background-color: hsl(2, 75%, 30%);
26
+ }
@@ -0,0 +1,151 @@
1
+ .grid {
2
+ margin-left: auto;
3
+ margin-right: auto;
4
+
5
+ /* Group 1 margin */
6
+ padding: 0;
7
+
8
+ box-sizing: border-box;
9
+ }
10
+
11
+ .debug {
12
+ background-color: rgba(255,255, 0, 0.1);
13
+ }
14
+
15
+ .debug .grid {
16
+ background-color: rgba(255,0,0,0.1);
17
+ outline: 1px solid red;
18
+ }
19
+
20
+ .grid:before,
21
+ .grid:after {
22
+ content: '';
23
+ display: block;
24
+ height: 0;
25
+ overflow: hidden;
26
+ }
27
+
28
+ .grid:after {
29
+ clear: both;
30
+ }
31
+
32
+ .grid-row {
33
+ margin: 0;
34
+ padding: 0;
35
+ }
36
+
37
+ .debug .grid-row {
38
+ }
39
+
40
+ .grid-col {
41
+ float: left;
42
+ padding: 0 4px 0 4px;
43
+ box-sizing: border-box; /* IE8+ support only */
44
+ }
45
+
46
+ .grid-col:first-child {
47
+ padding-left: 0;
48
+ }
49
+
50
+ .grid-col:last-child {
51
+ padding-right: 0;
52
+ }
53
+
54
+ .debug .grid-col {
55
+ background-color: rgba(0,0,0,0.1);
56
+ outline: 1px solid blue;
57
+ }
58
+
59
+ .debug .grid-col > span {
60
+ background-color: rgba(0,0,0,0.2);
61
+ display: block;
62
+ }
63
+
64
+ .grid-1 {
65
+ width: 8.333333333%;
66
+ }
67
+
68
+ .grid-2 {
69
+ width: 16.666666667%;
70
+ }
71
+
72
+ .grid-3 {
73
+ width: 25%;
74
+ }
75
+
76
+ .grid-4 {
77
+ width: 33.333333333%;
78
+ }
79
+
80
+ .grid-5 {
81
+ width: 41.666666667%;
82
+ }
83
+
84
+ .grid-6 {
85
+ width: 50%;
86
+ }
87
+
88
+ .grid-7 {
89
+ width: 58.333333333%;
90
+ }
91
+
92
+ .grid-8 {
93
+ width: 66.666666667%;
94
+ }
95
+
96
+ .grid-9 {
97
+ width: 75%;
98
+ }
99
+
100
+ .grid-10 {
101
+ width: 83.333333333%;
102
+ }
103
+
104
+ .grid-11 {
105
+ width: 91.666666667%;
106
+ }
107
+
108
+ .grid-12 {
109
+ width: 100%;
110
+ }
111
+
112
+ /* Group 2 */
113
+ @media (min-width: 400px) {
114
+ .grid {
115
+ max-width: 599px;
116
+ padding: 0 16px;
117
+ }
118
+
119
+ .grid-bleed {
120
+ padding: 0;
121
+ }
122
+
123
+ .grid-internal-padding .grid-col {
124
+ padding: 0 16px;
125
+ }
126
+ }
127
+
128
+ /* Group 3 */
129
+ @media (min-width: 600px) {
130
+ .grid {
131
+ max-width: 1007px;
132
+ }
133
+
134
+ .grid-col {
135
+ padding: 0 8px;
136
+ }
137
+ }
138
+
139
+ /* Group 4 - flexible */
140
+ @media (min-width: 1008px) {
141
+ .grid {
142
+ max-width: 1280px;
143
+ }
144
+ }
145
+
146
+ /* Group 5 - fixed */
147
+ @media (min-width: 1281px) {
148
+ .debug .grid {
149
+ background: transparent url(grid.png) no-repeat 50% 50%;
150
+ }
151
+ }
@@ -0,0 +1,208 @@
1
+ <!DOCTYPE html>
2
+ <html class="debugx">
3
+ <head>
4
+ <title>Grid - IRFS Components</title>
5
+ <link rel="stylesheet" href="../../bower_components/normalize-css/normalize.css">
6
+ <link rel="stylesheet" href="grid.css">
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ }
12
+
13
+ header {
14
+ display: block;
15
+ height: 33px;
16
+ line-height: 33px;
17
+ }
18
+
19
+ .logo {
20
+ display: inline-block;
21
+ vertical-align: top;
22
+ }
23
+
24
+ .logo:before {
25
+ content: " ";
26
+ display: inline-block;
27
+ width: 74px;
28
+ height: 21px;
29
+ vertical-align: middle;
30
+ background-color: #000;
31
+ }
32
+
33
+ header .group {
34
+ display: none;
35
+ margin: 0;
36
+ line-height: 33px;
37
+ }
38
+
39
+ header > .logo {
40
+ display: inline-block !important;
41
+ }
42
+
43
+ /* Group 1 */
44
+ @media (max-width: 399px) {
45
+ header .group-2 {
46
+ display: inline-block;
47
+ }
48
+ }
49
+
50
+ /* Group 2 */
51
+ @media (min-width: 400px) and (max-width: 599px) {
52
+ header .group-2 {
53
+ display: inline-block;
54
+ }
55
+ }
56
+
57
+ /* Group 3 */
58
+ @media (min-width: 600px) and (max-width: 1007px) {
59
+ header .group-3 {
60
+ display: inline-block;
61
+ }
62
+ }
63
+
64
+ /* Group 4b - flexible */
65
+ @media (min-width: 1008px) and (max-width: 1280px) {
66
+ header .group-4b {
67
+ display: inline-block;
68
+ }
69
+ }
70
+
71
+ /* Group 4a - fixed */
72
+ @media (min-width: 1281px) {
73
+ header .group-4a {
74
+ display: inline-block;
75
+ }
76
+ }
77
+
78
+ .images > div {
79
+ margin-bottom: 26px;
80
+ }
81
+
82
+ .images > div > .image {
83
+ display: block;
84
+ background-color: #fff;
85
+ margin-bottom: 12px;
86
+ outline: 1px solid #dbdbdb;
87
+ }
88
+
89
+ .grid-2 .image {
90
+ height: 109px;
91
+ }
92
+
93
+ .grid-3 .image {
94
+ height: 168.75px;
95
+ }
96
+
97
+ .images {
98
+ font-size: 14px;
99
+ line-height: 18px;
100
+
101
+ color: #4d4d4d;
102
+ margin-bottom: 36px;
103
+ }
104
+
105
+ .images .title {
106
+ display: block;
107
+ font-weight: bold;
108
+ margin-bottom: 6px;
109
+ }
110
+
111
+ .images .synopsis {
112
+ }
113
+
114
+ .images .meta {
115
+ padding-right: 10px;
116
+ }
117
+ </style>
118
+ </head>
119
+ <body class="grid">
120
+ <div class="grid-row">
121
+ <header class="grid-col grid-12">
122
+ <span class="logo"></span>
123
+ <h2 class="group group-1">Group 1</h2>
124
+ <h2 class="group group-2">Group 2</h2>
125
+ <h2 class="group group-3">Group 3</h2>
126
+ <h2 class="group group-4a">Group 4a</h2>
127
+ <h2 class="group group-4b">Group 4b</h2>
128
+ </header>
129
+
130
+ <div class="grid-row images">
131
+ <div class="grid-col grid-2">
132
+ <span class="image"> </span>
133
+ <div class="meta">
134
+ <span class="title">Brand title</span>
135
+ <span class="synopsis">Drama set during the War of the Roses, one of the bloodiest wars in English history.</span>
136
+ </div>
137
+ </div>
138
+ <div class="grid-col grid-2">
139
+ <span class="image"> </span>
140
+ <div class="meta">
141
+ <span class="title">Brand title</span>
142
+ <span class="synopsis">Drama set during the War of the Roses, one of the bloodiest wars in English history.</span>
143
+ </div>
144
+ </div>
145
+ <div class="grid-col grid-2">
146
+ <span class="image"> </span>
147
+ <div class="meta">
148
+ <span class="title">Brand title</span>
149
+ <span class="synopsis">Drama set during the War of the Roses, one of the bloodiest wars in English history.</span>
150
+ </div>
151
+ </div>
152
+ <div class="grid-col grid-2">
153
+ <span class="image"> </span>
154
+ <div class="meta">
155
+ <span class="title">Brand title</span>
156
+ <span class="synopsis">Drama set during the War of the Roses, one of the bloodiest wars in English history.</span>
157
+ </div>
158
+ </div>
159
+ <div class="grid-col grid-2">
160
+ <span class="image"> </span>
161
+ <div class="meta">
162
+ <span class="title">Brand title</span>
163
+ <span class="synopsis">Drama set during the War of the Roses, one of the bloodiest wars in English history.</span>
164
+ </div>
165
+ </div>
166
+ <div class="grid-col grid-2">
167
+ <span class="image"> </span>
168
+ <div class="meta">
169
+ <span class="title">Brand title</span>
170
+ <span class="synopsis">Drama set during the War of the Roses, one of the bloodiest wars in English history.</span>
171
+ </div>
172
+ </div>
173
+ </div><!-- .grid-row -->
174
+
175
+ <div class="grid-row images">
176
+ <div class="grid-col grid-3">
177
+ <span class="image"> </span>
178
+ <div class="meta">
179
+ <span class="title">Brand title</span>
180
+ <span class="synopsis">Drama set during the War of the Roses, one of the bloodiest wars in English history.</span>
181
+ </div>
182
+ </div>
183
+ <div class="grid-col grid-3">
184
+ <span class="image"> </span>
185
+ <div class="meta">
186
+ <span class="title">Brand title</span>
187
+ <span class="synopsis">Drama set during the War of the Roses, one of the bloodiest wars in English history.</span>
188
+ </div>
189
+ </div>
190
+ <div class="grid-col grid-3">
191
+ <span class="image"> </span>
192
+ <div class="meta">
193
+ <span class="title">Brand title</span>
194
+ <span class="synopsis">Drama set during the War of the Roses, one of the bloodiest wars in English history.</span>
195
+ </div>
196
+ </div>
197
+ <div class="grid-col grid-3">
198
+ <span class="image"> </span>
199
+ <div class="meta">
200
+ <span class="title">Brand title</span>
201
+ <span class="synopsis">Drama set during the War of the Roses, one of the bloodiest wars in English history.</span>
202
+ </div>
203
+ </div>
204
+ </div><!-- .grid-row -->
205
+
206
+ </div><!-- .grid-row -->
207
+ </body>
208
+ </html>
@@ -0,0 +1,141 @@
1
+ <!DOCTYPE html>
2
+ <html class="debug">
3
+ <head>
4
+ <title>Grid - IRFS Components</title>
5
+ <link rel="stylesheet" href="../../bower_components/normalize-css/normalize.css">
6
+ <link rel="stylesheet" href="grid.css">
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ }
12
+
13
+ header {
14
+ display: block;
15
+ height: 33px;
16
+ line-height: 33px;
17
+ }
18
+
19
+ .logo {
20
+ display: inline-block;
21
+ vertical-align: top;
22
+ }
23
+
24
+ .logo:before {
25
+ content: " ";
26
+ display: inline-block;
27
+ width: 74px;
28
+ height: 21px;
29
+ vertical-align: middle;
30
+ background-color: #000;
31
+ }
32
+
33
+ header .group {
34
+ display: none;
35
+ margin: 0;
36
+ line-height: 33px;
37
+ }
38
+
39
+ header > .logo {
40
+ display: inline-block !important;
41
+ }
42
+
43
+ /* Group 1 */
44
+ @media (max-width: 399px) {
45
+ header .group-1 {
46
+ display: inline-block;
47
+ }
48
+ }
49
+
50
+ /* Group 2 */
51
+ @media (min-width: 400px) and (max-width: 599px) {
52
+ header .group-2 {
53
+ display: inline-block;
54
+ }
55
+ }
56
+
57
+ /* Group 3 */
58
+ @media (min-width: 600px) and (max-width: 1007px) {
59
+ header .group-3 {
60
+ display: inline-block;
61
+ }
62
+ }
63
+
64
+ /* Group 4b - flexible */
65
+ @media (min-width: 1008px) and (max-width: 1280px) {
66
+ header .group-4 {
67
+ display: inline-block;
68
+ }
69
+ }
70
+
71
+ /* Group 4a - fixed */
72
+ @media (min-width: 1281px) {
73
+ header .group-5 {
74
+ display: inline-block;
75
+ }
76
+ }
77
+ </style>
78
+ </head>
79
+ <body>
80
+ <div class="grid">
81
+ <div class="grid-row">
82
+ <header class="grid-col grid-12">
83
+ <span class="logo"></span>
84
+ <h2 class="group group-1">Group 1</h2>
85
+ <h2 class="group group-2">Group 2</h2>
86
+ <h2 class="group group-3">Group 3</h2>
87
+ <h2 class="group group-4">Group 4 (fluid)</h2>
88
+ <h2 class="group group-5">Group 5 (fixed)</h2>
89
+ </header>
90
+ </div><!-- .grid-row -->
91
+ </div><!-- .grid -->
92
+
93
+ <h2>Normal grid</h2>
94
+ <div class="grid">
95
+ <div class="grid-row">
96
+ <div class="grid-col grid-12">
97
+ <span>12</span>
98
+ </div>
99
+ </div><!-- .grid-row -->
100
+
101
+ <div class="grid-row">
102
+ <div class="grid-col grid-6">
103
+ <span>6</span>
104
+ </div>
105
+ <div class="grid-col grid-6">
106
+ <span>6</span>
107
+ </div>
108
+ </div><!-- .grid-row -->
109
+
110
+ <div class="grid-row">
111
+ <div class="grid-col grid-1"><span>1</span></div>
112
+ <div class="grid-col grid-1"><span>1</span></div>
113
+ <div class="grid-col grid-1"><span>1</span></div>
114
+ <div class="grid-col grid-1"><span>1</span></div>
115
+ <div class="grid-col grid-1"><span>1</span></div>
116
+ <div class="grid-col grid-1"><span>1</span></div>
117
+ <div class="grid-col grid-2"><span>2</span></div>
118
+ <div class="grid-col grid-2"><span>2</span></div>
119
+ <div class="grid-col grid-2"><span>2</span></div>
120
+ </div><!-- .grid-row -->
121
+ </div><!-- .grid -->
122
+
123
+ <h2>Grid with bleed</h2>
124
+ <div class="grid grid-bleed">
125
+ <div class="grid-row">
126
+ <div class="grid-col grid-12">
127
+ <span>12</span>
128
+ </div>
129
+ </div><!-- .grid-row -->
130
+
131
+ <div class="grid-row">
132
+ <div class="grid-col grid-6">
133
+ <span>6</span>
134
+ </div>
135
+ <div class="grid-col grid-6">
136
+ <span>6</span>
137
+ </div>
138
+ </div><!-- .grid-row -->
139
+ </div><!-- .grid -->
140
+ </body>
141
+ </html>