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

View File

@ -359,21 +359,6 @@
pointer-events: none; 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 { #subject {
position: relative; position: relative;
z-index: 3; z-index: 3;