Browse Source

Small style fixes to room bar.

pull/16/head
Simon Eisenmann 11 years ago
parent
commit
865e3c9f1a
  1. 20
      src/styles/components/_roombar.scss

20
src/styles/components/_roombar.scss

@ -20,9 +20,10 @@ @@ -20,9 +20,10 @@
*/
#roombar {
position: absolute;
left:3px;
top:46px;
right:3px;
left:0px;
top:44px;
right:0px;
min-width:260px;
color:#ccc;
text-shadow: 0 0 5px black;
z-index:4;
@ -31,13 +32,11 @@ @@ -31,13 +32,11 @@
position: absolute;
left:0px;
top:0px;
padding:4px 8px 4px 30px;
right:0px;
padding:4px 8px 0px 30px;
vertical-align:middle;
background: rgba(0,0,0,0.2);
min-height:45px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
min-height:44px;
}
#roombar .roombar.notvisible {
background:transparent;
@ -46,6 +45,7 @@ @@ -46,6 +45,7 @@
display:inline-block;
margin-left:.5em;
margin-bottom:0px;
max-width:60%;
}
#roombar .btn.btn-default {
text-shadow: none;
@ -54,8 +54,8 @@ @@ -54,8 +54,8 @@
font-size:20px;
vertical-align:middle;
position:absolute;
left: 0px;
top: 4px;
left: 3px;
top: 5px;
padding:6px;
display:block;
color:#ccc;

Loading…
Cancel
Save