added css for volume plugins and environment warnings
This commit is contained in:
parent
fc40d6c51a
commit
09b4aa12d6
1 changed files with 30 additions and 7 deletions
|
@ -208,21 +208,21 @@ div#footer a:hover {
|
|||
|
||||
/* -------=-=-=- all messages -=-=-=-------- */
|
||||
|
||||
#words div.message {
|
||||
div.message {
|
||||
text-align: left;
|
||||
margin: 20px;
|
||||
padding: 0px;
|
||||
padding: 0 10px 0 0;
|
||||
border: 1px solid #bbb;
|
||||
color: #5e5e5e;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#words div.message h1 {
|
||||
div.message h1 {
|
||||
font-size: 1.5em;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#words div.message img.message_symbol {
|
||||
div.message img.message_symbol {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
padding: 5px 20px 5px 10px;
|
||||
|
@ -230,7 +230,11 @@ div#footer a:hover {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#words div.message a {
|
||||
div.message p.message_link {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.message p.message_link a {
|
||||
color: #5e5e5e;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -468,8 +472,8 @@ table#volume_area {
|
|||
table#volume_area td.volume_plugin_active, table#volume_area td.volume_plugin_passive {
|
||||
width: 120px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
padding-top: 10px;
|
||||
text-align: left;
|
||||
padding: 4px 0 0 10px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: top left;
|
||||
}
|
||||
|
@ -482,8 +486,27 @@ table#volume_area td.volume_plugin_passive {
|
|||
background-image: url(register_passive2.png);
|
||||
}
|
||||
|
||||
table#volume_area td.volume_plugin_active img, table#volume_area td.volume_plugin_passive img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
div.volume_spacer {
|
||||
width: 30px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div#volume_name table {
|
||||
width: 100%;
|
||||
border: 0pb;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
div#volume_name td img {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue