Shift editbar styles around.
parent
1ea889bfab
commit
089e0227fd
|
@ -82,11 +82,6 @@ a img {
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
}
|
}
|
||||||
.toolbar ul li a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: #ccc;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.toolbar ul li:hover {
|
.toolbar ul li:hover {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
background: -webkit-linear-gradient(#f4f4f4, #e4e4e4);
|
background: -webkit-linear-gradient(#f4f4f4, #e4e4e4);
|
||||||
|
@ -113,7 +108,14 @@ a img {
|
||||||
width: 0px;
|
width: 0px;
|
||||||
}
|
}
|
||||||
.toolbar ul li a {
|
.toolbar ul li a {
|
||||||
display: block
|
text-decoration: none;
|
||||||
|
color: #ccc;
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.toolbar ul li a .buttonicon {
|
||||||
|
position: relative;
|
||||||
|
top: 1px;
|
||||||
}
|
}
|
||||||
.toolbar ul {
|
.toolbar ul {
|
||||||
float: left
|
float: left
|
||||||
|
@ -1230,8 +1232,7 @@ ul#colorpickerswatches li:hover {
|
||||||
background-image: url('../../static/img/etherpad_lite_icons.png');
|
background-image: url('../../static/img/etherpad_lite_icons.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 1px;
|
vertical-align: middle;
|
||||||
margin-top: 1px;
|
|
||||||
}
|
}
|
||||||
.buttonicon-bold {
|
.buttonicon-bold {
|
||||||
background-position: 0px -116px
|
background-position: 0px -116px
|
||||||
|
@ -1280,13 +1281,9 @@ ul#colorpickerswatches li:hover {
|
||||||
}
|
}
|
||||||
.buttonicon-chat {
|
.buttonicon-chat {
|
||||||
background-position: 0px -102px;
|
background-position: 0px -102px;
|
||||||
display: inline-block;
|
|
||||||
vertical-align: middle;
|
|
||||||
margin: 0 !important;
|
|
||||||
}
|
}
|
||||||
.buttonicon-showusers {
|
.buttonicon-showusers {
|
||||||
background-position: 0px -183px;
|
background-position: 0px -183px;
|
||||||
display: inline-block;
|
|
||||||
}
|
}
|
||||||
.buttonicon-savedRevision {
|
.buttonicon-savedRevision {
|
||||||
background-position: 0px -493px
|
background-position: 0px -493px
|
||||||
|
|
Loading…
Reference in New Issue