social-box.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /* Post it box */
  2. .post-box textarea {
  3. font-size: 18px;
  4. -webkit-box-sizing: border-box;
  5. -moz-box-sizing: border-box;
  6. box-sizing: border-box;
  7. width: 100%;
  8. min-height: 80px;
  9. padding: 15px;
  10. border: 0;
  11. }
  12. .post-box .button-pane .glyph-icon {
  13. font-size: 13px;
  14. }
  15. .post-box .button-pane .hover-white:hover {
  16. background: #fff;
  17. }
  18. .post-box .button-pane {
  19. text-align: left;
  20. }
  21. .post-box .button-pane .btn-post {
  22. font-size: 13px;
  23. font-weight: bold;
  24. text-transform: uppercase;
  25. }
  26. /* Profile box */
  27. .profile-box.content-box .content-box-header {
  28. line-height: 1.6em;
  29. height: auto;
  30. padding: 15px !important;
  31. }
  32. .profile-box .content-box-header img {
  33. float: left;
  34. margin: 0 15px 0 0;
  35. }
  36. .profile-box .content-box-header .user-details {
  37. font-size: 16px;
  38. position: relative;
  39. overflow: hidden;
  40. padding-top: 5px;
  41. }
  42. .profile-box .content-box-header .user-details span {
  43. font-size: 13px;
  44. display: block;
  45. opacity: .80;
  46. text-transform: none;
  47. -moz-opacity: .80;
  48. filter: alpha(opacity: 80);
  49. }
  50. /* Alternate profile box */
  51. .profile-box-alt .content-box-header {
  52. text-align: center;
  53. }
  54. .profile-box .pie-wrapper {
  55. padding: 20px;
  56. text-align: center;
  57. }
  58. .profile-box .pie-wrapper canvas {
  59. display: block;
  60. margin: 0 auto;
  61. }
  62. /* Profile box with list group inside */
  63. .profile-box div.list-group {
  64. margin-bottom: 0 !important;
  65. border: 0;
  66. }
  67. .profile-box div.list-group a.list-group-item {
  68. border-right: 0;
  69. border-left: 0;
  70. }
  71. .profile-box div.list-group a.list-group-item.active {
  72. margin-right: -1px;
  73. margin-left: -1px;
  74. }
  75. .profile-box div.list-group a.list-group-item:last-child {
  76. border-bottom: 0;
  77. border-radius: 0;
  78. }
  79. .profile-box div.list-group a.list-group-item:first-child {
  80. border-top: 0;
  81. border-radius: 0;
  82. }
  83. .profile-box .list-group.list-group-separator.row {
  84. padding: 10px;
  85. }
  86. .profile-box .list-group.list-group-separator a.list-group-item:after {
  87. right: -10px;
  88. }
  89. .profile-box ul.list-group {
  90. margin: 10px 0;
  91. }
  92. .profile-box .nav > li > a {
  93. padding: 0;
  94. }
  95. .profile-box .nav {
  96. margin-bottom: 0 !important;
  97. }
  98. .profile-box .nav.nav-justified {
  99. margin: 0 !important;
  100. }