mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Moved inline css to pad.css and made popups even more dynamic
This commit is contained in:
parent
30e644ee0f
commit
ddcaf0dad6
2 changed files with 8 additions and 8 deletions
|
@ -1079,9 +1079,11 @@ margin-top: 1px;
|
|||
}
|
||||
.buttonicon-chat {
|
||||
background-position: 0px -102px;
|
||||
display: inline-block;
|
||||
}
|
||||
.buttonicon-showusers {
|
||||
background-position: 0px -183px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#usericon
|
||||
|
@ -1227,7 +1229,7 @@ label {
|
|||
|
||||
.popup {
|
||||
font-size: 14px;
|
||||
width: 400px;
|
||||
width: 450px;
|
||||
z-index: 500;
|
||||
padding: 10px;
|
||||
border-radius: 6px;
|
||||
|
@ -1269,6 +1271,8 @@ label {
|
|||
|
||||
.right_popup {
|
||||
float: left;
|
||||
width: 50%;
|
||||
box-sizing: border-box;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
|
@ -1279,10 +1283,6 @@ label {
|
|||
display: none;
|
||||
}
|
||||
|
||||
#settingsmenu .right_popup {
|
||||
float:none;
|
||||
}
|
||||
|
||||
.note {
|
||||
color: #ddd;
|
||||
font-size: 11px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue