Toolbar style changes.

This commit is contained in:
yanas 2016-03-18 14:37:04 -05:00
parent 0a2a6e5677
commit 1526d4e239
2 changed files with 19 additions and 21 deletions

View File

@ -46,9 +46,10 @@ html, body{
display: inline-block;
position: relative;
color: #FFFFFF;
top: 0;
padding: 9px 0;
top:0px;
padding-top: 9px;
width: 38px;
height: 28px;
cursor: pointer;
text-align: center;
text-shadow: 0 1px 0 rgba(255,255,255,.3), 0 -1px 0 rgba(0,0,0,.6);
@ -94,7 +95,7 @@ html, body{
#numberOfParticipants {
position: absolute;
top: 0px;
right: -1;
right: -1px;
color: white;
width: 13px;
height: 13px;
@ -109,6 +110,19 @@ html, body{
color: #00ccff;
}
#toolbar {
display:inline-block;
position:relative;
top:5px;
margin-left:auto;
margin-right:auto;
height:38px;
width:auto;
background-color: rgba(0,0,0,0.5);
border-radius: 1px;
pointer-events: auto;
}
#toolbar_button_record {
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
@ -132,7 +146,6 @@ html, body{
a.button:hover,
a.bottomToolbarButton:hover {
top: 0px;
cursor: pointer;
background: rgba(255, 255, 255, 0.1);
border-radius: 1px;
@ -146,7 +159,7 @@ a.bottomToolbarButton:hover {
.header_button_separator {
display: inline-block;
position:relative;
top: 5;
top: 5px;
width: 1px;
height: 20px;
background: #373737;
@ -155,7 +168,7 @@ a.bottomToolbarButton:hover {
.bottom_button_separator {
display: inline-block;
position: relative;
left: 5;
left: 5px;
width: 20px;
height: 1px;
background: #373737;

View File

@ -359,21 +359,6 @@
pointer-events: none;
}
#toolbar {
display:inline-block;
position:relative;
margin-top:5px;
margin-left:auto;
margin-right:auto;
padding-left:2px;
padding-right:2px;
height:38px;
width:auto;
background-color: rgba(0,0,0,0.5);
border-radius: 1px;
pointer-events: auto;
}
#subject {
position: relative;
z-index: 3;