index.css 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .execute-info {position: relative; top: 5px;}
  2. #type_chosen .chosen-drop {width: 150px;}
  3. .table-footer .pager {margin: 0px; height: 30px; padding-top: 10px;}
  4. .table-footer .pager .icon-play.icon-flip-horizontal:before {content:"\e314";}
  5. .table-footer .pager .icon-play:before {content:"\e315";}
  6. .modal.with-titlebar .modal-header, .no-stash {margin-bottom: 10px;}
  7. .modal.with-titlebar .modal-header .modal-title {display: block;}
  8. .list {color: #333; background-color: #fff; border: solid #DDD 1px; border-radius: 3px;}
  9. .list > header
  10. {
  11. padding: 8px 15px;
  12. border-bottom: solid #DDD 1px;
  13. font-weight: inherit;
  14. font-size: inherit;
  15. background-color: #F5F5F5;
  16. color: #333;
  17. background-image: -moz-linear-gradient(top,#fbfbfb 0%,#f2f2f2 100%);
  18. background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fbfbfb),color-stop(100%,#f2f2f2));
  19. background-image: -webkit-linear-gradient(top,#fbfbfb 0%,#f2f2f2 100%);
  20. background-image: -o-linear-gradient(top,#fbfbfb 0%,#f2f2f2 100%);
  21. background-image: linear-gradient(top,#fbfbfb 0%,#f2f2f2 100%);
  22. }
  23. .list > header h2 {font-size: 14px; font-weight: bold; margin: 0; padding: 0; line-height: 20px;}
  24. .list-condensed > .items > .item {padding: 10px 15px; border-bottom: 1px solid #e5e5e5; transition: all .5s cubic-bezier(.175,.885,.32,1);}
  25. .items .item .text-muted {color: #757575;}
  26. .items .item-heading h4 {margin-top: 5px; font-size: 14px; line-height: 1.5; font-weight: normal;}
  27. .item:hover {background-color: #f5f5f5;}
  28. .modal-iframe .modal-content .modal-header {margin: 0px;}
  29. .modal-iframe .modal-content .modal-header .modal-title {position: absolute; right: 45px; background: #F8FAFE; height: 45px; padding: 8px 0px; width: 200px; text-align: right;}
  30. .modal-iframe .modal-content .modal-header .modal-title .icon-eye-open {display: none;}
  31. .modal-iframe .modal-content .modal-header .modal-title a.btn {border-color: transparent; background: none; padding: 0px; border-radius: 2px; color: #036; padding: 4px 7px;}
  32. .modal-iframe .modal-content .modal-header .modal-title a.btn .icon-eye-open {display: inline;}
  33. .modal-iframe .modal-header .close {top: 17px !important;}
  34. .input-group-btn.goback {padding-left: 10px;}
  35. .input-group-btn.select {min-width: 60px; margin-left: -2px;}
  36. .input-group .chosen-container {min-width: 250px;}
  37. #words {border-right-width: 0px;}
  38. #submit {border: 0px;}