mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Shift editbar styles around.
This commit is contained in:
parent
9be0b557b1
commit
8645478ae6
1 changed files with 9 additions and 13 deletions
|
@ -61,13 +61,6 @@ a img
|
||||||
width: 18px;
|
width: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#editbar ul li a
|
|
||||||
{
|
|
||||||
text-decoration: none;
|
|
||||||
color: #ccc;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
#editbar ul li:hover {
|
#editbar ul li:hover {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
background: linear-gradient(#f4f4f4, #e4e4e4);
|
background: linear-gradient(#f4f4f4, #e4e4e4);
|
||||||
|
@ -88,7 +81,15 @@ a img
|
||||||
}
|
}
|
||||||
#editbar ul li a
|
#editbar ul li a
|
||||||
{
|
{
|
||||||
|
text-decoration: none;
|
||||||
|
color: #ccc;
|
||||||
display: block;
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#editbar ul li a .buttonicon
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#editbar ul
|
#editbar ul
|
||||||
|
@ -966,8 +967,7 @@ height:16px;
|
||||||
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;
|
||||||
|
@ -1016,13 +1016,9 @@ margin-top: 1px;
|
||||||
}
|
}
|
||||||
.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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#usericon
|
#usericon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue