You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settingsmenu.css 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /*
  2. * Copyright @ 2015 Atlassian Pty Ltd
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. #settingsmenu {
  17. background: black;
  18. color: #00ccff;
  19. }
  20. #settingsmenu input, select {
  21. margin-top: 10px;
  22. margin-left: 10%;
  23. width: 80%;
  24. font-size: 14px;
  25. background: #3a3a3a;
  26. border: none;
  27. box-shadow: none;
  28. color: #a7a7a7;
  29. }
  30. #settingsmenu .arrow-up {
  31. width: 0;
  32. height: 0;
  33. border-left: 5px solid transparent;
  34. border-right: 5px solid transparent;
  35. border-bottom: 5px solid #3a3a3a;
  36. position: relative;
  37. top: 10px;
  38. margin-left: auto;
  39. margin-right: auto;
  40. }
  41. #settingsmenu button {
  42. width: 45%;
  43. left: 26%;
  44. padding: 0;
  45. margin-top: 10px;
  46. }
  47. #settingsmenu #avatar {
  48. width: 24%;
  49. left: 38%;
  50. border-radius: 25px;
  51. position: relative;
  52. }
  53. #settingsmenu .icon-settings {
  54. padding: 34px;
  55. }
  56. #languages_selectbox{
  57. height: 40px;
  58. }
  59. #startMutedOptions {
  60. padding-left: 10%;
  61. text-indent: -10%;
  62. }
  63. #startAudioMuted {
  64. width: 13px !important;
  65. }
  66. #startVideoMuted {
  67. width: 13px !important;
  68. }
  69. .startMutedLabel {
  70. width: 94%;
  71. float: left;
  72. }