Moved inline css to pad.css and made popups even more dynamic

This commit is contained in:
Robin 2012-01-29 16:57:06 +01:00
parent 30e644ee0f
commit ddcaf0dad6
2 changed files with 8 additions and 8 deletions

View file

@ -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;